Skip to content

Commit

Permalink
Release 5.1.0 (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 10, 2024
1 parent e4395d2 commit 2c36edb
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@
* ...


## 5.1.0 2024-01-09

* Update to libpg_query 16-5.1.0
- Add support for running on Windows
- Add support for compiling on 32-bit systems
* Treewalker: Allow passing a block with a single argument to walk!
* PgQuery::Node: Add inner and inner= helpers to get/set inner object


## 5.0.0 2023-12-23

* Upgrade to libpg_query 16-5.0.0
- Updates to the Postgres 16 parser
- Multiple deparser improvements
* Allow importing parse tree proto with cgo disabled
* Add parser.SplitWithScanner() and parser.SplitWithParser()


## 4.2.3 2023-08-04

* Update to libpg_query 15-4.2.3, including changes from 15-4.2.2
Expand All @@ -15,6 +33,7 @@
- Deparser: Add support for index fillfactor within CREATE TABLE, fix SHOW ALL [#193](https://github.com/pganalyze/libpg_query/pull/193)
- Deparser: Move to dedicated file for easier inclusion in third-party projects [#192](https://github.com/pganalyze/libpg_query/pull/192)


## 4.2.1 2023-05-25

* Update to libpg_query 15-4.2.1 ([#85](https://github.com/pganalyze/pg_query_go/pull/85))
Expand Down

0 comments on commit 2c36edb

Please sign in to comment.