Skip to content

Commit cbf6655

Browse files
committed
2.8.0
* update README.md with latest tested node version (Bimal Jha) * update windows binaries (Bimal Jha) * return SQL_DESC_NAME in column metadata, #678 (Bimal Jha) * build(deps): bump axios from 0.21.1 to 0.21.2 (#793) (dependabot[bot]) * Electron 13 Support (#786) (Akhil Ravuri) * update test files (Bimal Jha) * fix decimla val issue for array insert (Bimal Jha) * fix for decimal output param in SP, issue #782 (Bimal Jha) * update test file for issue #778 (Bimal Jha) * update package-lock.json file (Bimal Jha) * fix: stale connection issue #742 (Bimal Jha) * fea: Add support for arm64 on MacOS #784 (Bimal Jha) * fea: add support for synchronous conn pool apis. #692 (Bimal Jha) * doc: add env var info for silent installation (Bimal Jha) * Fix: getSQLErrorSync docs for warnings (#781) (David Sint) * fea: support for silent installation #743 (Bimal Jha) * fea: add new debug level to dump sensitive data, issue #738 (Bimal Jha)
1 parent 9a3a58f commit cbf6655

File tree

3 files changed

+40
-2
lines changed

3 files changed

+40
-2
lines changed

CHANGES.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,41 @@
1+
2021-09-12, Version 2.8.0
2+
=========================
3+
4+
* update README.md with latest tested node version (Bimal Jha)
5+
6+
* update windows binaries (Bimal Jha)
7+
8+
* return SQL_DESC_NAME in column metadata, #678 (Bimal Jha)
9+
10+
* build(deps): bump axios from 0.21.1 to 0.21.2 (#793) (dependabot[bot])
11+
12+
* Electron 13 Support (#786) (Akhil Ravuri)
13+
14+
* update test files (Bimal Jha)
15+
16+
* fix decimla val issue for array insert (Bimal Jha)
17+
18+
* fix for decimal output param in SP, issue #782 (Bimal Jha)
19+
20+
* update test file for issue #778 (Bimal Jha)
21+
22+
* update package-lock.json file (Bimal Jha)
23+
24+
* fix: stale connection issue #742 (Bimal Jha)
25+
26+
* fea: Add support for arm64 on MacOS #784 (Bimal Jha)
27+
28+
* fea: add support for synchronous conn pool apis. #692 (Bimal Jha)
29+
30+
* doc: add env var info for silent installation (Bimal Jha)
31+
32+
* Fix: getSQLErrorSync docs for warnings (#781) (David Sint)
33+
34+
* fea: support for silent installation #743 (Bimal Jha)
35+
36+
* fea: add new debug level to dump sensitive data, issue #738 (Bimal Jha)
37+
38+
139
2021-06-17, Version 2.7.4
240
=========================
341

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

0 commit comments

Comments
 (0)