github pgcentralfoundation/pgrx v0.10.0-beta.4

latest releases: v0.12.4, v0.12.3, v0.12.2...
pre-release13 months ago

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

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.