All Versions
17
Latest Version
Avg Release Cycle
165 days
Latest Release
1436 days ago

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
  • v0.8.4.1 Changes

    October 23, 2018
    • ๐Ÿ— Relax tasty version bound to build with latest stackage. #26
  • v0.8.4.0 Changes

    October 23, 2018
    • โž• Add executeMany_ to execute batch SQLs, #26.
    • โšก๏ธ Optimize connection closing sequence, #20, #25.
  • 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.
  • v0.8.2.0 Changes

    October 09, 2017

    Courtesy of naushadh, mysql-haskell will be on stackage again.

    • โšก๏ธ Update to use tcp-streams-1.x.
    • ๐Ÿ›  Fix compatibility with new tls/memory version.
  • v0.8.1.0 Changes

    November 09, 2016
    • โž• Add Show instance to ConnectInfo.
    • โž• Add proper version bound for binary.
  • v0.8.0.0 Changes

    November 09, 2016
    • โž• Add ciCharset field to support utf8mb4 charset.
    • Add BitMap field to COM_STMT_EXECUTE, and #8 by alexbiehl.
  • v0.7.1.0 Changes

    November 21, 2016
    • โž• Add QueryParam class and Param datatype for multi-valued parameter(s) by naushadh.
  • 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.