Welcome to pgrx v0.10.0-beta.1. The second in our series to add Postgres 16 support.
This release contains a few bugfixes around arrays of certain types and compile-time Spi API soundness. It also improves the output of cargo pgrx test
test failures.
To evaluate this release please run cargo install cargo-pgrx --version 0.10.0-beta.1 --locked && cargo pgrx init
. And make sure to update your extension crate dependencies as well, adding a corresponding pg16
line to the [features]
block.
What's Changed
- Testing help by @eeeebbbbrrrr in #1203
- Type testability cleanup by @eeeebbbbrrrr in #1204
- Try to smartly propagate fs errors by @workingjubilee in #1186
- Type roundtrip tests by @eeeebbbbrrrr in #1185
- Spi API Lifetime Correctness by @eeeebbbbrrrr in #1210
Full Changelog: v0.10.0-beta.0...v0.10.0-beta.1