Skip to content

Commit 874748e

Browse files
committed
3.3.3
* add binaries for electron v38.x (Bimal Jha) * update validate command in testconnection scripts (Bimal Jha) * test: read ssl server key from env var, fix for audit scan issue #1040 (Bimal Jha) * update: typescript tests for issue #1037 (Bimal Jha) * Fix callback typing for `ibm_db.open` (#1041) (Guilherme G. M.) * update: form-data and axios versions to fix security issue (Bimal Jha) * build(deps): bump form-data from 4.0.1 to 4.0.4 (#1039) (dependabot[bot]) * add support for electron 37.x (Bimal Jha) * update nan version to support nodejs v24.x (Bimal Jha) * add support for env var ELECTRON for electron installation (Bimal Jha)
1 parent fb73630 commit 874748e

File tree

3 files changed

+45
-23
lines changed

3 files changed

+45
-23
lines changed

CHANGES.md

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2025-09-07, Version 3.3.3
2+
=========================
3+
4+
* add binaries for electron v38.x (Bimal Jha)
5+
6+
* update validate command in testconnection scripts (Bimal Jha)
7+
8+
* test: read ssl server key from env var, fix for audit scan issue #1040 (Bimal Jha)
9+
10+
* update: typescript tests for issue #1037 (Bimal Jha)
11+
12+
* Fix callback typing for `ibm_db.open` (#1041) (Guilherme G. M.)
13+
14+
* update: form-data and axios versions to fix security issue (Bimal Jha)
15+
16+
* build(deps): bump form-data from 4.0.1 to 4.0.4 (#1039) (dependabot[bot])
17+
18+
* add support for electron 37.x (Bimal Jha)
19+
20+
* update nan version to support nodejs v24.x (Bimal Jha)
21+
22+
* add support for env var ELECTRON for electron installation (Bimal Jha)
23+
24+
125
2025-06-22, Version 3.3.2
226
=========================
327

@@ -25,10 +49,6 @@
2549

2650
* Add typescript types, update API doc (#1022) (Andre Asselin)
2751

28-
29-
2025-06-04, Version 3.3.1
30-
=========================
31-
3252
* build(deps): bump tar-fs from 1.16.3 to 1.16.4 (#1024) (dependabot[bot])
3353

3454
* add ibmdb binaries for electron v35.x (Bimal Jha)

package-lock.json

Lines changed: 19 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "ibm_db",
33
"description": "IBM DB2 and IBM Informix bindings for node",
4-
"version": "3.3.2",
4+
"version": "3.3.3",
55
"main": "lib/odbc.js",
66
"types": "typescript/dist/index.d.ts",
77
"homepage": "https://github.com/ibmdb/node-ibm_db/",
@@ -62,7 +62,7 @@
6262
"author": "IBM",
6363
"license": "MIT",
6464
"devDependencies": {
65-
"@types/node": "^24.1.0",
65+
"@types/node": "^24.3.1",
6666
"async": "^3.2.4",
6767
"bluebird": "^3.7.2",
6868
"moment": "^2.29.4",

0 commit comments

Comments
 (0)