Skip to content

Commit

Permalink
3.2.5
Browse files Browse the repository at this point in the history
 * test: add test case for issue #996 (Bimal Jha)
 * update adm-zip version, fix of issue #991 (Bimal Jha)
 * add support for nodev23.x (Bimal Jha)
 * add support for nodev22.x on Windows #1005 (Bimal Jha)
 * Update README.md doc for issue #1004 (Bimal Kumar Jha)
 * Axios upgrade due open vulnerability [CVE-2024-39338] (#1001) (Iván Gustavo Ortiz García)
 * upd: nan version to 2.20.0 (Bimal Jha)
 * fea: add binaries for electron_v31 (Bimal Jha)
 * update nan version (Bimal Jha)
 * update mac binaries for electron 28 (Bimal Jha)
 * fix adm-zip version temporarily to fix vscode install issue (Bimal Jha)
 * Add Linux and Windows binaries for electron version 28 (Bimal Jha)
 * doc: update info about JKS file for SSL Connection (Bimal Jha)
  • Loading branch information
Bimal Jha committed Nov 21, 2024
1 parent 76367f4 commit fb8b341
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 3 deletions.
30 changes: 30 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
2024-11-21, Version 3.2.5
=========================

* test: add test case for issue #996 (Bimal Jha)

* update adm-zip version, fix of issue #991 (Bimal Jha)

* add support for nodev23.x (Bimal Jha)

* add support for nodev22.x on Windows #1005 (Bimal Jha)

* Update README.md doc for issue #1004 (Bimal Kumar Jha)

* Axios upgrade due open vulnerability [CVE-2024-39338] (#1001) (Iván Gustavo Ortiz García)

* upd: nan version to 2.20.0 (Bimal Jha)

* fea: add binaries for electron_v31 (Bimal Jha)

* update nan version (Bimal Jha)

* update mac binaries for electron 28 (Bimal Jha)

* fix adm-zip version temporarily to fix vscode install issue (Bimal Jha)

* Add Linux and Windows binaries for electron version 28 (Bimal Jha)

* doc: update info about JKS file for SSL Connection (Bimal Jha)


2024-03-31, Version 3.2.4
=========================

Expand Down
5 changes: 3 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ibm_db",
"description": "IBM DB2 and IBM Informix bindings for node",
"version": "3.2.4",
"version": "3.2.5",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit fb8b341

Please sign in to comment.