Skip to content

v5.5.0

Compare
Choose a tag to compare
@romanbalayan romanbalayan released this 30 Sep 14:23
· 8 commits to master since this release
966bbf8

Based from node-oracledb v5.5.0

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().
  • 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.