@@ -13,18 +13,22 @@ node-oracledb `v6.6.0 <https://github.com/oracle/node-oracledb/compare/v6.5.1...
13
13
Common Changes
14
14
++++++++++++++
15
15
16
- #) Added support for Centralized Configuration Providers (Azure App Configuration Store and OCI
17
- Object Storage).
18
- Node-oracledb extracts configuration information from the the supported provider and uses it to
16
+ #) Added support for Centralized Configuration Providers (Azure App
17
+ Configuration Store and OCI Object Storage). Node-oracledb extracts
18
+ configuration information from the supported provider and uses it to
19
19
connect to the database.
20
20
21
+ #) Added support for ``oracledb.DB_TYPE_BFILE `` data type.
22
+
23
+ #) Test and documentation updates.
24
+
21
25
Thin Mode Changes
22
26
+++++++++++++++++
23
27
24
- #) Added support for in-memory wallet by adding a new parameter `` walletContent ``
25
- of the type ``string `` which will let users pass the wallet content directly instead
26
- of storing and reading it up from a file.
27
- `Issue #1671 <https://github.com/oracle/node-oracledb/issues/
28
+ #) Added support for in-memory wallet by adding a new parameter
29
+ `` walletContent `` of type ``string `` that will allow users to pass the
30
+ wallet content directly instead of storing and reading it up from a file.
31
+ See `Issue #1671 <https://github.com/oracle/node-oracledb/issues/
28
32
1671> `__.
29
33
30
34
#) Added support to use ``IFILE `` parameter to embed custom
@@ -48,7 +52,14 @@ Thin Mode Changes
48
52
Thick Mode Changes
49
53
+++++++++++++++++++
50
54
51
- #) Fixed bug that causes Two-Phase Commit `tpcRecover ` execution to fail.
55
+ #) Fixed bug that causes Two-Phase Commit :meth: `connection.tpcRecover() `
56
+ execution to fail.
57
+
58
+ #) Added binary for the macOS ARM64 platform.
59
+
60
+ #) Corrected memory leak when dequeuing messages with JSON payloads
61
+ (`ODPI-C change
62
+ <https://github.com/oracle/odpi/commit/00b16209408ebc827a3a9b256cf9ad3f79e1ddc1> `__).
52
63
53
64
node-oracledb `v6.5.1 <https://github.com/oracle/node-oracledb/compare/v6.5.0...v6.5.1 >`__ (23 May 2024)
54
65
---------------------------------------------------------------------------------------------------------
@@ -58,8 +69,6 @@ Common Changes
58
69
59
70
#) Test and documentation updates.
60
71
61
- #) Added support for ``oracledb.DB_TYPE_BFILE `` data type.
62
-
63
72
Thin Mode Changes
64
73
+++++++++++++++++
65
74
0 commit comments