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.