Releases: libp2p/go-yamux
Releases · libp2p/go-yamux
v4.0.1
What's Changed
- fix: sendWindowUpdate respects deadlines by @Wondertan in #105
- Release v4.0.1 by @MarcoPolo in #106
New Contributors
- @MarcoPolo made their first contribution in #106
Full Changelog: v4.0.0...v4.0.1
v4.0.0
What's Changed
- simplify memory tracking by using resource scope spans by @marten-seemann in #100
- fix inconsistent locking of mutexes by holding the stateLock for shorter by @marten-seemann in #98
- Remeasure round trip time by @hannahhoward in #70
New Contributors
- @hannahhoward made their first contribution in #70
Full Changelog: v3.1.2...v4.0.0
v3.1.2
What's Changed
- delete streams from the streams map when closing by @marten-seemann in #91
- fix counting of incoming streams by @marten-seemann in #89
Full Changelog: v3.1.1...v3.1.2
v3.1.1
What's Changed
- feat: catch panics in yamux send/receive loops by @Stebalien in #86
Full Changelog: v3.1.0...v3.1.1
v3.1.0
What's Changed
- correctly release memory when the connection is closed by @marten-seemann in #81
- fix flaky TestPing test on Windows by @marten-seemann in #84
Full Changelog: v3.0.2...v3.1.0
v3.0.2
v3.0.1
What's Changed
- fix version number in import path by @marten-seemann in #75
Full Changelog: v3.0.0...v3.0.1
v3.0.0
What's Changed
- fix: ensure that pings don't get stuck behind writes by @Stebalien in #71
- add a MemoryManager by @marten-seemann in #69
Full Changelog: v2.3.0...v3.0.0