MariaDB Node.js and Python Connector releases now available

MariaDB is pleased to announce the immediate availability of MariaDB Connector/Node.js 2.5.5 GA and 3.0.0 RC, and Connector/Python 1.0.8 GA and 1.1.0 Beta 2 releases.

Download Now

Release Notes

MariaDB Connector/Node.js 2.5.5

MariaDB Connector/Node.js 2.5.5 is a Stable (GA) release. Notable fixes in this release include:

  • Calling Pool.query with a variable which is undefined does not release a connection.
  • Calling Pool.query with a parameter value null instead of providing it in an array [null] throws a SQL syntax error.
  • Option leakDetectionTimeout is missing in Typescript definition.

MariaDB Connector/Node.js 3.0.0 RC

MariaDB Connector/Node.js 3.0.0 is a Release Candidate (RC) release. Notable changes in this release include:

  • Handling and control back pressure for streaming result set
  • Optimized defaults
  • New ‘stream’ option

Other Optimizations in this release include:

  • Batch operations now support the returning clause
  • Update code to Ecma version ES2022 supported by Node.js 12
  • Performance improvement for multi-line result sets

MariaDB Connector/Python 1.0.8

MariaDB Connector/Python 1.0.8 is a Stable (GA) release. Notable changes in this release include:

  • Supports Python 3.10

Notable issues fixed in this release include:

  • Windows build fails with Python 3.10

MariaDB Connector/Python 1.1.0 Beta2

MariaDB Connector/Python 1.1.0 Beta2 is a Beta release. Notable changes in this release include:

  • Supports Python 3.10

Notable issues fixed in this release include:

  • Unexpected behavior if executemany() is called directly after execute() with the same SQL statement
  • SELECT with binary object fails
  • Parser error when parsing multi-byte strings can result in a syntax error
  • Windows build fails with Python 3.10