All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1343 days ago
Changelog History
Page 2
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
- โ Add
-
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 beHA_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 connectionssl
option #1185 - ๐ Fix bad timezone conversion from
Date
to string for certain times #1045 #1155
- Accept the
-
v2.8.0 Changes
July 13, 2015- โ Add
connect
event toConnection
#1129 - 0๏ธโฃ Default
timeout
forconnection.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
- โ Add
-
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
- ๐ Fix
-
v2.6.1 Changes
March 26, 2015- โก๏ธ Update
bignumber.js
to 2.0.5 #1037 #1038
- โก๏ธ Update