Skip to content

chore(deps): bump oracledb from 5.4.0 to 5.5.0#37

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/oracledb-5.5.0
Open

chore(deps): bump oracledb from 5.4.0 to 5.5.0#37
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/npm_and_yarn/main/oracledb-5.5.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Sep 12, 2022

Bumps oracledb from 5.4.0 to 5.5.0.

Release notes

Sourced from oracledb's releases.

node-oracledb v5.5.0 Release Notes

node-oracledb v5.5.0 is available. See the release announcement and CHANGELOG.

Pre-built binaries are available for Node.js 14 or later.

  • Windows 64-bit (x64) (built with VS 2017)
  • macOS 64-bit (Intel x64)
  • Linux 64-bit (x86-64) (built on Oracle Linux 6)

Install with npm install oracledb. For other environments, refer to INSTALL on building from source code.

Changelog

Sourced from oracledb's changelog.

node-oracledb v5.5.0 (7 Sep 2022)

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

Commits
  • 8388891 Fix test name spelling to align with list.txt
  • f6aebf5 Minor doc improvements
  • f498a40 Improve threadpool doc
  • a61ef1f Add 1-way TLS documentation
  • 6b28cb3 Show clientInitiated option in CQN example
  • e42b733 Bump version to 5.5.0
  • 0d328cf Add OAuth 2.0 token based authentication
  • 539a9f1 Prefer process.once in examples
  • f9c44f8 Improve initOracleClient doc
  • 2618d53 Update Easy Connect Plus tech brief URL in doc
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [oracledb](https://github.com/oracle/node-oracledb) from 5.4.0 to 5.5.0.
- [Release notes](https://github.com/oracle/node-oracledb/releases)
- [Changelog](https://github.com/oracle/node-oracledb/blob/main/CHANGELOG.md)
- [Commits](oracle/node-oracledb@v5.4.0...v5.5.0)

---
updated-dependencies:
- dependency-name: oracledb
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Sep 12, 2022

The following labels could not be found: dependencies.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants