Changelog of @hackage/pqi-ffi 1.0.1.0

v1.0.1.0

Non-breaking

  • Picked up pqi 1.1.0.0, which renamed Notify's fields to notifyRelname/notifyBePid/notifyExtra to match postgresql-libpq

v1.0.0.1

Doc corrections.

v1.0.0.0

Non-breaking

  • Support for the resStatus field of Pqi.Adapter

v0.1.0.1

Fixes

  • Picked up pqi-conformance 0.1.0.1, which fixes a build break caused by extensions removed for GHC 8.10 compatibility

v0.1.0.0

Breaking

  • Migrate to pqi 0.1's record-of-functions redesign and switch to exporting the adapter value instead of the Connection type.