From ee11f482e60178915fcbad1d19f39d05c9fde4a2 Mon Sep 17 00:00:00 2001 From: Sharad Chandran R Date: Wed, 7 Jun 2023 15:03:55 +0530 Subject: [PATCH] Update release notes for 6.0.1 release --- doc/src/release_notes.rst | 23 ++++++++++++++++++----- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/doc/src/release_notes.rst b/doc/src/release_notes.rst index 146f3a672..5b2b8a939 100644 --- a/doc/src/release_notes.rst +++ b/doc/src/release_notes.rst @@ -5,21 +5,29 @@ node-oracledb Release Notes ============================= -node-oracledb `v6.0.1 `__ (TBD) +node-oracledb `v6.0.1 `__ (07 Jun 2023) -------------------------------------------------------------------------------------------------------- +Common Changes +++++++++++++++ + #) Allow bind variables to use multi-byte characters. Fix for `Issue #1554 `__. +Thin Mode Changes ++++++++++++++++++ + #) Allow using colons in multiple single-line SQL comments in Thin mode. Fix for `Issue #1561 `__. -#) Added enhanced binding support in Thin mode. +#) Improved binding support: -#) Improved statement cache handling in Thin mode. + - Handled outbinds with Null Boolean values. + - Fixed issues with ordering of Binds in SQL when database version is 12.1 + and the maxSize of bind variables exceeds 4000 bytes. #) Added clear error message when an attempt is made to establish a connection - with an unsupported database version in Thin mode. + with an unsupported database version. #) Fixed bug which caused a cursor leak if an error was thrown while processing the execution of a query. @@ -29,6 +37,11 @@ node-oracledb `v6.0.1 `__. +#) Internal implementation changes: + + - Improved network packet handling. + - Improved statement cache handling. + node-oracledb `v6.0.0 `__ (24 May 2023) -------------------------------------------------------------------------------------------------------- @@ -55,7 +68,7 @@ node-oracledb `v6.0.0