Release Notes for MariaDB Connector/Node.js 3.2.1
This page is part of MariaDB's Documentation.
The parent of this page is: Release Notes for MariaDB Connector/Node.js 3.2
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 3.2.1 was released on 2023-09-14. This release is of General Availability (GA) maturity.
Connector/Node.js 3.2 is the successor to Connector/Node.js 3.1 and is fully compatible with Connector/Node.js 3.1. Users of Connector/Node.js 3.1 should shift to Connector/Node.js 3.2.
This document describes the changes in MariaDB Connector/Node.js 3.2.1 when compared to MariaDB Connector/Node.js 3.2.0.
Notable Changes
Binary result-set parsing performance has been improved to avoid the Chromium Issue 7161: TypedArray.prototype.subarray is too slow. (CONJS-262)
Support added for exporting console warning messages, including configuration warnings. (CONJS-265)
The
infileStreamFactory
option has been added for compatibility. (CONJS-266)
Issues Fixed
TypeScript is missing the
logParam
connection option.logParam
permits adding parameters to a logged query. (CONJS-261)The connector does not respect the server collation. (CONJS-263)
Starting with this release, when creating a new connection and the collation is not explicitly configured, the connector will issue a
SET NAMES utf8mb4
, and the server will as result use the default collation for .
Installation
Upgrade
MariaDB Connector/Node.js 3.2 is fully compatible with MariaDB Connector/Node.js 3.3. As a new fully compatible major version, MariaDB Connector/Node.js 3.3 supersedes MariaDB Connector/Node.js 3.2, and users should upgrade to 3.3.