All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1782 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v2.18.1 Changes
January 23, 2020- ๐ Fix Amazon RDS profile for yaSSL MySQL servers with 2019 CA #2292
-
v2.18.0 Changes
January 21, 2020- โ Add
localInfile
option to controlLOAD DATA LOCAL INFILE
- โ Add new Amazon RDS Root 2019 CA to Amazon RDS SSL profile #2280
- โ Add new error codes up to MySQL 5.7.29
- ๐ Fix early detection of bad callback to
connection.query
- ๐ Support Node.js 12.x #2211
- ๐ Support Node.js 13.x
- ๐ Support non-enumerable properties in object argument to
connection.query
#2253 - โก๏ธ Update
bignumber.js
to 9.0.0 - โก๏ธ Update
readable-stream
to 2.3.7
- โ Add
-
v2.17.1 Changes
April 18, 2019- โก๏ธ Update
bignumber.js
to 7.2.1 #2206- Fix npm deprecation warning
- โก๏ธ Update
-
v2.17.0 Changes
April 18, 2019- โ Add reverse type lookup for small performance gain #2170
- ๐ Fix
connection.threadId
missing on handshake failure - ๐ Fix duplicate packet name in debug output
- ๐ Fix no password support for old password protocol
- โ Remove special case for handshake in determine packet code
- ๐ Small performance improvement starting command sequence
- ๐ Support auth switch in change user flow #1776
- ๐ Support Node.js 11.x
- โก๏ธ Update
bignumber.js
to 6.0.0
-
v2.16.0 Changes
July 18, 2018- โ Add Amazon RDS GovCloud SSL certificates #1876
- โ Add new error codes up to MySQL 5.7.21
- Include connection ID in debug output
- ๐ Support Node.js 9.x
- ๐ Support Node.js 10.x #2003 #2024 #2026 #2034
- โก๏ธ Update Amazon RDS SSL certificates
- โก๏ธ Update
bignumber.js
to 4.1.0 - โก๏ธ Update
readable-stream
to 2.3.6 - โก๏ธ Update
sqlstring
to 2.3.1- Fix incorrectly replacing non-placeholders in SQL
-
v2.15.0 Changes
October 05, 2017- โ Add new Amazon RDS ca-central-1 certificate CA to Amazon RDS SSL profile #1809
- โ Add new error codes up to MySQL 5.7.19
- โ Add
mysql.raw()
to generate pre-escaped values #877 #1821 - ๐ Fix "changedRows" to work on non-English servers #1819
- ๐ Fix error when server sends RST on
QUIT
#1811 - ๐ Fix typo in insecure auth error message
- Support
mysql_native_password
auth switch request for Azure #1396 #1729 #1730 - โก๏ธ Update
sqlstring
to 2.3.0- Add
.toSqlString()
escape overriding - Small performance improvement on
escapeId
- Add
- โก๏ธ Update
bignumber.js
to 4.0.4
-
v2.14.1 Changes
August 01, 2017- ๐ Fix holding first closure for lifetime of connection #1785
-
v2.14.0 Changes
July 26, 2017- โ Add new Amazon RDS ap-south-1 certificate CA to Amazon RDS SSL profile #1780
- โ Add new Amazon RDS eu-west-2 certificate CA to Amazon RDS SSL profile #1770
- โ Add
sql
property to queryError
objects #1462 #1628 #1629 - โ Add
sqlMessage
property toError
objects #1714 - ๐ Fix the MySQL 5.7.17 error codes
- ๐ Support Node.js 8.x
- โก๏ธ Update
bignumber.js
to 4.0.2 - โก๏ธ Update
readable-stream
to 2.3.3 - ๐ Use
safe-buffer
for improved Buffer API
-
v2.13.0 Changes
January 24, 2017- Accept regular expression as pool cluster pattern #1572
- Accept wildcard anywhere in pool cluster pattern #1570
- โ Add
acquire
andrelease
events toPool
for tracking #1366 #1449 #1528 #1625 - โ Add new error codes up to MySQL 5.7.17
- ๐ Fix edge cases when determing Query result packets #1547
- ๐ Fix memory leak when using long-running domains #1619 #1620
- โ Remove unnecessary buffer copies when receiving large packets
- โก๏ธ Update
bignumber.js
to 3.1.2 - ๐ Use a simple buffer list to improve performance #566 #1590
-
v2.12.0 Changes
November 03, 2016- โ
Accept array of type names to
dateStrings
option #605 #1481 - โ Add
query
method toPoolNamespace
#1256 #1505 #1506- Used as
cluster.of(...).query(...)
- Used as
- โ Add new error codes up to MySQL 5.7.16
- ๐ Fix edge cases writing certain length coded values
- Fix typo in
HANDSHAKE_NO_SSL_SUPPORT
error message #1534 - ๐ Support Node.js 7.x
- โก๏ธ Update
bignumber.js
to 2.4.0 - โก๏ธ Update
sqlstring
to 2.2.0- Accept numbers and other value types in
escapeId
- Escape invalid
Date
objects asNULL
- Run
buffer.toString()
through escaping
- Accept numbers and other value types in
- โ
Accept array of type names to