Release Notes for MariaDB Connector/Node.js 3.3.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 3.3.2 was released on 2024-09-18. This release is of General Availability (GA) maturity.

Connector/Node.js 3.3 is the successor to Connector/Node.js 3.2 and is fully compatible with Connector/Node.js 3.2. Users of Connector/Node.js 3.2 should shift to Connector/Node.js 3.3.

Issues Fixed

  • Delay TLS identity validation until certificate normal or fingerprint validation (CONJS-301)

  • TypeScript type definition file for SqlError constructor does not match actual constructor (CONJS-302)

  • Typescript connection option timeout in place of queryTimeout (CONJS-297)

  • Typescript wrong named longlong in place of bigint (CONJS-298)