Skip to content

Releases: wasilibs/go-sql-formatter

v15.4.9

06 Jan 08:08
32d79a2
Compare
Choose a tag to compare

This release updates the packaged sql-formatter version to the latest 15.4.9. It also updates the versioning scheme of this repository to match the upstream version number. It means that the major version will be in the module name, so update any go run commands or similar to reference v15, github.com/wasilibs/go-sql-formatter/v15.

https://github.com/sql-formatter-org/sql-formatter/releases

v1.15.4 (15.4.0)

13 Aug 02:31
19c4c92
Compare
Choose a tag to compare

This release updates the packaged sql-formatter version to the latest 15.4.0.

https://github.com/sql-formatter-org/sql-formatter/releases

v1.15.3 (15.3.2)

27 Jun 08:40
461f989
Compare
Choose a tag to compare

This release updates the packaged sql-formatter version to the latest 15.3.2. 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.

v1.15.0

10 Jan 02:20
Compare
Choose a tag to compare

Welcome to go-sql-formatter, a distribution of sql-formatter which can be executed directly with go run. sql-formatter and QuickJS are compiled to WebAssembly and executed with the pure Go runtime wazero, allowing it to run on any platform that Go supports.

The versioning scheme for this repository will map the major version of upstream to the minor version, and any upstream minor version updates or bug fixes in this repository will increment the patch version.