Skip to content

Commit ee11f48

Browse files
committed
Update release notes for 6.0.1 release
1 parent a69d4d4 commit ee11f48

File tree

1 file changed

+18
-5
lines changed

1 file changed

+18
-5
lines changed

doc/src/release_notes.rst

+18-5
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,29 @@
55
node-oracledb Release Notes
66
=============================
77

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

11+
Common Changes
12+
++++++++++++++
13+
1114
#) Allow bind variables to use multi-byte characters. Fix for
1215
`Issue #1554 <https://github.com/oracle/node-oracledb/issues/1554>`__.
1316

17+
Thin Mode Changes
18+
+++++++++++++++++
19+
1420
#) Allow using colons in multiple single-line SQL comments in Thin mode. Fix
1521
for `Issue #1561 <https://github.com/oracle/node-oracledb/issues/1561>`__.
1622

17-
#) Added enhanced binding support in Thin mode.
23+
#) Improved binding support:
1824

19-
#) Improved statement cache handling in Thin mode.
25+
- Handled outbinds with Null Boolean values.
26+
- Fixed issues with ordering of Binds in SQL when database version is 12.1
27+
and the maxSize of bind variables exceeds 4000 bytes.
2028

2129
#) Added clear error message when an attempt is made to establish a connection
22-
with an unsupported database version in Thin mode.
30+
with an unsupported database version.
2331

2432
#) Fixed bug which caused a cursor leak if an error was thrown while
2533
processing the execution of a query.
@@ -29,6 +37,11 @@ node-oracledb `v6.0.1 <https://github.com/oracle/node-oracledb/compare/v6.0.0...
2937
`GitHub pull request #1559
3038
<https://github.com/oracle/node-oracledb/pull/1559>`__.
3139

40+
#) Internal implementation changes:
41+
42+
- Improved network packet handling.
43+
- Improved statement cache handling.
44+
3245

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

58-
#) Type and Metadata Changes:
71+
#) Type and Metadata changes:
5972

6073
- Query extended metadata is now always available. The
6174
``oracledb.extendedMetaData`` and

0 commit comments

Comments
 (0)