Skip to content

v0.5.4

Compare
Choose a tag to compare
@workingjubilee workingjubilee released this 21 Oct 01:07
· 379 commits to master since this release
629e6f5

pgx v0.5.4 is out, please cargo install --locked cargo-pgx and update your Cargo.toml:

pgx = "0.5.4"

This is a fairly small release, containing a bugfix and some new API surface:

  • An incorrect handling of some Datum arguments fixed thanks to @eeeebbbbrrrr in #795
  • Some missed SpinLock macro bindings were added thanks to @thomcc in #793
  • A new base API for dynamic background worker registration was introduced thanks to @yrashk in #710!

We're excited to see further improvements to the Dynamic Background Worker API and are looking forward to any feedback you have!

Full Changelog: v0.5.3...v0.5.4