Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
 * 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)
  • Loading branch information
bimalkjha committed Sep 12, 2021
1 parent 9a3a58f commit cbf6655
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 2 deletions.
38 changes: 38 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,41 @@
2021-09-12, Version 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)


2021-06-17, Version 2.7.4
=========================

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

0 comments on commit cbf6655

Please sign in to comment.