Skip to content

Commit

Permalink
Final update in tests and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sharadraju committed Dec 18, 2024
1 parent 22bbf43 commit d222945
Show file tree
Hide file tree
Showing 15 changed files with 864 additions and 382 deletions.
11 changes: 6 additions & 5 deletions doc/src/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ node-oracledb `v6.7.1 <https://github.com/oracle/node-oracledb/compare/v6.7.0...
Common Changes
++++++++++++++

#) Fixed the issue causing segmentation fault while getting connection from
pool for external authentication.

#) Fixed SyntaxError with Bun runtime.
See `Issue #1707 <https://github.com/oracle/node-oracledb/issues/1707>`__.

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

Thick Mode changes
Thick Mode Changes
++++++++++++++++++

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

#) Fixed segmentation fault issue when getting connection from the pool for
external authentication.

node-oracledb `v6.7.0 <https://github.com/oracle/node-oracledb/compare/v6.6.0...v6.7.0>`__ (18 Nov 2024)
---------------------------------------------------------------------------------------------------------

Expand Down
Loading

0 comments on commit d222945

Please sign in to comment.