All Versions
31
Latest Version
Avg Release Cycle
95 days
Latest Release
851 days ago
Changelog History
Page 1
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 aForeignPtr
. - ๐ Use
closeFdWith
when closing connections.
-
v1.9.3.1 Changes
March 30, 2022- ๐ Fix
withTransaction
andwithSavepoint
with short-circuiting monad transformers such asExceptT
.
- ๐ Fix
-
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
.
- ๐ Fix compilation issues caused by ambiguos occurence of
-
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.