Skip to content

Commit 2567a87

Browse files
committed
2.7.0
* fix vulnerabilities (Bimal Jha) * update windows binaries (Bimal Jha) * doc update (Bimal Jha) * doc update for issue #658 (Bimal Jha) * upd: test file for issue #634 (Bimal Jha) * doc: update for array insert (Bimal Jha) * fix for issue #655 (Bimal Jha) * fea: Add support for Array Insert #233, #489 (Bimal Jha) * fea: read value of IBM_DB_INSTALLER_URL from .npmrc file (Bimal Jha) * support for electron7.1.11 version (#619) (Akhil Ravuri) * upd: version of minimist to fix security vulnerability (Bimal Jha) * upd: test files for Windows to avoid SQL0420N error (Bimal Jha)
1 parent 267cbc8 commit 2567a87

File tree

3 files changed

+30
-2
lines changed

3 files changed

+30
-2
lines changed

CHANGES.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
2020-06-07, Version 2.7.0
2+
=========================
3+
4+
* fix vulnerabilities (Bimal Jha)
5+
6+
* update windows binaries (Bimal Jha)
7+
8+
* doc update (Bimal Jha)
9+
10+
* doc update for issue #658 (Bimal Jha)
11+
12+
* upd: test file for issue #634 (Bimal Jha)
13+
14+
* doc: update for array insert (Bimal Jha)
15+
16+
* fix for issue #655 (Bimal Jha)
17+
18+
* fea: Add support for Array Insert #233, #489 (Bimal Jha)
19+
20+
* fea: read value of IBM_DB_INSTALLER_URL from .npmrc file (Bimal Jha)
21+
22+
* support for electron7.1.11 version (#619) (Akhil Ravuri)
23+
24+
* upd: version of minimist to fix security vulnerability (Bimal Jha)
25+
26+
* upd: test files for Windows to avoid SQL0420N error (Bimal Jha)
27+
28+
129
2020-02-20, Version 2.6.4
230
=========================
331

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.6.4",
4+
"version": "2.7.0",
55
"main": "lib/odbc.js",
66
"homepage": "https://github.com/ibmdb/node-ibm_db/",
77
"repository": {

0 commit comments

Comments
 (0)