This is pgrx v0.10.1. It includes support for Postgres v16 and since pg16 is now released, cargo pgrx init
will now be able to download the latest version.
As always, please install the latest cargo-pgrx with cargo install cargo-pgrx --version 0.10.1 --locked
and update your Cargo.toml dependencies.
What's Changed
#1295: Support the official Postgres v16 release
#1294: Add WAL recovery header bindings for pg15 and pg16
Full Changelog: v0.10.0...v0.10.1