Release Notes for MariaDB Connector/Node.js 2.5.4

Overview

MariaDB Connector/Node.js is the interface between Node.js applications and MariaDB Server. MariaDB Connector/Node.js enables development of Node.js applications.

MariaDB Connector/Node.js 2.5.4 was released on 2021-06-11. This release is of General Availability (GA) maturity.

Notable Changes

  • Adds defaultOptions() API function to return the default connection options. (CONJS-164)

Issues Fixed

  • Authentication plugin failures do not always return an error. (CONJS-163)

  • Runtime error on escape() method when escaping array parameter type. (CONJS-161)