Releases: libp2p/go-libp2p-mplex
v0.10.0
This release adds Connection.CloseWithError
and Stream.ResetWithError
to make the muxer compatible with go-libp2p v0.40 and higher.
What's Changed
- ci: uci/update-go by @web3-bot in #42
- ci: uci/copy-templates by @web3-bot in #43
- ci: uci/update-go by @web3-bot in #44
- ci: uci/update-go by @web3-bot in #46
- add connection and stream error code methods by @sukunrt in #45
- Release v0.10.0 by @sukunrt in #47
Full Changelog: v0.9.0...v0.10.0
v0.9.0
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
- ci: uci/delete templates by @web3-bot in #39
- ci: uci/copy templates by @web3-bot in #40
- ci: uci/update-go by @web3-bot in #41
Full Changelog: v0.8.0...v0.9.0
v0.8.0
Repo Deprecation
This package has moved into go-libp2p as a sub-package, github.com/libp2p/go-libp2p/p2p/muxer/mplex.
v0.7.0
What's Changed
- chore: update go-libp2p-testing to v0.9.2 by @marten-seemann in #34
- chore: update go-mplex to v0.7.0 by @marten-seemann in #35
Full Changelog: v0.6.0...v0.7.0
v0.6.0
v0.5.0
What's Changed
- implement the new network.MuxedConn interface by @marten-seemann in #29
Full Changelog: v0.4.1...v0.5.0
v0.4.1
Adds the context to OpenStream
, see libp2p/go-libp2p-core#172.
v0.4.0
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
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.