All Versions
17
Latest Version
Avg Release Cycle
165 days
Latest Release
1436 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v0.8.4.3 Changes
November 04, 2020- ๐ Fix build with GHC 8.8.
-
v0.8.4.2 Changes
January 22, 2019- ๐ Fix stackage#4312: Relax
network
bounds.
- ๐ Fix stackage#4312: Relax
-
v0.8.4.1 Changes
October 23, 2018- ๐ Relax
tasty
version bound to build with latest stackage. #26
- ๐ Relax
-
v0.8.4.0 Changes
October 23, 2018 -
v0.8.3.0 Changes
October 09, 2017- โ Remove unnecessary exports from
Database.MySQL.Base
. - Reuse TCP connection when using TLS.
- โ Clean up some compiler warnings.
- โ Remove unnecessary exports from
-
v0.8.2.0 Changes
October 09, 2017Courtesy of naushadh,
mysql-haskell
will be on stackage again.- โก๏ธ Update to use
tcp-streams-1.x
. - ๐ Fix compatibility with new
tls/memory
version.
- โก๏ธ Update to use
-
v0.8.1.0 Changes
November 09, 2016- โ Add
Show
instance toConnectInfo
. - โ Add proper version bound for
binary
.
- โ Add
-
v0.8.0.0 Changes
November 09, 2016 -
v0.7.1.0 Changes
November 21, 2016- โ Add
QueryParam
class andParam
datatype for multi-valued parameter(s) by naushadh.
- โ Add
-
v0.7.0.0 Changes
November 09, 2016- ๐ฆ Split openssl support to mysql-haskell-openssl.
- ๐ฆ Expose
Database.MySQL.Connection
module due to this split, it shouldn't be used by user directly.