github pgcentralfoundation/pgrx v0.17.0

11 hours ago

Welcome to pgrx v0.17.0. This is a new minor release that brings a bunch
of internal code refactoring, cleanup, new Postgres headers, and
additional cargo-pgrx regress CLI options.

As always, please install the latest cargo-pgrx with cargo install cargo-pgrx --version 0.17.0 --locked and also update your extension
crate dependencies with cargo pgrx upgrade.

Breaking Changes

v0.17.0 migrates to Rust edition 2024 and prefers to use a different resolver. It may be necessary to add these lines to the [package] section of your Cargo.toml files:

[package]
edition = "2024"
resolver = "3"

What's Changed

New Headers/Symbols

cargo-pgrx improvements

  • Add a psql_verbosity parameter for cargo pgrx regress by @daamien in
    #2230

Code Cleanup

Project Administrativa

New Contributors

Full Changelog:
v0.16.1...v0.17.0

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.