Skip to content

Commit d222945

Browse files
committed
Final update in tests and release notes
1 parent 22bbf43 commit d222945

15 files changed

+864
-382
lines changed

doc/src/release_notes.rst

+6-5
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ node-oracledb `v6.7.1 <https://github.com/oracle/node-oracledb/compare/v6.7.0...
1414
Common Changes
1515
++++++++++++++
1616

17-
#) Fixed the issue causing segmentation fault while getting connection from
18-
pool for external authentication.
19-
2017
#) Fixed SyntaxError with Bun runtime.
2118
See `Issue #1707 <https://github.com/oracle/node-oracledb/issues/1707>`__.
2219

@@ -53,12 +50,16 @@ Thin Mode Changes
5350
#) Fixed bug with associative arrays indexed by integers that caused the
5451
:meth:`dbObject.getPrevIndex()` method to change the array order.
5552

56-
Thick Mode changes
53+
Thick Mode Changes
5754
++++++++++++++++++
5855

59-
#) Fixed Memory leak while running PL/SQL function returning Objects in a loop.
56+
#) Fixed memory leak while running PL/SQL function returning database objects
57+
in a loop.
6058
See `Issue #1711 <https://github.com/oracle/node-oracledb/issues/1711>`__.
6159

60+
#) Fixed segmentation fault issue when getting connection from the pool for
61+
external authentication.
62+
6263
node-oracledb `v6.7.0 <https://github.com/oracle/node-oracledb/compare/v6.6.0...v6.7.0>`__ (18 Nov 2024)
6364
---------------------------------------------------------------------------------------------------------
6465

0 commit comments

Comments
 (0)