All Versions
24
Latest Version
Avg Release Cycle
75 days
Latest Release
701 days ago
Changelog History
Page 1
Changelog History
Page 1
-
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.
-
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.