Skip to content

v0.47.0

Choose a tag to compare

@github-actions github-actions released this 25 Jan 14:55
b93eda0

A relatively small release. The main changes are dependency updates and a couple of bug fixes. #3435 changes autonatv2 reachability logic, which should be a net win for most users.

Breaking Changes

  • A WebTransport Client in this version cannot dial older (pre v0.47.0) go-libp2p WebTransport servers. The reverse works. This is partly due to a handshake change in the latest draft RFC for WebTransport. WebTransport remains experimental while the RFC is in draft, but we expect no more breaking changes.
  • AllAddrs() Actually returns all interface addresses when listening on 0.0.0.0. See #3460 for more context. This changes an earlier intentional decision from #911.

What's Changed

New Contributors

Full Changelog: v0.46.0...v0.47.0