Skip to content

Releases: libp2p/go-msgio

v0.3.0

12 Jan 04:41
12f8f7a
Compare
Choose a tag to compare

Protobuf Compilers

GoGo Protobuf was deprecated in October last year: https://github.com/gogo/protobuf. As a result, we've deprecated the protoio package in this repo. It will be removed in some later release.

Instead, the newly added pbio package works exactly as the protoio package, but for Protobufs created with the official Protobuf library (https://google.golang.org/protobuf).

Changelog

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Apr 10:24
3b2df50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.2.0

v0.1.0

19 Oct 12:45
3f720fd
Compare
Choose a tag to compare
  • removes the Chan type (#23)

v0.0.6

29 Jul 20:14
7083218
Compare
Choose a tag to compare

use interoperable uvarints.

v0.0.5

29 Jul 19:24
0a87fa5
Compare
Choose a tag to compare
  • upgrade dependencies
  • interoperable uvarint delimited reader/writer.