Update version to 0.19.2 - #2364
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Welcome to pgrx v0.19.2. This brings Postgres 19beta2 support, an important fix for retaining ERROR detail messages when a pgrx extension catches and rethrows a Postgres-originated ERROR, more header bindings, and bugfixes.
As always run
cargo install cargo-pgrx --version 0.19.2 --lockedand runcargo pgrx upgradeto fixup your extension crates.New Features
cargo pgrx testfilters by @eeeebbbbrrrr in Support multiple cargo pgrx test filters #2345Bug Fixes and Cleanup
New Headers
pg_statistic_extincludes for pg18 and pg19. by @isdaniel in Add missing pg_statistic_ext includes for pg18 and pg19. #2338catalog/pg_auth_members.hby @eeeebbbbrrrr in add catalog/pg_auth_members.h #2340utils/datum.hbindings + generic_agg example by @isdaniel in Add utils/datum.h bindings + generic_agg example #2341commands/async.h(LISTEN/NOTIFY) bindings by @isdaniel in Add commands/async.h (LISTEN/NOTIFY) bindings #2344Administrative
semicolon_in_expressions_from_macroserrors on nightly by @ChronicallyJD in Fixsemicolon_in_expressions_from_macroserrors on nightly #2360New Contributors
Full Changelog: v0.19.1...v0.19.2