Skip to main content
21.1k
go-libp2p v0.47

Announcing the release of go-libp2p v0.47

An overview of changes and updates in the v0.47 release

View on GitHub

go-libp2p v0.47 has just shipped.

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.

What's Changed

  • fix(autonatv2): secondary addrs inherit reachability from primary by @lidel in #3435
  • Update simnet by @MarcoPolo in #3449
  • mod tidy test-plans package by @MarcoPolo in #3450
  • fix(basic_host): stream.Close() blocks indefinitely on unresponsive peers by @lidel in #3448
  • fix: handle error from mh.Sum in IDFromPublicKey by @MozirDmitriy in #3437
  • update webtransport-go to v0.10.0 and quic-go to v0.59.0 by @marten-seemann in #3452
  • rcmgr: expose resource limits to Prometheus by @sneaxhuh in #3433

New Contributors

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