All Versions
31
Latest Version
Avg Release Cycle
95 days
Latest Release
378 days ago
Changelog History
Page 2
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.
- Implement
-
v1.7.0.0 Changes
May 21, 2019- โ Remove the
Default
instances forConnectionSettings
andTransactionSettings
; usedefaultConnectionSettings
anddefaultTransactionsettings
instead (#15).
- โ Remove the
-
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 useTypeApplications
instead of anundefined :: t
argument (#11). - ๐ Support GHC 8.6.
- โฌ๏ธ Drop support for GHC < 8.
- Convert the
-
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.