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

Bump oracledb from 5.5.0 to 6.0.2 #5613

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 28, 2023

Bumps oracledb from 5.5.0 to 6.0.2.

Release notes

Sourced from oracledb's releases.

node-oracledb v6.0.2 Release Notes

node-oracledb v6.0.2 is available. See the CHANGELOG for details. This release contains bug fixes for the 6.0.0 and 6.0.1 releases, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

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

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

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

node-oracledb v6.0.1 Release Notes

node-oracledb v6.0.1 is available. See the CHANGELOG for details. This release contains bug fixes for the 6.0.0 release, including the patches provided for the issues raised by our users. Thank you for reporting the issues promptly!

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

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

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

node-oracledb v6.0.0 Release Notes

node-oracledb v6.0.0 is available. See the release announcement and release notes.

This version of node-oracledb is now a ‘Thin’ mode driver by default. The Thin mode is implemented purely in JavaScript and connects directly to Oracle Database. You can also enable a ‘Thick’ mode that will allow the optional use of Oracle client libraries with some additional functionality.

Install with npm install oracledb.

Commits
  • 05c11ce Bump up to 6.0.2 release
  • 740588f Add support for multiple tns aliases in tnsnames.ora
  • d7bcbe9 Code cleanup and update of release notes for 6.0.2 release
  • 5298350 Fix for Issue #1571 - bug with getting the value of a LOB stored in a DbObject
  • 9617b45 Test improvements
  • 8377cca Fixed bug when connecting to databses using older 11g password verifiers
  • f7b336d Fix for Issue #1576 to fetch data correctly when a chunk spans multiple packets
  • f8f7da7 Internal network code cleanup
  • b0770ef Fix for Issue #1573 - Handle large number of outbinds
  • de953ce Updated deobfuscation logic for pool credentials to improve performance
  • Additional commits viewable in compare view
Maintainer changes

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


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.5.0 to 6.0.2.
- [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.5.0...v6.0.2)

---
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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jun 28, 2023
@coveralls
Copy link

Coverage Status

coverage: 92.774%. remained the same when pulling d5dcb41 on dependabot/npm_and_yarn/oracledb-6.0.2 into 2ed6988 on master.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 12, 2023

Superseded by #5630.

@dependabot dependabot bot closed this Jul 12, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oracledb-6.0.2 branch July 12, 2023 20:45
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

1 participant