Skip to content

Releases: wasilibs/go-protoc-gen-prost

v0.13.4

09 Dec 02:24
7553ec3
Compare
Choose a tag to compare

This release updates the bundled protoc-gen-prost to v0.13.4 of prost and wazero to 1.8.2.

https://github.com/tokio-rs/prost/releases

v0.13.3

24 Sep 01:25
02a5c02
Compare
Choose a tag to compare

This release updates the bundled protoc-gen-prost to v0.13.3 of prost.

https://github.com/tokio-rs/prost/releases

v0.13.2

02 Sep 01:18
f1f3f20
Compare
Choose a tag to compare

This release updates the bundled protoc-gen-prost to v0.13.2 of prost.

https://github.com/tokio-rs/prost/releases

v0.12.6

07 Jun 03:15
ec97abb
Compare
Choose a tag to compare

This release updates the bundled protoc-gen-prost to v0.12.6 of prost. It also settles on a version scheme matching that of the bundled prost version. See go-protoc-gen-tonic for tonic code generation.

v0.1.0

12 Apr 04:51
a77615e
Compare
Choose a tag to compare

Note, the versioning scheme of this repository is currently not stable. Two challenges are

  • protoc-gen-rust publishes different version tags for different binaries
  • protoc-gen-rust versions do not follow the versions of prost or tonic

In the future, we will likely split this repo into prost/tonic versions and follow the upstream versions.

Welcome to go-protoc-gen-prost, a distribution of protoc-gen-prost that can be trivially invoked from Go. In conjunction with Buf, it becomes possible to have reproducible protobuf builds with no OS dependencies, everything can be configured to work with go run.

See also go-protoc-gen-builtins for protobuf generation of protoc-builtin languages.

As the first release, there may be some issues with packaging or the WebAssembly invocation of the plugins that need to be ironed out, please file any issue you find so we can fix it.