Release Notes for MariaDB Connector/Node.js 2.5.3

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.3 was released on 2021-02-19. This release is of General Availability (GA) maturity.

Notable Changes

  • Use BigInt constructor in place of literal to ensure maximum compatibility. (CONJS-158)

  • Wrong definition for typescript PoolConnection.release (CONJS-160)

Issues Fixed

  • Batch error when setting maxAllowedPacket less than an insert parameter value. (CONJS-157)