Release Notes for MariaDB Connector/Node.js 2.5.5

Overview

MariaDB Connector/Node.js is a high-performance module for building Node.js applications on top of MariaDB. It provides promise and callback APIs for asynchronous, non-blocking data access as well as pipelining.

MariaDB Connector/Node.js 2.5.5 was released on 2021-10-20. This release is of General Availability (GA) maturity.

Issues Fixed

  • Calling Pool.query with a variable which is undefined does not release a connection. (CONJS-170)

  • Calling Pool.query with a parameter value null instead of providing it in an array [null] throws a SQL syntax error. (CONJS-173)

  • Option leakDetectionTimeout is missing in Typescript definition. (CONJS-175)