All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1579 days ago

Changelog History
Page 2

  • v2.11.1 Changes

    June 08, 2016
    • ๐Ÿ›  Fix writing truncated packets starting with large string/buffer #1438
  • v2.11.0 Changes

    June 06, 2016
    • โž• Add POOL_CLOSED code to "Pool is closed." error
    • โž• Add POOL_CONNLIMIT code to "No connections available." error #1332
    • Bind underlying connections in pool to same domain as pool #1242
    • Bind underlying socket to same domain as connection #1243
    • ๐Ÿ›  Fix allocation errors receiving many result rows #918 #1265 #1324 #1415
    • ๐Ÿ›  Fix edge cases constructing long stack traces #1387
    • ๐Ÿ›  Fix handshake inactivity timeout on Node.js v4.2.0 #1223 #1236 #1239 #1240 #1241 #1252
    • ๐Ÿ›  Fix Query stream to emit close after ending #1349 #1350
    • ๐Ÿ›  Fix type cast for BIGINT columns when number is negative #1376
    • ๐ŸŽ Performance improvements for array/object escaping in SqlString #1331
    • ๐ŸŽ Performance improvements for formatting in SqlString #1431
    • ๐ŸŽ Performance improvements for string escaping in SqlString #1390
    • ๐ŸŽ Performance improvements for writing packets to network
    • ๐Ÿ‘Œ Support Node.js 6.x
    • โšก๏ธ Update bignumber.js to 2.3.0
    • โšก๏ธ Update readable-stream to 1.1.14
    • ๐Ÿ‘‰ Use the sqlstring module for SQL escaping and formatting
  • v2.10.2 Changes

    January 12, 2016
    • ๐Ÿ›  Fix exception/hang from certain SSL connection errors #1153
    • โšก๏ธ Update bignumber.js to 2.1.4
  • v2.10.1 Changes

    January 11, 2016
    • โž• Add new Amazon RDS ap-northeast-2 certificate CA to Amazon RDS SSL profile #1329
  • v2.10.0 Changes

    December 15, 2015
    • โž• Add new error codes up to MySQL 5.7.9 #1294
    • โž• Add new JSON type constant #1295
    • โž• Add types for fractional seconds support
    • ๐Ÿ›  Fix connection.destroy() on pool connection creating sequences #1291
    • Fix error code 139 HA_ERR_TO_BIG_ROW to be HA_ERR_TOO_BIG_ROW
    • ๐Ÿ›  Fix error when call site error is missing stack #1179
    • ๐Ÿ›  Fix reading password from MySQL URL that has bare colon #1278
    • ๐Ÿ– Handle MySQL servers not closing TCP connection after QUIT -> OK exchange #1277
    • ๐ŸŽ Minor SqlString Date to string performance improvement #1233
    • ๐Ÿ‘Œ Support Node.js 4.x
    • ๐Ÿ‘Œ Support Node.js 5.x
    • โšก๏ธ Update bignumber.js to 2.1.2
  • v2.9.0 Changes

    August 19, 2015
    • Accept the ciphers property in connection ssl option #1185
    • ๐Ÿ›  Fix bad timezone conversion from Date to string for certain times #1045 #1155
  • v2.8.0 Changes

    July 13, 2015
    • โž• Add connect event to Connection #1129
    • 0๏ธโƒฃ Default timeout for connection.end to 30 seconds #1057
    • ๐Ÿ›  Fix a sync callback when sequence enqueue fails #1147
    • Provide static require analysis
    • Re-use connection from pool after conn.changeUser is used #837 #1088
  • v2.7.0 Changes

    May 27, 2015
    • ๐Ÿšš Destroy/end connections removed from the pool on error
    • Delay implied connect until after .query argument validation
    • ๐Ÿšš Do not remove connections with non-fatal errors from the pool
    • Error early if callback argument to .query is not a function #1060
    • Lazy-load modules from many entry point; reduced memory use
  • v2.6.2 Changes

    April 14, 2015
    • ๐Ÿ›  Fix Connection.createQuery for no SQL #1058
    • โšก๏ธ Update bignumber.js to 2.0.7
  • v2.6.1 Changes

    March 26, 2015
    • โšก๏ธ Update bignumber.js to 2.0.5 #1037 #1038