Skip to content

v0.12.0

Compare
Choose a tag to compare
@workingjubilee workingjubilee released this 20 Aug 19:49
· 60 commits to develop since this release
2de7a4e

Cutting the 0.12.0 release as-is!

You may need to:

  • rearrange some imports
  • sed some types to use pg_sys::EnumName::Type (only the typedef, not the constants)
  • bump heapless to 0.8
  • impl ArgAbi and impl BoxRet for custom types

Code which updates to this version of pgrx is actually sound for the Postgres function ABI, so sorry about the breakages!

What's Changed

New Contributors

Full Changelog: v0.11.0...v0.12.0