v0.2.0-beta.2
Pre-release
Pre-release
eeeebbbbrrrr
released this
21 Oct 21:21
·
726 commits
to master
since this release
This is pgx
v0.2.0-beta.2. As the second beta in the 0.2.0 series, it adds a few small features and a handful of bugfixes.
If upgrading from the 0.1.x series, please see the release notes for beta1 (https://github.com/zombodb/pgx/releases/tag/v0.2.0-beta.1).
New Features
- PostgreSQL v14 support (#245)
Bug Fixes
-
Resolve undefined behavior around exported function symbols (#241)
- As a result there is now
pgx::direct_function_call()
andpgx::direct_pg_extern_function_call()
for dynamically calling internal Postgres functions and functions you declare as#[pg_extern]
.
- As a result there is now
-
Fix up Darwin linking issues (#244)
-
Resolve issues with sql entity graph generation (#236, #260)
Thanks!
Thanks to everyone that contributed testing and issue reports during this beta. Most especially @rustprooflabs!