The fifth beta release of 0.10.0!
#[pg_test]
-compatible proptest support in #1258 courtesy of moi- PostgresEq (#1261) and PostgresOrd (#1262) now explicitly require their "base" Rust traits, which may hypothetically break some impls, but in exchange your equality implementations are now presumed to be commutative.
- Work on improving/simplifying/optimizing our SPI continues, with @vrmiguel contributing some polish to Datum preparation in #1256
- We have been finding some extra-spicy edge cases in how PGRX interacts with a continuously-operational Postgres installation which might feature extensions being installed and reinstalled lately! @Sasasu fixed at least one core-dump-causing case from
cargo pgrx install
in #1263
New Contributors
Full Changelog: v0.10.0-beta.3...v0.10.0-beta.4