Skip to content

Commit a264e6b

Browse files
committed
2.7.1
* doc: update latest test node.js version (Bimal Jha) * upd: windows binary files (Bimal Jha) * update: PATH and LIB to use GSKit libs of clidriver of ibm_db (Bimal Jha) * fea: Allow null value in Array Insert #679 (Bimal Jha) * doc: correct info about getInfo API (Bimal Jha) * feature: Add support for getInfo() API (Bimal Jha) * doc: update db2connect license version to v11.5 (Bimal Jha) * fix: for array insert bug #660 (Bimal Jha) * build(deps): bump lodash from 4.17.14 to 4.17.19 (#673) (dependabot[bot]) * upd: test file for issue #647 (Bimal Jha) * update README.md for node.js v14.4.0 (Bimal Jha)
1 parent 6ba7e95 commit a264e6b

File tree

3 files changed

+28
-2
lines changed

3 files changed

+28
-2
lines changed

CHANGES.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
2020-08-27, Version 2.7.1
2+
=========================
3+
4+
* doc: update latest test node.js version (Bimal Jha)
5+
6+
* upd: windows binary files (Bimal Jha)
7+
8+
* update: PATH and LIB to use GSKit libs of clidriver of ibm_db (Bimal Jha)
9+
10+
* fea: Allow null value in Array Insert #679 (Bimal Jha)
11+
12+
* doc: correct info about getInfo API (Bimal Jha)
13+
14+
* feature: Add support for getInfo() API (Bimal Jha)
15+
16+
* doc: update db2connect license version to v11.5 (Bimal Jha)
17+
18+
* fix: for array insert bug #660 (Bimal Jha)
19+
20+
* build(deps): bump lodash from 4.17.14 to 4.17.19 (#673) (dependabot[bot])
21+
22+
* upd: test file for issue #647 (Bimal Jha)
23+
24+
* update README.md for node.js v14.4.0 (Bimal Jha)
25+
26+
127
2020-06-07, Version 2.7.0
228
=========================
329

package-lock.json

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

0 commit comments

Comments
 (0)