Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Releases: libp2p/go-libp2p-yamux

v0.4.0

02 Sep 01:29
v0.4.0
35d5712
Compare
Choose a tag to compare

Update to go-libp2p-core 0.7.0.

SIGNIFICANT BREAKING CHANGE: This release changes stream interface. See https://github.com/libp2p/go-libp2p-core/releases/tag/v0.7.0 for more details.

v0.3.0

02 Sep 01:28
v0.3.0
e2b6695
Compare
Choose a tag to compare

Update to go-libp2p-core 0.6

v0.2.8

02 Sep 01:27
v0.2.8
Compare
Choose a tag to compare

Small release to update dependencies.

v0.2.7

02 Apr 23:20
v0.2.7
1543e60
Compare
Choose a tag to compare

Updates yamux to disable write coalescing

v0.2.6

27 Mar 03:28
v0.2.6
b5b1e8a
Compare
Choose a tag to compare

Revert prioritization of pings and window update messages

v0.2.5

18 Mar 16:15
22e0932
Compare
Choose a tag to compare

Prioritize pings and window update messages.

v0.2.4

16 Mar 16:00
4ff66db
Compare
Choose a tag to compare

Fixes a timer race bug.

v0.2.3

13 Mar 16:23
9c1c864
Compare
Choose a tag to compare

Update yamux to fix a bug.

v0.2.2

07 Mar 01:16
1be1db8
Compare
Choose a tag to compare
  • Switch to ErrReset from go-libp2p-core.
  • Update go-mplex and re-enable message coalescing.
  • Upgrade dependencies.

v0.2.0

26 May 14:45
7b09ff0
Compare
Choose a tag to compare

🎉 This release applies the core refactor to this module; migrating to the consolidated types under go-libp2p-core. See libp2p/go-libp2p#602 for more context.