File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
13
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)
4
15
[ Full Changelog] ( https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.3.1...3.3.2 )
5
16
6
17
## Issues Fixed
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " mariadb" ,
3
- "version" : " 3.3.2 " ,
3
+ "version" : " 3.4.0 " ,
4
4
"description" : " fast mariadb or mysql connector." ,
5
5
"main" : " promise.js" ,
6
6
"types" : " types/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments