Skip to content

v0.1.21

Compare
Choose a tag to compare
@eeeebbbbrrrr eeeebbbbrrrr released this 01 May 20:51
· 765 commits to master since this release
e12d8e8

pgx v0.1.21 is a minor feature release with the following features:

Changes

  • aarch64 support was added (#127)
  • add Nix flake (#124)
  • cargo-pgx pgx init does initdb (#123)
  • Improve handling of feature flags (#118)
  • Allow overriding function names and returning schema-qualified type (#117)
  • update dependencies (#122).
  • (docs) Add caveat about reconnecting after updating extension (#116)

Other Changes

  • (cargo-pgx) on init, lazy fetch version list (#119)

To upgrade, please run:

$ cargo install cargo-pgx --version 0.1.21

Also, make sure to update your Cargo.toml dependencies.

Thanks!

Thanks to @JLockerman from @timescale for the PRs. And of course special thanks to @Hoverbear for her work on this release!