Skip to content

Commit 6baf970

Browse files
committed
bump 3.4.5
1 parent a90835f commit 6baf970

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [3.4.5](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.5) (Jul 2025)
4+
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.4.4...3.4.5)
5+
6+
## Issues Fixed
7+
* CONJS-323: Fixed SSL connection error with custom CA certificates causing "TypeError: validationFunction is not a function"
8+
* CONJS-324: Added missing TypeScript type definitions (@types/geojson, @types/node) to dependencies
9+
310

411
## [3.4.4](https://github.com/mariadb-corporation/mariadb-connector-nodejs/tree/3.4.4) (Jul 2025)
512
[Full Changelog](https://github.com/mariadb-corporation/mariadb-connector-nodejs/compare/3.4.3...3.4.4)

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

0 commit comments

Comments
 (0)