-
Notifications
You must be signed in to change notification settings - Fork 923
v1.29.0 #3932
kyleconroy
announced in
Announcements
v1.29.0
#3932
-
What's Changed
- new community generator plugin for PHP by @lcarilla in new community generator plugin for PHP #3813
- build(deps): bump golang from 1.23.5 to 1.23.6 by @dependabot in build(deps): bump golang from 1.23.5 to 1.23.6 #3822
- build: Use govulncheck action by @alexandear in build: Use govulncheck action #3831
- examples: Add missing Close calls by @alexandear in examples: Add missing Close calls #3828
- docs: Fix PostGIS function name by @alexandear in docs: Fix PostGIS function name #3829
- docs: Add Zig plugin by @tinyzimmer in docs: Add Zig plugin #3824
- build(deps): bump the production-dependencies group across 1 directory with 3 updates by @dependabot in build(deps): bump the production-dependencies group across 1 directory with 3 updates #3817
- Add support for json format from process plugins by @rouzier in Add support for json format from process plugins #3827
- docs: add link to java plugin by @tandemdude in docs: add link to java plugin #3819
- build(deps): bump the production-dependencies group across 1 directory with 5 updates by @dependabot in build(deps): bump the production-dependencies group across 1 directory with 5 updates #3826
- Update postgresql_type.go: accept "timestamp" as a case by @theAnuragMishra in Update postgresql_type.go: accept "timestamp" as a case #3811
- build(deps): bump golang from 1.23.6 to 1.24.0 by @dependabot in build(deps): bump golang from 1.23.6 to 1.24.0 #3842
- build(deps): bump myst-parser from 4.0.0 to 4.0.1 in /docs in the production-dependencies group by @dependabot in build(deps): bump myst-parser from 4.0.0 to 4.0.1 in /docs in the production-dependencies group #3841
- docs: update supported engines for sqlc-gen-java by @tandemdude in docs: update supported engines for sqlc-gen-java #3843
- Add sqlite beta support for zig plugin by @tinyzimmer in Add sqlite beta support for zig plugin #3845
- build(deps): bump modernc.org/sqlite from 1.34.5 to 1.35.0 in the production-dependencies group by @dependabot in build(deps): bump modernc.org/sqlite from 1.34.5 to 1.35.0 in the production-dependencies group #3846
- update csharp support to stable by @doron050 in update csharp support to stable #3854
- build(deps): bump golang from 1.24.0 to 1.24.1 by @dependabot in build(deps): bump golang from 1.24.0 to 1.24.1 #3870
- build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs in the production-dependencies group by @dependabot in build(deps): bump jinja2 from 3.1.5 to 3.1.6 in /docs in the production-dependencies group #3872
- build: Upgrade to wazero@v1.9.0 by @kyleconroy in build: Upgrade to wazero@v1.9.0 #3887
- build: Upgrade to Go 1.24.1 by @kyleconroy in build: Upgrade to Go 1.24.1 #3892
- build: Upgrade to latest version of MySQL parser by @kyleconroy in build: Upgrade to latest version of MySQL parser #3893
- build(deps): bump pyparsing from 3.2.1 to 3.2.2 in /docs in the production-dependencies group by @dependabot in build(deps): bump pyparsing from 3.2.1 to 3.2.2 in /docs in the production-dependencies group #3890
- build(deps): bump golang.org/x/net from 0.33.0 to 0.37.0 by @kyleconroy in build(deps): bump golang.org/x/net from 0.33.0 to 0.37.0 #3894
- build(deps): bump the production-dependencies group across 1 directory with 8 updates by @dependabot in build(deps): bump the production-dependencies group across 1 directory with 8 updates #3896
- build(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 in the production-dependencies group by @dependabot in build(deps): bump github.com/jackc/pgx/v5 from 5.7.3 to 5.7.4 in the production-dependencies group #3898
- build(deps): bump the production-dependencies group in /docs with 2 updates by @dependabot in build(deps): bump the production-dependencies group in /docs with 2 updates #3899
- build(deps): bump modernc.org/sqlite from 1.36.2 to 1.36.3 in the production-dependencies group by @dependabot in build(deps): bump modernc.org/sqlite from 1.36.2 to 1.36.3 in the production-dependencies group #3905
- feat(codegen/golang): add an option to wrap query errors that includes query name by @andrewmbenton in feat(codegen/golang): add an option to wrap query errors that includes query name #3876
- fix(pgx): Do not wrap nil error by @kyleconroy in fix(pgx): Do not wrap nil error #3913
- build(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot in build(deps): bump the production-dependencies group across 1 directory with 2 updates #3914
- [typo] locahost → localhost by @alexzamai-orca in [typo] locahost → localhost #3925
- build(deps): bump urllib3 from 2.3.0 to 2.4.0 in /docs in the production-dependencies group by @dependabot in build(deps): bump urllib3 from 2.3.0 to 2.4.0 in /docs in the production-dependencies group #3926
- build(deps): bump golang from 1.24.1 to 1.24.2 by @dependabot in build(deps): bump golang from 1.24.1 to 1.24.2 #3915
- build(deps): bump the production-dependencies group across 1 directory with 3 updates by @dependabot in build(deps): bump the production-dependencies group across 1 directory with 3 updates #3923
- fix(migrations): case-sensitive migration rollback detection by @0xSherlokMo in fix(migrations): case-sensitive migration rollback detection #3919
- build(deps): Upgrade github.com/wasilibs/go-pgquery by @kyleconroy in build(deps): Upgrade github.com/wasilibs/go-pgquery #3927
- build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 by @dependabot in build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 #3929
- Add changelog for 1.29.0 by @kyleconroy in Add changelog for 1.29.0 #3930
- feat(cli): Bump version to 1.29.0 by @kyleconroy in feat(cli): Bump version to 1.29.0 #3931
New Contributors
- @lcarilla made their first contribution in new community generator plugin for PHP #3813
- @tinyzimmer made their first contribution in docs: Add Zig plugin #3824
- @rouzier made their first contribution in Add support for json format from process plugins #3827
- @tandemdude made their first contribution in docs: add link to java plugin #3819
- @theAnuragMishra made their first contribution in Update postgresql_type.go: accept "timestamp" as a case #3811
- @doron050 made their first contribution in update csharp support to stable #3854
- @alexzamai-orca made their first contribution in [typo] locahost → localhost #3925
- @0xSherlokMo made their first contribution in fix(migrations): case-sensitive migration rollback detection #3919
Full Changelog: v1.28.0...v1.29.0
This discussion was created from the release v1.29.0.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 3 -
🎉 4
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment