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

gomod: bump github.com/godror/godror from 0.44.8 to 0.45.2 #1078

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 Nov 25, 2024

Bumps github.com/godror/godror from 0.44.8 to 0.45.2.

Changelog

Sourced from github.com/godror/godror's changelog.

[v0.45.2]

Added

  • NoRetry option to disable re-execution of a statement on ORA-04061, ORA-04065 or ORA-04068
  • WarningAsError option to return ORA-24344 as an error instead of skipping it
  • SetAttribute that sidesteps ORA-21602

Changed

  • Make CLOB written sizem mismatch only a warning.

[v0.45.0]

Added

  • Add cloexec subpackage for setting the connections to FD_CLOEXEC.
  • Export DPI_NATIVE_TYPE_* constants for Data.NativeType comparisons.

Changed

  • Require Go 1.20 (drop support for Go 1.19)
  • ODPI-C v5.4.0

[v0.44.0]

Added

  • Allow specifying Token authentication
  • PartialBatch option for SAVE EXCEPTIONS handling
  • Obey to context cancelation (as the documentation says), not just deadlines
  • add noBreakOnContextCancel option as a safety valve it the previous change cause SIGSEGV.

[v0.40.3]

Changed

  • Fix compilation regression with Go 1.19, caused by introducing log/slog.

[v0.40.2]

Changed

  • Fix performance issue of #301.

[v0.40.0]

Changed

  • ODPI-C v5.0.0

[v0.39.3]

Changed

  • Make resources' (last resort) Close with Finalizers opt-in with GuardWithFinalizers().
  • Remove string/Number interning, as it resulted higher memory usage.
  • Simplify DB time zone caching's key.

[v0.39.2]

Changed

  • simplify handleDeadline, hopefully eliminiate SIGSEGVs

[v0.39.1]

... (truncated)

Commits
  • 70f4a80 bump version
  • 5ce7a2a NoRetry option for ORA-04061, ORA-04065 and ORA-04068
  • 0378997 Return ORA-24344 as an error (optional)
  • 8962b3c Fix logger nil pointer reference
  • 4206888 SetAttribute: try to help with ROWID, without success
  • c3da50d ObjectType: fix FullName (let it include the package name, too)
  • 78c9093 Add SetAttribute helper function
  • 2c7d8bb Object: use Bytes for large NUMBER attributes
  • 60e514b Object.SetAttribute: print dpiObjectAttrInfo.typeInfo on error, too
  • 0ced6d7 Don't even check the length of a CLOB
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

This change is Reviewable

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 25, 2024
@Jeremyyang920
Copy link

@dependabot rebase

Bumps [github.com/godror/godror](https://github.com/godror/godror) from 0.44.8 to 0.45.2.
- [Changelog](https://github.com/godror/godror/blob/main/CHANGELOG.md)
- [Commits](godror/godror@v0.44.8...v0.45.2)

---
updated-dependencies:
- dependency-name: github.com/godror/godror
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/godror/godror-0.45.2 branch from a7e409d to 66c2628 Compare November 26, 2024 21:02
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 go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant