Skip to content

Commit ca98915

Browse files
committed
bump 3.5.2 version
1 parent e721d70 commit ca98915

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Change Log
22

33

4+
## [3.5.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.5.2) (Mar 2026)
5+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.5.1...3.5.2)
6+
7+
## Issues Fixed
8+
* CONJS-342 Resolved TypeScript compilation errors introduced in mariadb-connector-nodejs v3.5.1
9+
* CONJS-343 Fixed an issue where batch operations would hang when provided with empty array parameter values
10+
11+
412
## [3.5.1](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.5.1) (Feb 2026)
513
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.5.0-rc.0...3.5.1)
614

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mariadb",
3-
"version": "3.5.1",
3+
"version": "3.5.2",
44
"description": "fast mariadb or mysql connector.",
55
"main": "promise.js",
66
"type": "module",

0 commit comments

Comments
 (0)