All pages
Powered by GitBook
1 of 1

Loading...

Connector/Node.js 2.1.3 Release Notes

Download | Release Notes | Changelog |

Release date: 19 Nov 2019

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

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

Notable Changes

  • Missing mysql only collation definition

  • typescript escape/escapeId definition

  • Change user callback function not called when no option is set and changing collation only if collation option is correct

  • properly escape boolean parameter false

PAM authentication with multiple steps can be achieved using password as array:

Misc

  • better cluster error when pool is full

  • adding test coverage

CONJS-105 Typecast provided date function erroneous parsing

  • CONJS-104 Pam authentication must permit to provide multiple passwords

  • CONJS-109
    CONJS-108
    CONJS-107
    CONJS-106
    const mariadb = require('mariadb');
    
      mariadb.createConnection({host: 'mydb.com', user: 'myUser', password: ['myPwd', 'myAuthToken']})
        .then(conn => {
           ...
        })
        .catch(err => {
          ...
        });

    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

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