Skip to content

Commit 1341d2d

Browse files
authored
docs: Update changelog for 1.26.0 (#3301)
1 parent 9ba8bd4 commit 1341d2d

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

docs/reference/changelog.md

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

4+
(v1-26-0)=
5+
## [1.26.0](https://github.com/sqlc-dev/sqlc/releases/tag/1.26.0)
6+
Released 2024-03-28
7+
8+
### Release notes
9+
10+
This release is mainly a bug fix release. It also includes an [important security fix](https://github.com/sqlc-dev/sqlc/issues/3194) for users using output plugins.
11+
12+
### Changes
13+
14+
#### Bug Fixes
15+
16+
- (docker) Use distroless base image instead of scratch (#3111)
17+
- (generate) Ensure files are created inside output directory (#3195)
18+
- (mysql) BREAKING: Use `int16` for MySQL `SMALLINT` and `YEAR` (#3106)
19+
- (mysql) BREAKING: Use `int8` for MySQL TINYINT (#3298)
20+
- (mysql) Variables not resolving in ORDER BY statements (#3115)
21+
- (opts) Validate SQL package and driver options (#3241)
22+
- (postgres/batch) Ignore query_parameter_limit for batches
23+
- (scripts) Remove deprecated test output regeneration script (#3105)
24+
- (sqlite) Correctly skip unknown statements (#3239)
25+
26+
#### Documentation
27+
28+
- (postgres) Add instructions for PostGIS/GEOS (#3182)
29+
- Improve details on TEXT (#3247)
30+
31+
#### Features
32+
33+
- (generate) Avoid generating empty Go imports (#3135)
34+
- (mysql) Add NEXTVAL() to the MySQL catalog (#3147)
35+
- (mysql) Support json.RawMessage for LOAD DATA INFILE (#3099)
36+
37+
#### Build
38+
39+
- (deps) Bump github.com/jackc/pgx/v5 to 5.5.5 (#3259)
40+
- (deps) Bump modernc.org/sqlite to 1.29.5 (#3200)
41+
- (deps) Bump github.com/go-sql-driver/mysql to 1.8.0 (#3257)
42+
- (deps) Bump github.com/tetratelabs/wazero to 1.7.0 (#3096)
43+
- (deps) Bump github.com/pganalyze/pg_query_go to v5 (#3096)
44+
45+
446
(v1-25-0)=
547
## [1.25.0](https://github.com/sqlc-dev/sqlc/releases/tag/v1.25.0)
648
Released 2024-01-03

0 commit comments

Comments
 (0)