Skip to content

Commit 80e335a

Browse files
authored
docs: Add changelog for 1.30.0 (#4085)
1 parent e18bf22 commit 80e335a

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

docs/reference/changelog.md

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,60 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
(v1-30-0)=
5+
## [1.30.0](https://github.com/sqlc-dev/sqlc/releases/tag/v1.30.0)
6+
Released 2025-09-01
7+
8+
### Bug Fixes
9+
10+
- (compiler/mysql) Prevent panic in convertSetOprSelectList() (#4042)
11+
- Range subselect alias pointer dereference (#3711)
12+
- (codegen/golang) Don't omit enums used as arrays (#4058)
13+
- (codegen/golang) Handle `go_struct_tag` for `db_type` overrides (#4055)
14+
- (engine/dolphin) Remove references to deprecated `pcast.ChangeStmt` (#4057)
15+
- Normalize identifier usage for table names (#4045)
16+
- (engine/sqlite) Fix parsing of INSERT DEFAULT VALUES syntax (#4010)
17+
18+
### Documentation
19+
20+
- Fix parameter syntax inconsistency for MySQL and SQLite (#4036)
21+
- Use correct configuration to generate the given output for JSON type override (#4049)
22+
- Clean up and add to docs regarding type overrides (#4060)
23+
- Try a different admonition format (#4061)
24+
- Use the correct admonition format (#4062)
25+
- Add multi-worded table example for renaming (#4067)
26+
27+
### Features
28+
29+
- (docs) Add link to Gleam/parrot (#4038)
30+
- (engine/dolphin) Implement MATCH_AGAINST conversion in SQL AST (#1192, #3091) (#4070)
31+
- (engine/sqlite) Coerce jsonb columns to json before returning to Go code (#3968)
32+
33+
### Testing
34+
35+
- (endtoend) Skip process_plugin_sqlc_gen_json (#4075)
36+
- (endtoend) Use Docker to start database servers (#4076)
37+
38+
### Build
39+
40+
- (deps) Bump the production-dependencies group across 1 directory with 2 updates (#3941)
41+
- (deps) Bump packaging (#3940)
42+
- (deps) Bump golang from 1.24.2 to 1.24.4 (#3983)
43+
- (deps) Bump golang from 1.24.4 to 1.24.5 (#4014)
44+
- (deps) Bump urllib3 from 2.4.0 to 2.5.0 in /docs (#3994)
45+
- (deps) Bump the production-dependencies group across 1 directory with 5 updates (#3989)
46+
- (deps) Bump the production-dependencies group across 1 directory with 4 updates (#4027)
47+
- (deps) Bump modernc.org/sqlite (#4032)
48+
- (deps) Bump the production-dependencies group across 1 directory with 4 updates (#4018)
49+
- (deps) Bump certifi in /docs in the production-dependencies group (#4041)
50+
- (deps) Bump google.golang.org/protobuf (#4043)
51+
- (deps) Bump actions/checkout from 4 to 5 (#4059)
52+
- (deps) Bump the production-dependencies group across 1 directory with 2 updates (#4071)
53+
- (deps) Bump requests in /docs in the production-dependencies group (#4068)
54+
- Upgrade to Go 1.25 (#4074)
55+
- (deps) Bump golang from 1.24.5 to 1.25.0 (#4063)
56+
- (deps) Bump github.com/google/cel-go (#4080)
57+
458
(v1-29-0)=
559
## [1.29.0](https://github.com/sqlc-dev/sqlc/releases/tag/v1.29.0)
660
Released 2025-04-14

0 commit comments

Comments
 (0)