Skip to content

Commit

Permalink
Merge branch 'main' into parse-recursion-limit
Browse files Browse the repository at this point in the history
  • Loading branch information
lfittl committed Jan 3, 2024
2 parents bdb29c9 + e239ca3 commit c9334d5
Show file tree
Hide file tree
Showing 15 changed files with 537 additions and 282 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,23 @@
# Changelog

## 5.0.0 2023-12-22

* Align versioning scheme with that of other pg_query libraries
(which is to generally aim to match the libpg_query version)
* Upgrade to libpg_query 5.0.0
- Updates to the Postgres 16 parser
- Multiple deparser improvements


## 0.8.2 2023-09-11

* Update bindgen to 0.66.1 to remove transitive dependency on atty and resolve build errors [#28](https://github.com/pganalyze/pg_query.rs/pull/28)

## 0.8.1 2023-08-07

* Upgrade to `libpg_query` 4.2.3
- Fix builds when compiling with `glibc >= 2.38` [#203](https://github.com/pganalyze/libpg_query/pull/203)
- Deparser: Add support for COALESCE and other expressions in LIMIT clause [#199](https://github.com/pganalyze/libpg_query/pull/199)
* Upgrade to libpg_query 4.2.3
- Fix builds when compiling with `glibc >= 2.38` [libpg_query#203](https://github.com/pganalyze/libpg_query/pull/203)
- Deparser: Add support for COALESCE and other expressions in LIMIT clause [libpg_query#199](https://github.com/pganalyze/libpg_query/pull/199)

## 0.8.0 2023-07-25

Expand Down
Loading

0 comments on commit c9334d5

Please sign in to comment.