v0.7.0-beta.1
Pre-release
Pre-release
eeeebbbbrrrr
released this
15 Jan 22:35
·
191 commits
to master
since this release
This is pgx v0.7.0-beta.1. It's a minor update that fixes a few behind-the-scenes issues discovered with beta0. It also starts to improve our cross-compilation story a bit more.
As always, install with cargo install cargo-pgx --version 0.7.0-beta.1 --locked
and update your extension crate dependencies accordingly.
What's Changed
- Fully qualify some
use
statements emitted by code generation by @eeeebbbbrrrr in #1006 - feature flags can also be delimited by a comma by @eeeebbbbrrrr in #1008
- Add the ability for
#[pg_extern]
-style functions to returnResult<Option<SetOfIterator>>
. by @eeeebbbbrrrr in #1007 - Allow overriding the binding generator and work on a better CROSS_COMPILE.md by @thomcc in #1010
Full Changelog: v0.7.0-beta.0...v0.7.0-beta.1