Skip to content

Releases: multiformats/go-multistream

v0.5.0

06 Sep 06:23
8fabf3a
Compare
Choose a tag to compare

This release removes support for the simultaneous open extension. See libp2p/specs#573 and libp2p/go-libp2p#2330 for more details.

Changelog

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

v0.4.1

09 Feb 23:55
5b2f48e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Jan 22:41
5555a5c
Compare
Choose a tag to compare

What's Changed

This release

  • Introduces a generic API. It's now possible to use any string-like type (i.e. type MyType string).
  • Makes the ErrNotSupported more useful by adding the list of protocols to the error.

Changelog

New Contributors

Full Changelog: v0.3.3...v0.4.0

v0.3.3

27 Jun 17:46
46ef6cb
Compare
Choose a tag to compare

What's Changed

  • Ignore error if can't write back multistream protocol id by @MarcoPolo in #89

Full Changelog: v0.3.2...v0.3.3

v0.3.2

22 Jun 09:24
5fc16e6
Compare
Choose a tag to compare

What's Changed

  • Ignore error if can't write back echoed protocol in negotiate by @MarcoPolo in #87

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

21 Apr 16:43
2a41ec3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

19 Apr 11:04
90f2bb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.3.0

v0.2.2

27 Aug 14:20
v0.2.2
4e1d9a7
Compare
Choose a tag to compare

Use the final simultaneous open protocol name.

v0.2.1

17 Feb 06:24
4661b85
Compare
Choose a tag to compare

Solves the simultaneous connect problem in multi-stream to allow two peers to simultaneously connect to each other.

v0.1.2

30 Jul 10:14
ff9dcd5
Compare
Choose a tag to compare

use interoperable uvarints.