MySQL v2.11.0 Release Notes

Release Date: 2016-06-06 // almost 8 years ago
    • โž• 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