Skip to content

Releases: wasilibs/go-protoc-gen-grpc-java

v1.68.1

19 Nov 05:06
b092a28
Compare
Choose a tag to compare

This release updates the packaged grpc-java version to the latest 1.68.1.

https://github.com/grpc/grpc-java/releases

v1.66.0

14 Aug 05:16
43ce671
Compare
Choose a tag to compare

This release updates the packaged grpc-java version to the latest 1.66.0.

https://github.com/grpc/grpc-java/releases

v1.65.0

01 Jul 01:20
6bf1832
Compare
Choose a tag to compare

This release updates the packaged grpc-java version to the latest 1.65.0.

This is also the first release where the WebAssembly binaries and published release binaries are signed using GitHub Artifact Attestations. You can use the gh CLI to verify the binary downloaded by Go under ~/go/pkg/mod, or the downloaded release artifacts, and if you verify the GitHub Actions workflow included in the attestation, you can confirm the source and steps used to build the binary. We hope this will make it more comfortable to adopt WebAssembly-based Go dependencies.

https://github.com/grpc/grpc-java/releases/tag/v1.65.0

v1.64.0

16 May 04:50
e64d045
Compare
Choose a tag to compare

This release updates the packaged grpc-java version to the latest 1.64.0.

https://github.com/grpc/grpc-java/releases/tag/v1.64.0

v1.63.0

08 Apr 01:08
d8dbb54
Compare
Choose a tag to compare

This release updates the packaged grpc-java version to the latest 1.63.0.

https://github.com/grpc/grpc-java/releases/tag/v1.63.0

v1.62.2

05 Apr 07:34
244f852
Compare
Choose a tag to compare

This release updates the packaged grpc-java version to the latest 1.62.2. It also updates wazero to 1.7.0.

https://github.com/grpc/grpc-java/releases/tag/v1.62.2

v1.61.0

26 Jan 05:40
Compare
Choose a tag to compare

Welcome to go-protoc-gen-grpc-java, a distribution of protoc-gen-grpc-java 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.