hpqtypes v1.9.4.0 Release Notes

Release Date: 2022-05-18 // almost 2 years ago
    • โž• Add support for prepared statements.
    • ๐Ÿ‘‰ Make more foreign C calls safe.
    • Don't manage PGconn with a ForeignPtr.
    • ๐Ÿ‘‰ Use closeFdWith when closing connections.

Previous changes from v1.9.3.1

    • ๐Ÿ›  Fix withTransaction and withSavepoint with short-circuiting monad transformers such as ExceptT.