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-dev): bump oracledb from 4.2.0 to 5.5.0 #1008

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 1, 2022

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

node-oracledb v5.2.0 Release Notes

node-oracledb v5.2.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.1.0 Release Notes

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

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

  • Windows 64-bit (x64) (built with VS 2017)

... (truncated)

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
Maintainer changes

This version was pushed to npm by cjbj, a new releaser for oracledb since your current version.


Dependabot compatibility score

You can trigger a rebase of this PR 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)
> **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2022
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch 5 times, most recently from d3ff134 to 01a1a6d Compare December 8, 2022 15:58
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch 3 times, most recently from 5d5b494 to add4523 Compare January 9, 2023 17:35
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch from add4523 to 5b9438d Compare January 25, 2023 16:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch from 5b9438d to c29a5ab Compare February 1, 2023 21:49
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch 2 times, most recently from e1afba0 to 48ad54d Compare February 27, 2023 16:18
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch from 48ad54d to 43250ba Compare March 15, 2023 23:10
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch from 43250ba to 961d80c Compare April 10, 2023 22:15
Bumps [oracledb](https://github.com/oracle/node-oracledb) from 4.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@v4.2.0...v5.5.0)

---
updated-dependencies:
- dependency-name: oracledb
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/oracledb-5.5.0 branch from 961d80c to 7b7f4da Compare April 13, 2023 14:37
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 1, 2023

Superseded by #1080.

@dependabot dependabot bot closed this Jun 1, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oracledb-5.5.0 branch June 1, 2023 02:11
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.

None yet

0 participants