Skip to content

v0.37.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 07:56

Bug Fixes

  • Fixes an issue with webrtc-direct listeners where the short handshake queue dropped some connection requests. For more details see: #3040
  • Fixes a race condition when multistream lazy negotiation was used with rust-libp2p or js-libp2p for write only streams. See #3038 for details

What's Changed

  • 0606295 refactor(libp2phttp): don't require specific port for the HTTP host example (#3047)
  • ae0d78a fix: Defer resource usage cleanup until the very end (#3042)
  • df02f4d chore: update go-multistream to v0.6.0 (#3041)
  • 09ae179 fix: obsaddr: do not record observations over relayed conn (#3043)
  • 2404f75 webrtc: handshake more connections in parallel (#3040)
  • 994b69e fix: basichost: Use NegotiationTimeout as fallback timeout for NewStream (#3020)

Full Changelog: v0.37.0...dont-delete/release-v0371