v1.25.0 #3103
kyleconroy
announced in
Announce
v1.25.0
#3103
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What's new
Add tags to push and verify
You can add tags when pushing schema and queries to sqlc Cloud. Tags operate like git tags, meaning you can overwrite previously-pushed tag values. We suggest tagging pushes to associate them with something relevant from your environment, e.g. a git tag or branch name.
Once you've created a tag, you can refer to it when verifying changes, allowing you
to compare the existing schema against a known set of previous queries.
C-ya,
cgo
Over the last month, we've switched out a few different modules to remove our reliance on cgo. Previously, we needed cgo for three separate functions:
With the help of the community, we found cgo-free alternatives for each module:
For the first time, Windows users can enjoy full PostgreSQL support without using WSL. It's a Christmas miracle!
If you run into any issues with the updated dependencies, please open an issue.
Bug Fixes
name
annotation (fix(compiler): Skip analysis of queries without aname
annotation #3072)"strings"
forsqlc.slice()
with pgx (fix(codegen/golang): Don't import"strings"
forsqlc.slice()
with pgx #3073)Documentation
push
, add Go plugin link (docs: Add a sidebar link forpush
, add Go plugin link #3023)Features
emit_sql_as_comment
option to Go code plugin (Addemit_sql_as_comment
option to Go code plugin #2735)Testing
Build
New Contributors
emit_sql_as_comment
option to Go code plugin #2735Full Changelog: v1.24.0...v1.25.0
This discussion was created from the release v1.25.0.
Beta Was this translation helpful? Give feedback.
All reactions