MariaDB Connector/Node.js 2.0.1 Changelog
The most recent Stable (GA) release of MariaDB Connector/Node.js is:
MariaDB Connector/Node.js 3.4.0
Download Release Notes Changelog Connector/Node.js Overview
Release date: 15 Nov 2018
For the highlights of this release, see the release notes.
The revision number links will take you to the revision's page on GitHub. On GitHub you can view more details of the revision and view diffs of the code modified in that revision.
- Revision #f2c0687 - Bump 2.0.1-beta release tag
- Revision #0a068e6 - [misc] update changelog for 2.0.1
- Revision #e54badb - [misc] update batch benchmark results
- Revision #8c64b1b - [CONJS-52] Commit pool test correction
- Revision #50c758d - [CONJS-52] Commit not executed when in transaction and autocommit is enabled
- Revision #58ad838 - [misc] changing query / batching implementation, separating batch packet with a setImmediate. This permit having some CPU time for socket for example, avoiding resulting having server AND client TCP socket full and socket hanging.
- Revision #37af03c - [misc] compress option work only of server accept compression geometry in bulk working with MariaDB 10.3 improve testing geometry with batch
- Revision #5d2b62f - [CONJS-21] adding geometry implementation for bulk
- Revision #da4763e - [CONJS-21] batch race condition correction about number of response packet
- Revision #167202b - [CONJS-21] batch correction
- Revision #997580e - [misc] debug/debugCompress option separation test modification
- Revision #4262fa7 - [misc] debug/debugCompress option separation
- Revision #8a58d21 - [misc] test correction for maxscale
- Revision #07ce322 - [misc] removing test debug information, correcting debug test length
- Revision #9f8a130 - [misc] ensure batching 4 bytes UTF-8 characters correct string streaming buffer size correction
- Revision #350af64 - [misc] updating server version for appveyor to latest version
- Revision #9addf14 - [CONJS-21] corrected benchmark test for batch
- Revision #c1345f2 - [CONJS-21] mariadb batch protocol implementation
- Revision #a50d5ea - [CONJS-21] batch correction to permit date object
- Revision #e6e2292 - [CONJS-21] correction to avoid having packet sequence error when receiving server packet answer
- Revision #65c1ad2 - [misc] add debug option logPackets permitting to log last packets to error
- Revision #98ee1fa - [misc] improve test reliability for appveyor
- Revision #19750de - [misc] add password in default documentation examples
- Revision #7b0d4a7 - [misc] correcting batch example in documentation
- Revision #ebfccbd - [misc] changing tested node.js version to 6/8/10 LTS version + current development for travis / appveyor
- Revision #7c1ae8a - [CONJS-51] String configuration for Connection / Pool
- Revision #3566aa6 - [CONJS-50] race condition when using authentication plugins - part 2
- Revision #9d1a0cf - [CONJS-50] race condition when using authentication plugins
- Revision #4cd3eb6 - [misc] correcting test stability for PAM authentication
- Revision #7e4f5e9 - [misc] test kill timeout changed to avoid appveyor out of memory
- Revision #79737c4 - [misc] test correction for servers that doesn't permit reset command test modification for better reliability
- Revision #ced5cbc - [misc] ensuring connection is valid before registering back to pool
- Revision #50522ff - [misc] changing test for node.js 11 version when no cipher match
- Revision #7ea94ad - [CONJS-21] connection batch callback implementation
- Revision #f649e5e - [CONJS-38] add connection reset method
- Revision #d2c5b14 - [CONJS-21] adding pool batch method and according documentation
- Revision #8b2571c - [CONJS-21] batch documentation for promise implementation
- Revision #02a0176 - [CONJS-21] changing timeout to permit appveyor to finish tests
- Revision #4dd4d4a - [CONJS-21] new option maxAllowedPacket to permit batching when maxAllowedPacket is < 16M, batch correction when using protocol compression
- Revision #facf317 - [CONJS-21] correcting error message test for mysql 8.0
- Revision #06ff44b - [CONJS-21] bulk insert method - add batch benchmark - handle named parameter - correct null handling when streaming - correct strange node.js behaviour about not reusing buffer send to socket - handle error - with multi-packeter listing
- Revision #b70283a - [CONJS-21] add bulk insert method - handle important number of values, avoiding event implementation - handle value > 16M - handle non rewritable batch - handle rewritable batch with stream values
- Revision #0dbfac8 - [CONJS-21] add bulk insert method - first part
- Revision #00c593d - [CONJS-49] test connector with maxscale
- Revision #4e8ab32 - [misc] correcting pipelining documentation link in README
- Revision #4c06d95 - [misc] maxscale travis testing - part 2
- Revision #be26886 - [misc] maxscale travis testing
- Revision #754165b - [misc] better test reliability
- Revision #f5b06c1 - [CONJS-40] add alias connection.close for connection.destroy
- Revision #da6cbd0 - [misc] removing pool cluster to TODO list, now implemented
- Revision #8a5601b - [misc] correcting array size initialization (issue 15 from BufoViridis)
- Revision #3fbe0ad - [CONJS-41] add cluster callback documentation
- Revision #f7b7db4 - [CONJS-41] cluster callback documentation
- Revision #3fbf6a5 - [CONJS-41] update cluster promise documentation
- Revision #8a0a865 - Update package.json
- Revision #9989078 - lil dependency bump
- Revision #d146ce5 - [CONJS-41] cluster promise promise documentation
- Revision #6769da5 - [CONJS-41] cluster promise implementation - part 2 - implementation of PoolCluster.of - failover handling
- Revision #c0115d8 - [misc] correct logo/documentation link
- Revision #337e50d - [CONJS-41] cluster promise implementation - part 1
- Revision #13fcb8c - [CONJS-48] Add option to permit query command when establishing a connection
- Revision #6038b85 - [misc] removing unnecessary variable
- Revision #71be617 - [misc] correct documentation links
- Revision #4c70c51 - [misc] changing test streaming file to internal mariadb server to avoid any socket closed from server end.
- Revision #cd6d938 - [CONJS-39] correcting geometry test for MySQL 5.5 that doesn't have ST_LineFromText / ST_PointFromText / ST_PolygonFromText functions - part 2
- Revision #4b7b4e1 - [CONJS-39] correcting geometry test for MySQL 5.5 that doesn't have ST_LineFromText / ST_PointFromText / ST_PolygonFromText functions
- Revision #dbdbd4a - [CONJS-39] correcting MySQL geometry test ( ST_* commands not existing before 5.7)
- Revision #7c2bdcb - [CONJS-39] support geometry type : correction for MariaDB < 10.1.4 and MySQL < 8.0.0 geometry support report information isMariaDB() / hasMinVersion() to information level to permit use on internal function
Be notified of new MariaDB Server releases automatically by subscribing to the MariaDB Foundation community announce 'at' lists.mariadb.org announcement list (this is a low traffic, announce-only list). MariaDB plc customers will be notified for all new releases, security issues and critical bug fixes for all MariaDB plc products thanks to the Notification Services.
MariaDB may already be included in your favorite OS distribution. More
information can be found on the
Distributions which Include MariaDB
page.