Skip to content

Latest commit

 

History

History
59 lines (34 loc) · 1.34 KB

CHANGELOG.md

File metadata and controls

59 lines (34 loc) · 1.34 KB

0.9.2

  • Cut stable release.

0.9.2-alpha

  • Add support for reusing an existing socket when dialing localhost address. See PR 4304.

0.9.1-alpha

  • Allow listening on ipv4 and ipv6 separately. See PR 4289.

0.9.0-alpha

  • Use quinn instead of quinn-proto. See PR 3454.

0.8.0-alpha

  • Raise MSRV to 1.65. See PR 3715.

  • Add hole punching support by implementing Transport::dial_as_listener. See PR 3964.

0.7.0-alpha.3

  • Depend libp2p-tls v0.1.0.

0.7.0-alpha.2

  • 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.

0.7.0-alpha

  • Initial alpha release.