Skip to content

Releases: wasilibs/go-protoc-gen-swift

v1.28.2

03 Oct 05:30
7fab31f

Choose a tag to compare

This release updates the packaged protoc-gen-swift version to the latest 1.28.2. There are no other changes in this distribution.

https://github.com/apple/swift-protobuf/releases

v1.28.1

02 Sep 01:17
57b325a

Choose a tag to compare

This release updates the packaged protoc-gen-swift version to the latest 1.28.1. There are no other changes in this distribution.

https://github.com/apple/swift-protobuf/releases

v1.28.0

27 Aug 04:39
201508f

Choose a tag to compare

This release updates the packaged protoc-gen-swift version to the latest 1.28.0. There are no other changes in this distribution.

https://github.com/apple/swift-protobuf/releases

v1.27.1

25 Jul 00:56
9a422f6

Choose a tag to compare

This release updates the packaged protoc-gen-swift version to the latest 1.27.1. There are no other changes in this distribution.

https://github.com/apple/swift-protobuf/releases

v1.27.0

10 Jul 05:55
56cea19

Choose a tag to compare

This release updates the packaged protoc-gen-swift version to the latest 1.27.0. It also updates wazero to 1.7.3. Starting with this version, upstream source builds as is with their release version so this project should be able to track upstream versions 1:1.

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/apple/swift-protobuf/releases

v1.25.3-pre.1

17 Jan 08:58

Choose a tag to compare

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

The currently released version of swift-protobuf fails to build to WebAssembly, so we are releasing a prerelease based on the latest unreleased version as a starter.