0.4.2
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 fromcargo 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 forpgx::Timestamp
topg_sys::timestamp
andpgx::TimestampWithTimeZone
topg_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