Skip to content

Commit d089e89

Browse files
committed
bump 3.4.0 version
1 parent 31e3913 commit d089e89

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Change Log
2+
## [3.4.0](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.0) (Oct 2024)
3+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.3.1...3.3.2)
4+
5+
## Notable changes
6+
* CONJS-299 Parsec authentication implementation
7+
* CONJS-295 add new option jsonStrings to ensure to return JSON field as string
8+
9+
## Issues Fixed
10+
* CONJS-296 Add option enableKeepAlive / keepAliveInitialDelay alias for keepAliveDelay for mysql2 compatibility
11+
* CONJS-303 DMLs are not returning an output while streaming
12+
213

3-
## [3.3.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.3.1) (Sept 2024)
14+
## [3.3.2](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.3.2) (Sept 2024)
415
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.3.1...3.3.2)
516

617
## Issues Fixed

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.3.2",
3+
"version": "3.4.0",
44
"description": "fast mariadb or mysql connector.",
55
"main": "promise.js",
66
"types": "types/index.d.ts",

0 commit comments

Comments
 (0)