File tree 3 files changed +15
-3
lines changed
3 files changed +15
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
* ...
6
6
7
+ ## 6.1.0 2025-04-02
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
+ - Fixes to support newer Rubocop version linting of the codebase
17
+ - Add support for OpenBSD
18
+
7
19
## 6.0.0 2024-11-26
8
20
9
21
* Upgrade to libpg_query 17-6.0.0
Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- pg_query (6.0 .0 )
4
+ pg_query (6.1 .0 )
5
5
google-protobuf (>= 3.25.3 )
6
6
7
7
GEM
11
11
bigdecimal (3.1.9 )
12
12
diff-lcs (1.5.1 )
13
13
docile (1.4.1 )
14
- google-protobuf (4.29.3 )
14
+ google-protobuf (4.30.2 )
15
15
bigdecimal
16
16
rake (>= 13 )
17
17
json (2.9.1 )
Original file line number Diff line number Diff line change 1
1
module PgQuery
2
- VERSION = '6.0 .0' . freeze
2
+ VERSION = '6.1 .0' . freeze
3
3
end
You can’t perform that action at this time.
0 commit comments