Release Notes for MariaDB Connector/Node.js 2.5.0
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/Node.js 2.5
Topics on this page:
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.0 was released on 2020-10-19. This release is of General Availability (GA) maturity.
Notable Changes
New Connection Options
MariaDB Connector/Node.js 2.5.0 introduces the following new connection options:
Option | Description |
---|---|
| Allows client to request public key from the Server. |
| Sets parentheses to indicate arrays in SQL queries. Permits compatibility with older releases. |
| Path to Server caching RSA public keys. Requires Node.js 11.6 or later. |
| Socket keep alive time. (CONJS-148) |
| Path to Server RSA public key. Requires Node.js 11.6 or later. |
| Enables JavaScript ES20202 |
New Authentication Plugin Support
Can Result in Unexpected Behavior
Changed query format to accept parentheses with
IN
clause. UseallowParenthesis
to revert to previous format. (CONJS-143)