Release Notes for MariaDB Connector/Node.js 2.5.2

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.2 was released on 2020-12-04. This release is of General Availability (GA) maturity.

Issues Fixed

  • For timezone dependent functions like NOW() unexpected behavior can occur when the client's time zone is not the same as the one used by the Server. (CONJS-154)

  • Bulk batch might result in the error: Incorrect arguments to mysqld_stmt_bulk_execute (CONJS-151)

  • Connector hangs after connecting when using permitLocalInfile and the initial command options init_sql, timezone with a value of auto, or queryTimeout is set. (CONJS-152)

  • Connector includes a function which only works with Node.js 10.20, but can result in issues when using Node.js 10.13 to 10.19. (CONJS-155)