This repository has been archived by the owner on May 26, 2022. It is now read-only.
Releases: libp2p/go-libp2p-yamux
Releases · libp2p/go-libp2p-yamux
v0.10.0
v0.9.0
What's Changed
- correctly release memory allocated for streams by @marten-seemann in #52
Full Changelog: v0.8.2...v0.9.0
v0.8.2
What's Changed
- disable the incoming streams limit by @marten-seemann in #49
Full Changelog: v0.8.1...v0.8.2
v0.8.1
v0.8.0
What's Changed
- pass the PeerScope to yamux (satifiying its MemoryManger interface) by @marten-seemann in #46
Full Changelog: v0.7.0...v0.8.0
v0.7.0
What's Changed
- reduce the number of max incoming stream to 256 by @marten-seemann in #41
Full Changelog: v0.6.0...v0.7.0
v0.6.0
This release updates go-yamux to v2.3.0.
Full Changelog: v0.5.4...v0.6.0
v0.5.4
Release v0.5.4 Updates go-yamux fix a spec-breaking change.
v0.5.1
Adds the context to OpenStream
, see libp2p/go-libp2p-core#172.
v0.5.0
Adds the context to OpenStream
, see libp2p/go-libp2p-core#172.
Note that the context is currently not yet respected (see #30).