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 github.com/SAP/go-hdb from 0.108.1 to 0.111.2 #2596

Merged
merged 1 commit into from Dec 2, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 28, 2022

Bumps github.com/SAP/go-hdb from 0.108.1 to 0.111.2.

Changelog

Sourced from github.com/SAP/go-hdb's changelog.

Release Notes

Release 0.111

Release 0.111.2 (upgrade urgency: no need for upgrade)

  • Some source code cleanups

Release 0.111.1 (upgrade urgency: low)

  • Some minor fixes and source code cleanups

Release Notes

  • X509 authentication: check validity period of client certificates before connecting to database (incompatible change)

    added additional error return parameter to NewX509AuthConnector because of early X509 certificate and key validation

Release 0.110

Release 0.110.1 (upgrade urgency: no need for upgrade)

  • Added .reuse/dep5 to replace individual licence comments / files

Release Notes

  • Bulk operation (incompatible change)

    Due to 'historical' reasons go-hdb does support the following alternatives executing 'bulk' operations:

    • via query ("bulk insert ...")
    • via named arguments (Flush / NoFlush)
    • via 'many' supporting one and two dimensional slices, arrays
    • via extended parameter list with (len(args)%'#of paramerters' == 0
    • via function argument (func(args []any) error)

    As to the restrictions and redundancy comming with some of the options the first three are going to be set to deprecated and the latter two (extended arguments and function argument) are kept going forward. Until go-hdb release V1.0 would be available the deprecated options can be used further by switching on connector 'legacy mode'.

Release 0.109

Release 0.109.2 (upgrade urgency: high)

  • Fixed bulk function execute issue

Release 0.109.1 (upgrade urgency: no need for upgrade)

  • Some minor source code cleanups

... (truncated)

Commits

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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Nov 28, 2022
@atoulme
Copy link
Contributor

atoulme commented Nov 30, 2022

@dependabot rebase

Bumps [github.com/SAP/go-hdb](https://github.com/SAP/go-hdb) from 0.108.1 to 0.111.2.
- [Release notes](https://github.com/SAP/go-hdb/releases)
- [Changelog](https://github.com/SAP/go-hdb/blob/main/RELEASENOTES.md)
- [Commits](SAP/go-hdb@v0.108.1...v0.111.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/SAP/go-hdb-0.111.2 branch from 49eedaa to 32aabf6 Compare November 30, 2022 18:08
@atoulme atoulme merged commit 3814fca into main Dec 2, 2022
@atoulme atoulme deleted the dependabot/go_modules/github.com/SAP/go-hdb-0.111.2 branch December 2, 2022 17:22
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.

None yet

1 participant