All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1700 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