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

Changelog History
Page 2

  • v1.8.0.1 Changes

    February 06, 2020
    • ๐Ÿ‘‰ Make poolSource work properly with shortcircuiting monad transformers.
  • v1.8.0.0 Changes

    October 31, 2019
    • Implement UUID format (#17).
    • ๐Ÿ‘Œ Support GHC 8.8.
  • v1.7.0.0 Changes

    May 21, 2019
    • โœ‚ Remove the Default instances for ConnectionSettings and TransactionSettings; use defaultConnectionSettings and defaultTransactionsettings instead (#15).
  • v1.6.1.0 Changes

    November 24, 2018
    • โž• Add support for cursors (#13).
    • โœ‚ Remove explicit deriving Typeable from all data types.
  • v1.6.0.0 Changes

    July 11, 2018
    • Convert the PQFormat class to use TypeApplications instead of an undefined :: t argument (#11).
    • ๐Ÿ‘Œ Support GHC 8.6.
    • โฌ‡๏ธ Drop support for GHC < 8.
  • v1.5.3.0 Changes

    June 04, 2018
    • โž• Add INLINE/INLINEABLE pragmas for call site specialization.
    • โœ‚ Remove -O2 -funbox-strict-fields from ghc-options.
    • ๐Ÿ‘‰ Make query execution interruptible with asynchronous exceptions.
    • ๐Ÿ‘‰ Make connect interruptible with asynchronous exceptions.
  • v1.5.2.0 Changes

    March 18, 2018
    • ๐Ÿ‘Œ Support GHC 8.4.1.
  • v1.5.1 Changes

    July 04, 2016
    • ๐Ÿง Do not use linux/limits.h.
  • v1.5.1.1 Changes

    September 22, 2016
    • ๐Ÿ›  Fix test suite compilation with GHC 8.
    • ๐Ÿ›  Fix lower bound of base version.
    • ๐Ÿ›  Fix compilation with 'cabal new-build' and Cabal < 1.24.
  • v1.5.0 Changes

    June 21, 2016
    • โœ‚ Remove orphan MonadDB instances.
    • Turn ConnectionSource into indexed datatype.
    • โœ‚ Remove Binary wrapper and (de)serialize ByteString as bytes.
    • โœ… Use Text instead of ByteString where appropriate.
    • 0๏ธโƒฃ Use UTF-8 client encoding by default for compatibility with Text.