-
Notifications
You must be signed in to change notification settings - Fork 923
v1.30.0 #4087
kyleconroy
announced in
Announcements
v1.30.0
#4087
-
What's Changed
- build(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in build(deps): bump the production-dependencies group across 1 directory with 2 updates #3941
- build(deps): bump packaging from 24.2 to 25.0 in /docs in the production-dependencies group by @dependabot[bot] in build(deps): bump packaging from 24.2 to 25.0 in /docs in the production-dependencies group #3940
- Use MySQL 9 in docker-compose.yml by @vvakame in Use MySQL 9 in docker-compose.yml #3944
- build(deps): bump golang from 1.24.2 to 1.24.4 by @dependabot[bot] in build(deps): bump golang from 1.24.2 to 1.24.4 #3983
- SQLite: Coerce jsonb columns to json before returning to Go code by @brandur in SQLite: Coerce jsonb columns to json before returning to Go code #3968
- SQLite: Fix parsing of INSERT DEFAULT VALUES syntax by @kyleconroy in SQLite: Fix parsing of INSERT DEFAULT VALUES syntax #4010
- build(deps): bump golang from 1.24.4 to 1.24.5 by @dependabot[bot] in build(deps): bump golang from 1.24.4 to 1.24.5 #4014
- build(deps): bump urllib3 from 2.4.0 to 2.5.0 in /docs by @dependabot[bot] in build(deps): bump urllib3 from 2.4.0 to 2.5.0 in /docs #3994
- build(deps): bump the production-dependencies group across 1 directory with 5 updates by @dependabot[bot] in build(deps): bump the production-dependencies group across 1 directory with 5 updates #3989
- build(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in build(deps): bump the production-dependencies group across 1 directory with 4 updates #4027
- build(deps): bump modernc.org/sqlite from 1.38.0 to 1.38.2 in the production-dependencies group by @dependabot[bot] in build(deps): bump modernc.org/sqlite from 1.38.0 to 1.38.2 in the production-dependencies group #4032
- build(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in build(deps): bump the production-dependencies group across 1 directory with 4 updates #4018
- docs: fix parameter syntax inconsistency for MySQL and SQLite by @kotahorii in docs: fix parameter syntax inconsistency for MySQL and SQLite #4036
- Fix panic for DELETE with JOIN on subquery by @gwillem in Fix panic for DELETE with JOIN on subquery #4023
- feat(docs): Add link to Gleam/parrot by @kyleconroy in feat(docs): Add link to Gleam/parrot #4038
- build(deps): bump certifi from 2025年7月14日 to 2025年8月3日 in /docs in the production-dependencies group by @dependabot[bot] in build(deps): bump certifi from 2025年7月14日 to 2025年8月3日 in /docs in the production-dependencies group #4041
- fix(compiler/mysql): prevent panic in convertSetOprSelectList() by @andrewmbenton in fix(compiler/mysql): prevent panic in convertSetOprSelectList() #4042
- fix: range subselect alias pointer dereference by @ahme-dev in fix: range subselect alias pointer dereference #3711
- docs: mention pgxpool in go and pgx guide by @seriousben in docs: mention pgxpool in go and pgx guide #4047
- build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 in the production-dependencies group by @dependabot[bot] in build(deps): bump google.golang.org/protobuf from 1.36.6 to 1.36.7 in the production-dependencies group #4043
- docs: use correct configuration to generate the given output for JSON type override by @andrewmbenton in docs: use correct configuration to generate the given output for JSON type override #4049
- docs: clean up and add to docs regarding type overrides by @andrewmbenton in docs: clean up and add to docs regarding type overrides #4060
- build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in build(deps): bump actions/checkout from 4 to 5 #4059
- chore(engine/dolphin): remove references to deprecated
pcast.ChangeStmt
by @andrewmbenton in chore(engine/dolphin): remove references to deprecatedpcast.ChangeStmt
#4057 - docs: try a different admonition format by @andrewmbenton in docs: try a different admonition format #4061
- docs: use the correct admonition format by @andrewmbenton in docs: use the correct admonition format #4062
- fix(codegen/golang): don't omit enums used as arrays by @andrewmbenton in fix(codegen/golang): don't omit enums used as arrays #4058
- fix(codegen/golang): handle
go_struct_tag
fordb_type
overrides by @andrewmbenton in fix(codegen/golang): handlego_struct_tag
fordb_type
overrides #4055 - bugfix: Normalize identifier usage for table names by @Mr-Destructive in bugfix: Normalize identifier usage for table names #4045
- build(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in build(deps): bump the production-dependencies group across 1 directory with 2 updates #4071
- build(deps): bump requests from 2.32.4 to 2.32.5 in /docs in the production-dependencies group by @dependabot[bot] in build(deps): bump requests from 2.32.4 to 2.32.5 in /docs in the production-dependencies group #4068
- feat(engine/dolphin): implement MATCH_AGAINST conversion by @wawan93 in feat(engine/dolphin): implement MATCH_AGAINST conversion #4070
- docs: add multi-worded table example for renaming by @lukeraphael in docs: add multi-worded table example for renaming #4067
- build(deps): Upgrade to Go 1.25 by @kyleconroy in build(deps): Upgrade to Go 1.25 #4074
- build(deps): bump golang from 1.24.5 to 1.25.0 by @dependabot[bot] in build(deps): bump golang from 1.24.5 to 1.25.0 #4063
- test(endtoend): Skip process_plugin_sqlc_gen_json by @kyleconroy in test(endtoend): Skip process_plugin_sqlc_gen_json #4075
- test(endtoend): Use Docker to start database servers by @kyleconroy in test(endtoend): Use Docker to start database servers #4076
- build(deps): bump github.com/google/cel-go from 0.26.0 to 0.26.1 in the production-dependencies group by @dependabot[bot] in build(deps): bump github.com/google/cel-go from 0.26.0 to 0.26.1 in the production-dependencies group #4080
- docs: Add changelog for 1.30.0 by @kyleconroy in docs: Add changelog for 1.30.0 #4085
- feat(cli): Bump version to 1.30.0 by @kyleconroy in feat(cli): Bump version to 1.30.0 #4086
New Contributors
- @vvakame made their first contribution in Use MySQL 9 in docker-compose.yml #3944
- @brandur made their first contribution in SQLite: Coerce jsonb columns to json before returning to Go code #3968
- @kotahorii made their first contribution in docs: fix parameter syntax inconsistency for MySQL and SQLite #4036
- @gwillem made their first contribution in Fix panic for DELETE with JOIN on subquery #4023
- @ahme-dev made their first contribution in fix: range subselect alias pointer dereference #3711
- @seriousben made their first contribution in docs: mention pgxpool in go and pgx guide #4047
- @Mr-Destructive made their first contribution in bugfix: Normalize identifier usage for table names #4045
- @wawan93 made their first contribution in feat(engine/dolphin): implement MATCH_AGAINST conversion #4070
- @lukeraphael made their first contribution in docs: add multi-worded table example for renaming #4067
Full Changelog: v1.29.0...v1.30.0
This discussion was created from the release v1.30.0.
Beta Was this translation helpful? Give feedback.
All reactions
-
🎉 2
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment