ITADN
mariadb-corporation/mariadb-connector-nodejs

版本发布 8

MariaDB Connector/Node.js 3.4.43.4.4
? · 2025-07-03

## [3.4.4](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.4) (Jul 2025) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.4.3...3.4.4) ## Issues Fixed * CONJS-322: TypeScript types/share.d.ts and types/callback.d.ts are not published

MariaDB Connector/Node.js 3.4.23.4.2
? · 2025-04-25

## [3.4.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.2) (Apr 2025) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.4.1...3.4.2) ## Issues Fixed * CONJS-318: Repeated named placeholders causes "Placeholder is not defined"

MariaDB Connector/Node.js 3.4.13.4.1
? · 2025-04-02

## [3.4.1](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.1) (Mar 2025) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.4.0...3.4.1) ## Issues Fixed * CONJS-306: Support "zero configuration ssl" for parsec authentication * CONJS-315: Fixed issue with incorrect data for result-set rows of exactly 16M of data * CONJS-312: Improved pool error messages when failing to create connections * CONJS-313: Now allows using question mark parameters even when using namedPlaceholders option (mysql compatibility) * CONJS-305: Added Connection close alias for end function in TypeScript definition * CONJS-314: Fixed Bulk operations potentially returning unexpected error "Cannot read properties of undefined (reading '0')" * CONJS-275: Added capability to return all Bulk insert IDs for MariaDB server 11.5.1+ * CONJS-304: Fixed bulk operations ending with "Got a packet bigger than 'max_allowed_packet' bytes" error * CONJS-316: Enhanced handling of non-bulk batched operations to avoid out-of-memory errors for batches not using bulk

MariaDB Connector/Node.js 3.4.03.4.0
? · 2024-10-24

## [3.4.0](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.0) (Oct 2024) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.3.1...3.3.2) ## Notable changes * CONJS-299 Parsec authentication implementation * CONJS-295 add new option jsonStrings to ensure to return JSON field as string ## Issues Fixed * CONJS-296 Add option enableKeepAlive / keepAliveInitialDelay alias for keepAliveDelay for mysql2 compatibility * CONJS-303 DMLs are not returning an output while streaming

MariaDB Connector/Node.js 3.3.23.3.2
? · 2024-09-18

## [3.3.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.3.1) (Sept 2024) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.3.1...3.3.2) ## Issues Fixed * CONJS-301 temporary disabling TLS identity validation until certificate automatic resolution * CONJS-302 TypeScript type definition file for SqlError constructor does not match actual constructor * CONJS-297 Typescript connection option timeout in place of queryTimeout * CONJS-298 Typescript wrong named longlong in place of bigint

MariaDB Connector/Node.js 3.3.03.3.0
? · 2024-03-21

## [3.3.0](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.3.0) (Mar 2024) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.2.3...3.3.0) ## Notable changes * CONJS-284 pipeline PREPARE and EXECUTE * CONJS-264 TLS ephemeral certificate automatic implementation * CONJS-279 Improve text encoding decoding ## Issues Fixed * CONJS-281 cannot connect to 11.3+ server with character-set-collations = utf8mb4=uca1400_ai_ci * CONJS-277 using connection.importFile when connection is not connected to database result in error * CONJS-278 Possible buffer overwrite when sending query bigger than 16M * CONJS-282 error when using mysql_clear_test password authentication plugin * CONJS-283 wrong decoding of binary unsigned MEDIUMINT * CONJS-285 DECIMAL field wrong decoding with deprecated option 'supportBigNumbers' set

MariaDB Connector/Node.js 3.2.33.2.3
? · 2023-12-19

## [3.2.3](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.2.3) (Dec 2023) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.2.2...3.2.3) * CONJS-207 Add support for connection redirection * CONJS-271 wrong binary decoding of 00:00:00 TIME values * CONJS-272 Error doesn't always have parameters according to option * CONJS-273 Bulk insert error when last bunch of parameters is reaching max_allowed_packet * CONJS-274 permit disabling BULK insert for one batch * CONJS-207 Add support for connection redirection

MariaDB Connector/Node.js 3.2.23.2.2
? · 2023-10-16

## [3.2.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.2.2) (Oct 2023) [Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.2.1...3.2.2) ## Issues Fixed * CONJS-270 Always send connection attributes, even when connectAttributes is not set * CONJS-269 avoid useless "set names utf8mb4" on connection creation if not needed * CONJS-268 importFile method doesn't always throw error when imported commands fails #253 * CONJS-267 Ensure that option collation with id > 255 are respected