Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump oracledb from 5.2.0 to 5.5.0 #623

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 8, 2022

Bumps oracledb from 5.2.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.

node-oracledb v5.4.0 Release Notes

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

Pre-built binaries are available for Node.js 12 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)

For other environments, refer to INSTALL on building from source code.

node-oracledb v5.3.0 Release Notes

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

Pre-built binaries are available for Node.js 12 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)

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.

node-oracledb v5.4.0 (9 Jun 2022)

  • Stated compatibility is now for Node.js 14, 16 and 18. Older releases back to Node.js 10.16 should still work.

  • Added support for token-based authentication when establishing pool based connections and standalone connections.

  • Added code to capture the error stack. PR #1467 (Slawomir Osoba).

  • Added code to keep the method name in internally bound functions. PR #1466 (Slawomir Osoba).

  • Added a connection.isHealthy() function to perform a local connection health check.

  • Added missing support for binding as oracledb.DB_TYPE_BINARY_INTEGER.

  • Fixed a crash using multiple DbObject

... (truncated)

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.2.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.2.0...v5.5.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants