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.3 #5630

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 12, 2023

Bumps oracledb from 5.5.0 to 6.0.3.

Release notes

Sourced from oracledb's releases.

node-oracledb v6.0.3 Release Notes

node-oracledb v6.0.3 is available. See the CHANGELOG for details. This release contains bug fixes for the previous 6.0.x 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.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
  • c136a73 Final update for v6.0.3 release
  • 280ceae v6.0.3 release
  • eadafe2 Finalize release notes for 6.0.3 release
  • 0fdb00e Update error message for unsupported protocol in Thin mode
  • cc17925 Update test cases and release notes
  • f144a60 Improve diagnosability of internal errors with more network packet information
  • bd5e515 Use the value set in oracledb.connectionClass as soon as the pool is created ...
  • fb508f9 Give a proper error when an unsupported protocol is used for connection in Th...
  • bcc04fe Remove unused network buffer
  • bae7dd1 Fixed bug that throws the NJS-111 internal error, on the second SELECT call i...
  • 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.3.
- [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.3)

---
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 Jul 12, 2023
@coveralls
Copy link

Coverage Status

coverage: 92.797%. remained the same when pulling a0c45a6 on dependabot/npm_and_yarn/oracledb-6.0.3 into a37f4f1 on master.

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 31, 2023

Superseded by #5675.

@dependabot dependabot bot closed this Aug 31, 2023
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/oracledb-6.0.3 branch August 31, 2023 09:38
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