Skip to content

Releases: mariadb-corporation/mariadb-connector-nodejs

MariaDB connector/node.js 2.0.0-alpha

20 Sep 15:25
Compare
Choose a tag to compare
Pre-release

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

17 Jul 23:44
Compare
Choose a tag to compare
Pre-release

First alpha release.