build(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/3941
build(deps): bump packaging from 24.2 to 25.0 in /docs in the production-dependencies group by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/3940
Use MySQL 9 in docker-compose.yml by @vvakame in https://github.com/sqlc-dev/sqlc/pull/3944
build(deps): bump golang from 1.24.2 to 1.24.4 by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/3983
SQLite: Coerce jsonb columns to json before returning to Go code by @brandur in https://github.com/sqlc-dev/sqlc/pull/3968
SQLite: Fix parsing of INSERT DEFAULT VALUES syntax by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/4010
build(deps): bump golang from 1.24.4 to 1.24.5 by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4014
build(deps): bump urllib3 from 2.4.0 to 2.5.0 in /docs by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/3994
build(deps): bump the production-dependencies group across 1 directory with 5 updates by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/3989
build(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4027
build(deps): bump modernc.org/sqlite from 1.38.0 to 1.38.2 in the production-dependencies group by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4032
build(deps): bump the production-dependencies group across 1 directory with 4 updates by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4018
docs: fix parameter syntax inconsistency for MySQL and SQLite by @kotahorii in https://github.com/sqlc-dev/sqlc/pull/4036
Fix panic for DELETE with JOIN on subquery by @gwillem in https://github.com/sqlc-dev/sqlc/pull/4023
feat(docs): Add link to Gleam/parrot by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/4038
build(deps): bump certifi from 2025.7.14 to 2025.8.3 in /docs in the production-dependencies group by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4041
fix(compiler/mysql): prevent panic in convertSetOprSelectList() by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4042
fix: range subselect alias pointer dereference by @ahme-dev in https://github.com/sqlc-dev/sqlc/pull/3711
docs: mention pgxpool in go and pgx guide by @seriousben in https://github.com/sqlc-dev/sqlc/pull/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 https://github.com/sqlc-dev/sqlc/pull/4043
docs: use correct configuration to generate the given output for JSON type override by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4049
docs: clean up and add to docs regarding type overrides by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4060
build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4059
chore(engine/dolphin): remove references to deprecated pcast.ChangeStmt by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4057
docs: try a different admonition format by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4061
docs: use the correct admonition format by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4062
fix(codegen/golang): don't omit enums used as arrays by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4058
fix(codegen/golang): handle go_struct_tag for db_type overrides by @andrewmbenton in https://github.com/sqlc-dev/sqlc/pull/4055
bugfix: Normalize identifier usage for table names by @Mr-Destructive in https://github.com/sqlc-dev/sqlc/pull/4045
build(deps): bump the production-dependencies group across 1 directory with 2 updates by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4071
build(deps): bump requests from 2.32.4 to 2.32.5 in /docs in the production-dependencies group by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4068
feat(engine/dolphin): implement MATCH_AGAINST conversion by @wawan93 in https://github.com/sqlc-dev/sqlc/pull/4070
docs: add multi-worded table example for renaming by @lukeraphael in https://github.com/sqlc-dev/sqlc/pull/4067
build(deps): Upgrade to Go 1.25 by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/4074
build(deps): bump golang from 1.24.5 to 1.25.0 by @dependabot[bot] in https://github.com/sqlc-dev/sqlc/pull/4063
test(endtoend): Skip process_plugin_sqlc_gen_json by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/4075
test(endtoend): Use Docker to start database servers by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/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 https://github.com/sqlc-dev/sqlc/pull/4080
docs: Add changelog for 1.30.0 by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/4085
feat(cli): Bump version to 1.30.0 by @kyleconroy in https://github.com/sqlc-dev/sqlc/pull/4086
New Contributors
@vvakame made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3944
@brandur made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3968
@kotahorii made their first contribution in https://github.com/sqlc-dev/sqlc/pull/4036
@gwillem made their first contribution in https://github.com/sqlc-dev/sqlc/pull/4023
@ahme-dev made their first contribution in https://github.com/sqlc-dev/sqlc/pull/3711
@seriousben made their first contribution in https://github.com/sqlc-dev/sqlc/pull/4047
@Mr-Destructive made their first contribution in https://github.com/sqlc-dev/sqlc/pull/4045
@wawan93 made their first contribution in https://github.com/sqlc-dev/sqlc/pull/4070
@lukeraphael made their first contribution in https://github.com/sqlc-dev/sqlc/pull/4067
Full Changelog: https://github.com/sqlc-dev/sqlc/compare/v1.29.0...v1.30.0