Connector/Node.js 3.3.1 Release Notes

Connector/Node.js 3.3.1 is a Stable (GA) release of MariaDB Connector/Node.js, released on 2024-06-05

circle-info

Downloadarrow-up-right | Release Notes | Changelog | Connector/Node.js Overview

Release date: 5 Jun 2024

MariaDB Connector/Node.js 3.3.1 is a Stable (GA) release.

circle-check

Notable Changes

Issues Fixed

  • CONJS-289arrow-up-right Connection can possibly stay in hang state after batch execution

    • CONJS-290arrow-up-right When using batch with big values, a connection might be in a wrong state, which can result in Server error: '(Got an error reading communication packets)'

    • Client TCP error ECONRESET

  • CONJS-292arrow-up-right Connector does not permit passing a String object (≠ native string) parameter

    • const objVal = new String('myValue');

  • CONJS-286arrow-up-right When using a prepared statement and explicitly disabling prepare cache using prepareCacheLength=0, the connector might not retrieve results anymore

  • CONJS-287arrow-up-right Typescript is missing 'QueryOption' for the 'prepare' command

  • CONJS-293arrow-up-right When using batch, javascript Date values that are not in the range 1970-01-01 00:00:01 - 2038-01-19 03:14:07 are saved as null

This page is: Copyright © 2025 MariaDB. All rights reserved.

spinner

Last updated

Was this helpful?