Releases: libp2p/go-msgio
Releases · libp2p/go-msgio
v0.3.0
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
- switch from deprecated gogo to google.golang.org/protobuf by @marten-seemann in #38
Full Changelog: v0.2.0...v0.3.0
v0.2.0
What's Changed
- remove outdated section about channels from README by @marten-seemann in #32
- catch panics when reading / writing protobuf messages by @marten-seemann in #31
- print recovered panics to stderr by @marten-seemann in #33
Full Changelog: v0.1.0...v0.2.0