Skip to content

Commit

Permalink
Update CHANGELOG, version
Browse files Browse the repository at this point in the history
  • Loading branch information
msepga committed Nov 26, 2024
1 parent bb93934 commit f92a3d5
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,24 @@

* ...

## 6.0.0 2024-11-26

* Upgrade to libpg_query 17-6.0.0
- Updates to the Postgres 17 parser
- Deparser improvements:
- Add support for deparsing `JSON_TABLE`, `JSON_QUERY`, `JSON_EXISTS`, `JSON_VALUE`
- Add support for deparsing `JSON`, `JSON_SCALAR`, `JSON_SERIALIZE`
- Add support for deparsing `COPY ... FORCE_NULL(*)`
- Add support for deparsing `ALTER COLUMN ... SET EXPRESSION AS`
- Add support for deparsing `SET STATISTICS DEFAULT`
- Add support for deparsing `SET ACCESS METHOD DEFAULT`
- Add support for deparsing `... AT LOCAL`
- Add support for deparsing `merge_action()`
- Add support for deparsing `MERGE ... RETURNING`
- Add support for deparsing `NOT MATCHED [ BY TARGET ]`
* Improve treewalker performance by avoiding allocations [(#309)](https://github.com/pganalyze/pg_query_go/pull/309)
* Fix FreeBSD builds [(#313)](https://github.com/pganalyze/pg_query_go/pull/313)

## 5.1.0 2024-01-09

* Update to libpg_query 16-5.1.0
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pg_query (5.1.0)
pg_query (6.0.0)
google-protobuf (>= 3.25.3)

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/pg_query/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module PgQuery
VERSION = '5.1.0'.freeze
VERSION = '6.0.0'.freeze
end

0 comments on commit f92a3d5

Please sign in to comment.