github pgcentralfoundation/pgrx v0.10.0-beta.3

latest releases: v0.12.4, v0.12.3, v0.12.2...
pre-release13 months ago

This is pgrx v0.10.0-beta.3. The 4th beta in our series that includes Postgres 16 support. In this release, Postgres 16 support has been updated to pg16beta3.

To work with this beta please install cargo-pgrx with cargo install cargo-pgrx --version 0.10.0-beta.3 --locked and update the pgrx dependency versions in any extension crates. Then make sure to add a "pg16" feature flag.

What's Changed

Usability

  • Derive Clone for Inet by @JelteF in #1251
  • Ensure bindgen gets all the cppflags it needs (on macOS, anyway) by @thomcc in #1247

Documentation

Internal

Full Changelog: v0.10.0-beta.2...v0.10.0-beta.3

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.