-
Respond to at most one incoming reservation request. Deny <= 8 incoming circuit requests with one per peer. And deny new circuits before accepting new circuits. See PR 2698.
-
Expose explicits errors via
UpgradeError
instead of genericio::Error
. See PR 2698.
-
Update to
libp2p-core
v0.33.0
. -
Update to
libp2p-swarm
v0.36.0
.
-
Expose
{Inbound,Outbound}{Hop,Stop}UpgradeError
. See PR 2586. -
Update to
libp2p-swarm
v0.35.0
. -
Remove support for Circuit Relay v1 protocol. See PR 2549.
-
Update to
libp2p-core
v0.32.0
. -
Update to
libp2p-swarm
v0.34.0
. -
Merge NetworkBehaviour's inject_* paired methods (see PR 2445).
- Remove empty peer entries in
reservations
HashMap
. See PR 2464.
-
Update dependencies.
-
Migrate to Rust edition 2021 (see PR 2339).
-
Use
instant
instead ofwasm-timer
(see PR 2245). -
Update dependencies.
-
Make default features of
libp2p-core
optional. PR 2181 -
Update dependencies.
-
Implement
Debug
forRelayHandlerEvent
andRelayHandlerIn
. See PR 2183.
- Update dependencies.
- Update
libp2p-swarm
.
- First release supporting all major features of the circuit relay v1 specification. PR 1838.