github pgcentralfoundation/pgrx v0.2.0-beta.2

latest releases: v0.12.8, v0.12.7, v0.12.6...
pre-release3 years ago

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() and pgx::direct_pg_extern_function_call() for dynamically calling internal Postgres functions and functions you declare as #[pg_extern].
  • 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!

Don't miss a new pgrx release

NewReleases is sending notifications on new releases.