All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1694 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v2.6.0 Changes
March 24, 2015- โ Add
poolCluster.remove
to remove pools from the cluster #1006 #1007 - โ Add optional callback to
poolCluster.end
- โ Add
restoreNodeTimeout
option toPoolCluster
#880 #906 - ๐ Fix LOAD DATA INFILE handling in multiple statements #1036
- ๐ Fix
poolCluster.add
to throw ifPoolCluster
has been closed - ๐ Fix
poolCluster.add
to throw ifid
already defined - ๐ Fix un-catchable error from
PoolCluster
when MySQL server offline #1033 - ๐ Improve speed formatting SQL #1019
- ๐ Support io.js
- โ Add
-
v2.5.5 Changes
February 23, 2015- Store SSL presets in JS instead of JSON #959
- ๐ Support Node.js 0.12
- โก๏ธ Update Amazon RDS SSL certificates #1001
-
v2.5.4 Changes
December 16, 2014- ๐ Fix error if falsy error thrown in callback handler #960
- ๐ Fix various error code strings #954
-
v2.5.3 Changes
November 06, 2014- ๐ Fix
pool.query
streaming interface not emitting connection errors #941
- ๐ Fix
-
v2.5.2 Changes
October 10, 2014- ๐ Fix receiving large text fields #922
-
v2.5.1 Changes
September 22, 2014- ๐ Fix
pool.end
race conditions #915 - ๐ Fix
pool.getConnection
race conditions
- ๐ Fix
-
v2.5.0 Changes
September 07, 2014- โ Add code
POOL_ENQUEUELIMIT
to error reachingqueueLimit
- โ Add
enqueue
event to pool #716 - โ Add
enqueue
event to protocol and connection #381 - ๐ Blacklist unsupported connection flags #881
- ๐ Make only column names enumerable in
RowDataPacket
#549 #895 - ๐ Support Node.js 0.6 #718
- โ Add code
-
v2.4.3 Changes
August 25, 2014- ๐ Fix
pool.query
to usetypeCast
configuration
- ๐ Fix
-
v2.4.2 Changes
August 03, 2014- ๐ Fix incorrect sequence packet errors to be catchable #867
- ๐ Fix stray protocol packet errors to be catchable #867
- ๐ Fix timing of fatal protocol errors bubbling to user #879
-
v2.4.1 Changes
July 17, 2014- ๐ Fix
pool.query
not invoking callback on connection error #872
- ๐ Fix