Skip to content

Commit

Permalink
2.7.1
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
bimalkjha committed Aug 27, 2020
1 parent 6ba7e95 commit a264e6b
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,29 @@
2020-08-27, Version 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)


2020-06-07, Version 2.7.0
=========================

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

0 comments on commit a264e6b

Please sign in to comment.