Skip to content

Commit 92be6a0

Browse files
committed
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 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)
1 parent c7dfd00 commit 92be6a0

File tree

3 files changed

+27
-3
lines changed

3 files changed

+27
-3
lines changed

CHANGES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
2022-09-06, Version 3.0.0
2+
=========================
3+
4+
* fix: update binaries for windows and vscode (Bimal Jha)
5+
6+
* fix: Reloading driver causes failures on async functions #514 (Bimal Jha)
7+
8+
* fea: Convert the library to support Promises for all methods. #715 (Bimal Jha)
9+
10+
* fea: add result.close API (Bimal Jha)
11+
12+
* promisify describe related methods (Bimal Jha)
13+
14+
* update mac binaries for vscode https://github.com/ibmdb/vscode-extension/issues/50 (Bimal Jha)
15+
16+
* test: update test files (Bimal Jha)
17+
18+
* fix: Empty Strings in Batch inserts result in corrupt values being inserted #875 (Bimal Jha)
19+
20+
* fea: Add support for Buffer() for insert and select for binary data. #702, #859, #860, #862, #864 (Bimal Jha)
21+
22+
* fea: allow installation using specific version of clidriver (Bimal Jha)
23+
24+
125
2022-07-16, Version 2.8.2
226
=========================
327

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
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": "2.8.2",
4+
"version": "3.0.0",
55
"main": "lib/odbc.js",
66
"homepage": "https://github.com/ibmdb/node-ibm_db/",
77
"repository": {

0 commit comments

Comments
 (0)