Skip to content

Releases: libp2p/go-libp2p-mplex

v0.9.0

30 Aug 05:39
a2d2acd
Compare
Choose a tag to compare

What's Changed

mplex has been deprecated from libp2p. The go-libp2p mplex muxer is archived here for users who want to keep using mplex for a little longer.
For details for the deprecation see libp2p/specs#553

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 May 18:47
1ddfbfc
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/mplex.

v0.7.0

19 Apr 12:17
6a1c916
Compare
Choose a tag to compare

What's Changed

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

v0.6.0

07 Apr 22:48
64b27e1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0

v0.5.0

17 Jan 15:24
9ea94b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.1...v0.5.0

v0.4.1

19 Dec 08:15
e2c950e
Compare
Choose a tag to compare

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

v0.4.0

19 Dec 04:02
a1836a7
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 #22).

v0.3.0

02 Sep 04:51
v0.3.0
c2e7d8a
Compare
Choose a tag to compare

Update to stream interfaces from go-libp2p-core 0.7.0. This is a significant breaking change, see https://github.com/libp2p/go-libp2p-core/releases/tag/v0.7.0 for the release notes.

v0.2.4

30 Jul 10:15
880e035
Compare
Choose a tag to compare

upgrade deps + interoperable uvarints.

v0.2.3

02 Apr 23:38
v0.2.3
93c953d
Compare
Choose a tag to compare

Disables write coalescing