From 1fd55988454123b8b5ddadb685e19616a9d75a95 Mon Sep 17 00:00:00 2001 From: Bimal Jha Date: Sat, 23 Sep 2023 11:01:59 -0400 Subject: [PATCH] 3.2.2 * update windows binary and electron binaries (Bimal Jha) * update test files, doc files and dependency versions. (Bimal Jha) * Fix for https://github.com/ibmdb/node-ibm_db/issues/942 (#944) (Andre Asselin) * Fix double free of Buffer/str for OUTPUT parameter, issue #942 (Bimal Jha) * Fix for https://github.com/ibmdb/node-ibm_db/issues/943 (#945) (Andre Asselin) * Support null value for INOUT type parameter of SP, issue #940 (Bimal Jha) * doc upate, correct links in api documentation (Bimal Jha) * fix: ignore CLI0106E error for endTransaction, issue #938 (Bimal Jha) * update test file (Bimal Jha) * add support for outparams in await call of stmt.execute() API, issue #936 (Bimal Jha) * Add addon binaries for electron v25 (Bimal Jha) * update issue template (Bimal Jha) --- CHANGES.md | 28 ++++++++++++++++++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 30 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 3898069..5d35c11 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,31 @@ +2023-09-23, Version 3.2.2 +========================= + + * update windows binary and electron binaries (Bimal Jha) + + * update test files, doc files and dependency versions. (Bimal Jha) + + * Fix for https://github.com/ibmdb/node-ibm_db/issues/942 (#944) (Andre Asselin) + + * Fix double free of Buffer/str for OUTPUT parameter, issue #942 (Bimal Jha) + + * Fix for https://github.com/ibmdb/node-ibm_db/issues/943 (#945) (Andre Asselin) + + * Support null value for INOUT type parameter of SP, issue #940 (Bimal Jha) + + * doc upate, correct links in api documentation (Bimal Jha) + + * fix: ignore CLI0106E error for endTransaction, issue #938 (Bimal Jha) + + * update test file (Bimal Jha) + + * add support for outparams in await call of stmt.execute() API, issue #936 (Bimal Jha) + + * Add addon binaries for electron v25 (Bimal Jha) + + * update issue template (Bimal Jha) + + 2023-05-21, Version 3.2.1 ========================= diff --git a/package-lock.json b/package-lock.json index cd3951f..99e3dc6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "ibm_db", - "version": "3.2.1", + "version": "3.2.2", "lockfileVersion": 3, "requires": true, "packages": { diff --git a/package.json b/package.json index e7df4c1..be835fd 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "ibm_db", "description": "IBM DB2 and IBM Informix bindings for node", - "version": "3.2.1", + "version": "3.2.2", "main": "lib/odbc.js", "homepage": "https://github.com/ibmdb/node-ibm_db/", "repository": {