Release Notes for MariaDB Connector/Node.js 3.2.2
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.2 was released on 2023-10-16. 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.2 when compared to MariaDB Connector/Node.js 3.2.1.
Issues Fixed
Always send connection attributes, even when option
connectAttributes
is not set (CONJS-270)Avoid useless
set names utf8mb4
on connection creation if not needed (CONJS-269)importFile
method doesn't always throw an error when import commands fails (CONJS-268)Ensure that option collation with
id > 255
are respected (CONJS-267)
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.