Skip to content

Conversation

doctolib-renovate[bot]
Copy link
Contributor

@doctolib-renovate doctolib-renovate bot commented Aug 2, 2025

This PR contains the following updates:

Package Type Update Change
pgrx dependencies minor =0.15.0 -> =0.16.0

Release Notes

pgcentralfoundation/pgrx (pgrx)

v0.16.0

Compare Source

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

cargo-pgrx Improvements

Code Cleanup

Package/Build System Cleanup

Thanks!

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

Full Changelog: pgcentralfoundation/pgrx@v0.15.0...v0.16.0


Configuration

📅 Schedule: Branch creation - Between 08:00 AM and 10:59 AM ( * 8-10 * * * ) in timezone Europe/Paris, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was created by Renovate.

Details

Check the default configuration and documentation.

See the logs on Datadog.
To replay this update, you can use the following packageRules on the Manual Run page: [{"matchPackageNames": ["*"], "enabled": false}, {"matchPackageNames": ["pgrx"], "enabled": true}]

@docto-mergebot
Copy link

Please add the auto-merge label to the PR.

@docto-mergebot docto-mergebot removed their assignment Aug 2, 2025
@doctolib-renovate doctolib-renovate bot changed the title fix(deps): update rust crate pgrx to v0.16.0 chore(deps): update rust crate pgrx to v0.16.0 Sep 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant