Skip to content

Commit

Permalink
3.2.2
Browse files Browse the repository at this point in the history
 * update windows binary and electron binaries (Bimal Jha)
 * update test files, doc files and dependency versions. (Bimal Jha)
 * Fix for #942 (#944) (Andre Asselin)
 * Fix double free of Buffer/str for OUTPUT parameter, issue #942 (Bimal Jha)
 * Fix for #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)
  • Loading branch information
bimalkjha committed Sep 23, 2023
1 parent d86a835 commit 1fd5598
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 2 deletions.
28 changes: 28 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
=========================

Expand Down
2 changes: 1 addition & 1 deletion 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.1",
"version": "3.2.2",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit 1fd5598

Please sign in to comment.