Release Notes for MariaDB Connector/Node.js 3.2.1

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

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 utf8mb4utf8mb4.

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.