v5.5.0
Based from node-oracledb v5.5.0
- https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md#node-oracledb-v550-7-sep-2022
v5.5.0 Release Notes
-
Token-based Authentication changes:
- Added support for token-based
authentication
using Microsoft Azure Active Directory OAuth 2.0 tokens. - The
accessToken
attribute for connection and connection pool creation
can now be a string, a callback function, or an object. - Fixed a bug that prevented async functions from being used in token callbacks.
- Deprecated the connection pool creation attribute
accessTokenCallback
. - Deprecated
pool.setAccessToken()
.
- Added support for token-based
-
ResultSets now implement the
asyncIterator()
symbol to support asynchonous
iteration. -
Added support for Oracle Advanced Queuing (AQ) recipient
lists. -
Fixed a regression that could cause a pool alias to be recorded in the
internal list of aliases even if pool creation failed.