- Cut stable release.
- Add support for reusing an existing socket when dialing localhost address. See PR 4304.
- Allow listening on ipv4 and ipv6 separately. See PR 4289.
- Use
quinn
instead ofquinn-proto
. See PR 3454.
-
Raise MSRV to 1.65. See PR 3715.
-
Add hole punching support by implementing
Transport::dial_as_listener
. See PR 3964.
- Depend
libp2p-tls
v0.1.0
.
-
Update to
libp2p-tls
v0.1.0-alpha.2
. -
Update to
libp2p-core
v0.39.0
. -
Add opt-in support for the
/quic
codepoint, interpreted as QUIC version draft-29. See PR 3151. -
Wake the transport's task when a new dialer or listener is added. See [3342].
-
Discard correct waker upon accepting inbound stream. See PR 3420.
- Initial alpha release.