Skip to content

Releases: wasilibs/go-protoc-gen-connect-swift

v1.0.0

11 Nov 01:13
a89320a
Compare
Choose a tag to compare

This release updates the packaged connect-swift version to the latest v1.0.0.

https://github.com/connectrpc/connect-swift/releases

v1.0.0-rc.3

01 Nov 04:52
a179a07
Compare
Choose a tag to compare

This release updates the packaged connect-swift version to the latest v1.0.0-rc3.

https://github.com/connectrpc/connect-swift/releases

v1.0.0-rc.2

02 Oct 07:27
37f3f0f
Compare
Choose a tag to compare

This release updates the packaged connect-swift version to the latest v1.0.0-rc2.

https://github.com/connectrpc/connect-swift/releases

v1.0.0-rc.1

13 Aug 02:31
805eb6d
Compare
Choose a tag to compare

This release updates the packaged connect-swift version to the latest v1.0.0-rc1.

https://github.com/connectrpc/connect-swift/releases

v0.14.0

27 Jun 08:57
5012896
Compare
Choose a tag to compare

This release updates the packaged connect-swift version to the latest 0.14.0. It also updates wazero to 1.7.3.

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.

v0.13.0

07 Jun 04:34
cce5f4d
Compare
Choose a tag to compare

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