All Versions
56
Latest Version
Avg Release Cycle
83 days
Latest Release
1694 days ago

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 to PoolCluster #880 #906
    • ๐Ÿ›  Fix LOAD DATA INFILE handling in multiple statements #1036
    • ๐Ÿ›  Fix poolCluster.add to throw if PoolCluster has been closed
    • ๐Ÿ›  Fix poolCluster.add to throw if id already defined
    • ๐Ÿ›  Fix un-catchable error from PoolCluster when MySQL server offline #1033
    • ๐Ÿ‘Œ Improve speed formatting SQL #1019
    • ๐Ÿ‘Œ Support io.js
  • 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
  • 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
  • v2.5.0 Changes

    September 07, 2014
    • โž• Add code POOL_ENQUEUELIMIT to error reaching queueLimit
    • โž• 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
  • v2.4.3 Changes

    August 25, 2014
    • ๐Ÿ›  Fix pool.query to use typeCast configuration
  • 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