Skip to content

Releases: libp2p/go-mplex

v0.7.0

18 Apr 12:45
4b8838a
Compare
Choose a tag to compare

What's Changed

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

v0.6.0

03 Mar 09:09
3923f34
Compare
Choose a tag to compare

What's Changed

  • Mplex salvage operations, part II by @vyzo in #102
  • fix incorrect reset of timer fired variable by @vyzo in #104

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

v0.5.0

28 Feb 13:42
5a70ddc
Compare
Choose a tag to compare

What's Changed

  • Salvage mplex in the age of resource management by @vyzo in #99

Full Changelog: v0.4.0...v0.5.0

v0.4.0

17 Jan 14:07
6118b4d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

19 Oct 11:46
e2742ec
Compare
Choose a tag to compare

v0.1.3

30 Jul 09:43
30712bb
Compare
Choose a tag to compare

dependency upgrades + interoperable uvarints.

v0.1.2

02 Apr 23:31
v0.1.2
6be61bf
Compare
Choose a tag to compare

Disable write coalescing

Release v0.1.1

28 Feb 23:03
v0.1.1
f0fffd9
Compare
Choose a tag to compare

Remove dependency on go-libp2p-core.

v0.1.0

26 May 11:48
62fe955
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.

release v0.0.4

23 May 16:18
fd72cdc
Compare
Choose a tag to compare

This release disables write coalescing as that exercises a bug (that has been fixed but not widely deployed) in our secio implementation: libp2p/go-libp2p#644