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

Changelog History
Page 2

  • v0.6.0.0 Changes

    October 25, 2016
    • ๐Ÿ‘‰ Use binary-ieee754 for older binary compatibility.
    • Clean up Database.MySQL.Protocol.MySQLValue 's export.
  • v0.5.1.0 Changes

    October 20, 2016
    • โž• Add queryVector, queryVector_ and queryStmtVector.
    • ๐Ÿ“œ Use binary-parsers to speed up binary parsers.
  • v0.5.0.0 Changes

    • ๐Ÿ‘ป Export exception types.
    • ๐Ÿ›  Fix a regression cause password authentication failed, add tests.
    • ๐Ÿ›  Fix a reading order bug cause 'prepareStmt/prepareStmtDetail' failed.
  • v0.4.0.0 Changes

    • ๐Ÿ“ฆ Enable TLS support via tls package, add benchmarks.
  • v0.3.0.0 Changes

    • ๐Ÿ›  Fix tls connection, change TLS implementation to HsOpenSSL, add benchmarks.
    • ๐Ÿ›  Fix a bug in 'putLenEncInt' which cause sending large field fail.
    • Various optimizations.
  • v0.2.0.0 Changes

    • ๐Ÿ›  Fix OK packet decoder.
    • ๐Ÿ›  Fix sending large packet(>16M).
    • โž• Add executeMany, withTransaction to Base module.
    • โž• Add timestamp field to RowBinLogEvent.
    • โž• Add test, add insert benchmark.
  • v0.1.0.0 Changes

    • ๐Ÿš€ First version. Released on an unsuspecting world.