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.10.0

25 May 18:46
6e00285
Compare
Choose a tag to compare

Repo Deprecation

This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/muxer/yamux.

v0.9.0

11 Apr 08:41
deceae8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.2...v0.9.0

v0.8.2

08 Feb 08:17
90fad39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.1...v0.8.2

v0.8.1

21 Jan 06:56
364372c
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @vyzo made their first contribution in #48

Full Changelog: v0.8.0...v0.8.1

v0.8.0

17 Jan 12:59
dc1d6d9
Compare
Choose a tag to compare

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

13 Dec 09:43
423d85d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.6.0

20 Nov 09:55
99f10ac
Compare
Choose a tag to compare

This release updates go-yamux to v2.3.0.

Full Changelog: v0.5.4...v0.6.0

v0.5.4

20 Nov 07:35
v0.5.4
68e8e75
Compare
Choose a tag to compare
Release v0.5.4

Updates go-yamux fix a spec-breaking change.

v0.5.1

19 Dec 08:57
fd327d7
Compare
Choose a tag to compare

Adds the context to OpenStream, see libp2p/go-libp2p-core#172.

v0.5.0

19 Dec 04:29
9285cf1
Compare
Choose a tag to compare

Adds the context to OpenStream, see libp2p/go-libp2p-core#172.

Note that the context is currently not yet respected (see #30).