github pgcentralfoundation/pgrx v0.4.2
0.4.2

latest releases: v0.12.5, v0.12.4, v0.12.3...
2 years ago

This is pgx v0.4.2. It fixes a few small issues with cargo pgx, adds new Postgres header bindings, and other minor things.

Upgrading

Please make sure to run cargo install cargo-pgx --version 0.4.2 and update all the pgx extension Cargo.toml's pgx* versions to 0.4.2.

What's Changed

  • PR #520: The --workspace flag has been removed from cargo pgx test. This was an unintentional addition as a result of #475
  • PR #513: We now support compiling on musl-based systems, such as Alpine Linux, by honoring any RUSTFLAGS that might already be set in the environment
  • PR #512: Include Postgres' pg_operator.h header in our generated bindings
  • PR #510: Various From impls for pgx::Timestamp to pg_sys::timestamp and pgx::TimestampWithTimeZone to pg_sys:: timestamptz
  • PR #509: Derive Copy, Clone for pgx' various "Timestamp" types

Thanks!

Thanks to all the contributors and users!

Full Changelog: v0.4.1...v0.4.2

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.