All pages
Powered by GitBook
1 of 1

Loading...

Connector/Node.js 3.1.0 Release Notes

Download | Release Notes | Changelog |

Release date: 15 Feb 2023

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

For an overview of MariaDB Connector/Node.js see the page

Notable Changes

Timezone handling

Connector now set session timezone, solving issue with , removing needs of client side conversion.

This requires that when using timezone options, to have corresponding server TZ data filled.

Performance

  • better metadata parsing performance

  • performance improvement when parsing lots of parameter

  • faster execution for known length packet

see for updated result compared to other connectors

Other changes

  • Make result set's meta property non-enumerable

  • Allow to pass TypeScript generic types without need of "as"

Issues Fixed

  • When executing batch with a parameter can be too long to fit in one mysql packet, parameter can have 4 byte missing

  • datatype TIME wrong binary decoding when not having microseconds

  • When using connection with callback, pre-commands (like initSql) might not always be executed first

in case of a long query running, connection.destroy() will close connection, but might leave server still running query for some time
  • CONJS-240 adding a Prepare result wrapper to avoid multiple close issue with cache

  • CONJS-241 metaAsArray missing option in typescript description

  • CONJS-237
    CONJS-230
    CONJS-229
    CONJS-238
    here
    CONJS-225
    CONJS-235
    CONJS-231
    CONJS-236
    CONJS-239
    CONJS-232

    The most recent release of is:

    Connector/Node.js 3.4.5 Download Now

    Connector/Node.js Overview
    About MariaDB Connector/Node.js
    MariaDB Connector/Node.js
    time function

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