Skip to content

Commit

Permalink
3.0.0
Browse files Browse the repository at this point in the history
 * fix: update binaries for windows and vscode (Bimal Jha)
 * fix: Reloading driver causes failures on async functions #514 (Bimal Jha)
 * fea: Convert the library to support Promises for all methods. #715 (Bimal Jha)
 * fea: add result.close API (Bimal Jha)
 * promisify describe related methods (Bimal Jha)
 * update mac binaries for vscode ibmdb/vscode-extension#50 (Bimal Jha)
 * test: update test files (Bimal Jha)
 * fix: Empty Strings in Batch inserts result in corrupt values being inserted #875 (Bimal Jha)
 * fea: Add support for Buffer() for insert and select for binary data. #702, #859, #860, #862, #864 (Bimal Jha)
 * fea: allow installation using specific version of clidriver (Bimal Jha)
  • Loading branch information
bimalkjha committed Sep 6, 2022
1 parent c7dfd00 commit 92be6a0
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 3 deletions.
24 changes: 24 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
2022-09-06, Version 3.0.0
=========================

* fix: update binaries for windows and vscode (Bimal Jha)

* fix: Reloading driver causes failures on async functions #514 (Bimal Jha)

* fea: Convert the library to support Promises for all methods. #715 (Bimal Jha)

* fea: add result.close API (Bimal Jha)

* promisify describe related methods (Bimal Jha)

* update mac binaries for vscode https://github.com/ibmdb/vscode-extension/issues/50 (Bimal Jha)

* test: update test files (Bimal Jha)

* fix: Empty Strings in Batch inserts result in corrupt values being inserted #875 (Bimal Jha)

* fea: Add support for Buffer() for insert and select for binary data. #702, #859, #860, #862, #864 (Bimal Jha)

* fea: allow installation using specific version of clidriver (Bimal Jha)


2022-07-16, Version 2.8.2
=========================

Expand Down
4 changes: 2 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": "2.8.2",
"version": "3.0.0",
"main": "lib/odbc.js",
"homepage": "https://github.com/ibmdb/node-ibm_db/",
"repository": {
Expand Down

0 comments on commit 92be6a0

Please sign in to comment.