All Versions
31
Latest Version
Avg Release Cycle
95 days
Latest Release
709 days ago

Changelog History
Page 1

  • v1.9.4.0 Changes

    May 18, 2022
    • โž• Add support for prepared statements.
    • ๐Ÿ‘‰ Make more foreign C calls safe.
    • Don't manage PGconn with a ForeignPtr.
    • ๐Ÿ‘‰ Use closeFdWith when closing connections.
  • v1.9.3.1 Changes

    March 30, 2022
    • ๐Ÿ›  Fix withTransaction and withSavepoint with short-circuiting monad transformers such as ExceptT.
  • v1.9.3.0 Changes

    February 25, 2022
    • ๐Ÿ›  Fix support for M1 chips.
    • โž• Add support for aeson >= 2.0.
    • โž• Add support for GHC 9.2.
    • โฌ‡๏ธ Drop support for GHC < 8.8.
  • v1.9.2.1 Changes

    November 04, 2021
    • ๐Ÿ‘Œ Improve an SQL query that gets information about composite types.
  • v1.9.2.0 Changes

    September 29, 2021
    • โž• Add method withFrozenLastQuery to (temporarily) stop recording queries.
  • v1.9.1.2 Changes

    July 29, 2021
    • ๐Ÿ›  Fix compilation issues caused by ambiguos occurence of controlT.
  • v1.9.1.1 Changes

    May 27, 2021
    • ๐Ÿ‘Œ Support GHC 9.0.
  • v1.9.1.0 Changes

    September 14, 2020
    • ๐Ÿ”ฆ Expose aesonFromSQL and aesonToSQL for convenience.
  • v1.9.0.1 Changes

    September 04, 2020
    • โœ‚ Remove upper bounds of dependencies.
  • v1.9.0.0 Changes

    April 02, 2020
    • ๐Ÿ‘Œ Support GHC 8.8 and 8.10.