Releases: mariadb-corporation/mariadb-connector-nodejs
Releases · mariadb-corporation/mariadb-connector-nodejs
MariaDB connector/node.js 2.0.0-alpha
This version is an Alpha release.
Due to previous malicious use of npm mariadb package before adoption by MariaDB (version 1.0.1 and 1.0.2), the version needs to be bigger to respect npm semver rules and avoid to be tagged by NPM Advisory due to those previous versions.
Changelog
- [CONJS-42] check other connections in pool when an unexpected connection error occur
- [CONJS-44] Create option to permit setting Object to one prepareStatement parameter
- [CONJS-43] Callback API is missing
- [CONJS-39] support geometric GeoJSON structure format
- [CONJS-24] new option "sessionVariables" to permit setting session variable at connection
- [misc] connection.end() immediate resolution on socket QUIT packet send.
- [misc] improve documentation and set Promise API documentation to a dedicated page.
- [misc] change pool implementation to permit node 6 compatibility (removal of async await)
MariaDB connector/node.js 0.7.0
First alpha release.