github pgcentralfoundation/pgrx v0.16.0

one month ago

Welcome to pgrx v0.16.0.

This release contains support for Postgres 18beta2 and has some breaking changes in that support for pgrx' "hooks" implementation, which has been deprecated for over a year, has finally been removed.

Additionally, due to unsoundness issues, direct support for using heapless in shared memory has been removed. Users can still do this themselves, which requires them to assert they're taking responsibility of possible unsoundness issues.

As always, first install the latest cargo-pgrx with:

$ cargo install cargo-pgrx --version 0.16.0 --locked

Then you're free to run cargo pgrx upgrade in the root of all your extension crates.

To pickup pg18beta2 support you'll also want to run cargo pgrx init so that it can be downloaded and compiled.

What's Changed

Breaking Changes

New Features

Bug Fixes

  • fix name_data_to_str by @usamoi in #2108
  • add pg_guard_ffi_boundary to direct_pg_extern_function_call_as_datum by @usamoi in #2118

cargo-pgrx Improvements

  • add --valgrind to more cargo-pgrx subcommands by @usamoi in #2109
  • cargo pgrx regress --resetdb will run setup.sql by @ccleve in #2113

Code Cleanup

Package/Build System Cleanup

  • chore: include pgrx-version-updater into workspace by @nyurik in #2101
  • chore: consolidate package settings in workspace by @nyurik in #2100
  • chore: prepare for 2024 edition by @nyurik in #2103

Thanks!

Thanks to all contributors -- y'alls work helps keep pgrx moving forward.

Full Changelog: v0.15.0...v0.16.0

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.