Skip to content

Commit

Permalink
Update release notes for 6.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Jun 7, 2023
1 parent a69d4d4 commit ee11f48
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,29 @@
node-oracledb Release Notes
=============================

node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...v6.0.1>`__ (TBD)
node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...v6.0.1>`__ (07 Jun 2023)
--------------------------------------------------------------------------------------------------------

Common Changes
++++++++++++++

#) Allow bind variables to use multi-byte characters. Fix for
`Issue #1554 <https://github.com/oracle/node-oracledb/issues/1554>`__.

Thin Mode Changes
+++++++++++++++++

#) Allow using colons in multiple single-line SQL comments in Thin mode. Fix
for `Issue #1561 <https://github.com/oracle/node-oracledb/issues/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.
Expand All @@ -29,6 +37,11 @@ node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...
`GitHub pull request #1559
<https://github.com/oracle/node-oracledb/pull/1559>`__.

#) Internal implementation changes:

- Improved network packet handling.
- Improved statement cache handling.


node-oracledb `v6.0.0 <https://github.com/oracle/node-oracledb/compare/v5.5.0...v6.0.0>`__ (24 May 2023)
--------------------------------------------------------------------------------------------------------
Expand All @@ -55,7 +68,7 @@ node-oracledb `v6.0.0 <https://github.com/oracle/node-oracledb/compare/v5.5.0...
#) Deprecated execution option attribute ``fetchInfo``. Use the new
:ref:`fetchtypehandler` functionality instead.

#) Type and Metadata Changes:
#) Type and Metadata changes:

- Query extended metadata is now always available. The
``oracledb.extendedMetaData`` and
Expand Down

0 comments on commit ee11f48

Please sign in to comment.