github pgcentralfoundation/pgrx v0.11.2

latest releases: v0.12.8, v0.12.7, v0.12.6...
11 months ago

pgrx v0.11.2 is a minor release which

  • makes available the storage-related API, thanks to @silver-ymz in #1409
  • deprecates the Oid::from_u32_unchecked API... because it is actually possible to do via casting in a query, which makes it effectively impossible for us to not wind up providing it via some other safe API, since the source is also an easily-Copied type. Thus you can now simply use From::from for it. Thanks to @thomcc for this discovery, implemented by @workingjubilee in #1374

As usual, cargo install cargo-pgrx --version 0.11.2 --locked and be on your merry way!

Thanks everyone!

Full Changelog: v0.11.1...v0.11.2

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.