From 7f4a3cfc3c9d8851118c17ba69c802f794b6aebf Mon Sep 17 00:00:00 2001 From: Christopher Jones Date: Fri, 28 Feb 2020 10:52:19 +1100 Subject: [PATCH] Mention the round-trip reduction from 2027f08 and ODPI change --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5547a073..a7d5ca39 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,11 @@ and - Removed use of git in `package/buildpackage.js` making offline builds cleaner for self-hosted node-oracledb. +- Made an internal change to use an Oracle Client 20 feature to avoid a + round-trip when accessing + [`oracledb.version`](https://oracle.github.io/node-oracledb/doc/api.html#propdbversion) + for the first time. + ## node-oracledb v4.2.0 (24 Jan 2020) - Added support for binding using the node-oracledb [Database Type