@@ -13,35 +13,37 @@ node-oracledb `v6.7.0 <https://github.com/oracle/node-oracledb/compare/v6.6.0...
13
13
Common Changes
14
14
++++++++++++++
15
15
16
- #) Added internal code changes to validate the updated OCI centralized
17
- configuration provider URL syntax.
18
-
19
- #) Added support to enable tracing with the OpenTelemetry
20
- module for Oracle Database being created in the OpenTelemetry project.
21
-
22
- #) Added support to connect to Oracle Database using wallets stored in
23
- Azure Key Vault and OCI Vault.
24
-
25
- #) Added ability to cache the configuration information retrieved from
26
- :ref: `Azure App Configuration <conninfocacheazure >` and
27
- :ref: `OCI Object Storage <conninfocacheoci >` centralized configuration
28
- providers.
29
-
30
- #) Ensure that the password stored in OCI vault and retrieved
31
- in base64-encoded format is decoded correctly.
16
+ #) Added tracing functionality for OpenTelemetry support.
32
17
33
18
#) Changed default values of ``transportConnectTimeout `` and
34
19
``retryDelay `` properties to *20 * seconds and *1 * second respectively in
35
20
:meth: `oracledb.getConnection() ` and :meth: `oracledb.createPool() ` for
36
21
consistency with other Oracle Database drivers.
37
22
38
- #) Changed the password type parameter values from `vault-oci ` and
39
- `vault-azure ` to `ocivault ` and `azurevault ` respectively for consistency
40
- with other Oracle Database drivers.
41
-
42
23
#) Added method :meth: `oracledb.getNetworkServiceNames() ` to support fetching
43
24
the list of network service names from the ``tnsnames.ora `` file.
44
25
26
+ #) Improvements to Centralized Configuration Providers support:
27
+
28
+ - Added support to connect to Oracle Database via the centralized
29
+ configuration providers using wallets stored in Azure Key Vault and
30
+ OCI Vault.
31
+
32
+ - Added ability to cache the configuration information retrieved from
33
+ :ref: `Azure App Configuration <conninfocacheazure >` and
34
+ :ref: `OCI Object Storage <conninfocacheoci >` centralized configuration
35
+ providers.
36
+
37
+ - Ensure that the password stored in OCI vault and retrieved in
38
+ base64-encoded format is decoded correctly.
39
+
40
+ - Added internal code changes to validate the updated OCI centralized
41
+ configuration provider URL syntax.
42
+
43
+ - Changed the password type parameter values from `vault-oci ` and
44
+ `vault-azure ` to `ocivault ` and `azurevault ` respectively for consistency
45
+ with other Oracle Database drivers.
46
+
45
47
#) Remove the 'Critical Dependency' warning from webpack builds.
46
48
See `Issue #1678 <https://github.com/oracle/node-oracledb/issues/1678 >`__.
47
49
@@ -54,14 +56,16 @@ Thin Mode Changes
54
56
55
57
#) Fixed bug that did not allow connection to Oracle Database 23ai instances
56
58
that have fast authentication disabled.
59
+ See `Issue #1697<https://github.com/oracle/node-oracledb/issues/1697> `__.
57
60
58
61
#) Fixed bug with statement cache which threw an ``NJS-111 `` error when select
59
62
SQL is run on CLOB columns fetched as string.
60
63
See `Issue #1684 <https://github.com/oracle/node-oracledb/issues/
61
64
1684> `__.
62
65
63
- #) Added new properties in `oracledb ` that can enable users to customize and set session information,
64
- making it easier to manage and monitor database interactions.
66
+ #) Added new properties in `oracledb ` that can enable users to customize and
67
+ set session information, making it easier to manage and monitor database
68
+ interactions.
65
69
66
70
#) Error ``NJS-125 `` is now raised when an empty connect string is provided
67
71
for creating pools.
@@ -2375,7 +2379,7 @@ node-oracledb `v1.10.0 <https://github.com/oracle/node-oracledb/compare/v1.9.3..
2375
2379
2376
2380
#) Added GitHub Issue and Pull Request templates.
2377
2381
2378
- #) Some enhancements were made to the underlying DPI data access layer.
2382
+ #) Some enhancements were made to the underlying ODPI data access layer.
2379
2383
**These are not exposed to node-oracledb users. **
2380
2384
2381
2385
- Allow SYSDBA connections
0 commit comments