v0.10.0-beta.3
Pre-release
Pre-release
·
541 commits
to develop
since this release
This is pgrx v0.10.0-beta.3. The 4th beta in our series that includes Postgres 16 support. In this release, Postgres 16 support has been updated to pg16beta3.
To work with this beta please install cargo-pgrx with cargo install cargo-pgrx --version 0.10.0-beta.3 --locked and update the pgrx dependency versions in any extension crates. Then make sure to add a "pg16" feature flag.
What's Changed
- update for pg16beta3 support by @eeeebbbbrrrr in #1254
Usability
- Derive Clone for Inet by @JelteF in #1251
- Ensure bindgen gets all the
cppflagsit needs (on macOS, anyway) by @thomcc in #1247
Documentation
- Correct docs for datetime
Fromimpls by @workingjubilee in #1253
Internal
- Only enable line tables for profile.dev by @thomcc in #1249
- Bump cargo-metadata and clap-cargo by @thomcc in #1246
- Remove references to master branch by @thomcc in #1243
Full Changelog: v0.10.0-beta.2...v0.10.0-beta.3