Skip to content

Commit 754ec8e

Browse files
committed
Release 6.1.0
1 parent 301af05 commit 754ec8e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
* ...
66

7+
## 6.1.0 2025-02-24
8+
9+
* Upgrade to libpg_query 17-6.1.0
10+
- Update to Postgres 17.4, and add recent patches scheduled for Postgres 17.5 (not yet released)
11+
- Notably, this pulls in support for macOS 15.4 which defines strchrnul
12+
in its standard library, fixing builds on up-to-date macOS versions.
13+
- Deparser improvements
14+
- Add parenthesis around AT LOCAL / AT TIMEZONE if needed
15+
- Correctness improvements related to expressions and function calls
16+
* Allow vendoring pg_query_go with built-in "go mod vendor" command [(#131)](https://github.com/pganalyze/pg_query_go/pull/131)
17+
18+
719
## 6.0.0 2024-11-26
820

921
* Upgrade to libpg_query 17-6.0.0

0 commit comments

Comments
 (0)