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

build(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.98.0 to 3.99.2 in the gomod group #896

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2025

Bumps the gomod group with 1 update: github.com/ydb-platform/ydb-go-sdk/v3.

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.98.0 to 3.99.2

Release notes

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's releases.

v3.99.2

  • Fixed panic when error returned from parsing sql params
  • Fixed explicit null dereferenced issue in internal/credentials/static.go (CWE-476)

Full Changelog: v3.99.1...v3.99.2

v3.99.1

  • Bumped dependencies:
    • golang.org/x/net from v0.23.0 to v0.33.0
    • golang.org/x/sync from v0.6.0 to v0.10.0
    • golang.org/x/sys from v0.18.0 to v0.28.0
    • golang.org/x/text from v0.14.0 to v0.21.0
    • github.com/golang-jwt/jwt/v4 from v4.4.1 to v4.5.0

Full Changelog: v3.99.0...v3.99.1

v3.99.0

  • Added ydb.WithExecuteDataQueryOverQueryClient(bool) option to execute data queries from table service client using query client API. Using this option you can execute queries from legacy table service client through table.Session.Execute using internal query client API without limitation of 1000 rows in response. Be careful: an OOM problem may happen because bigger result requires more memory

Full Changelog: v3.98.0...v3.99.0

Changelog

Sourced from github.com/ydb-platform/ydb-go-sdk/v3's changelog.

v3.99.2

  • Fixed panic when error returned from parsing sql params
  • Fixed explicit null dereferenced issue in internal/credentials/static.go (CWE-476)

v3.99.1

  • Bumped dependencies:
    • golang.org/x/net from v0.23.0 to v0.33.0
    • golang.org/x/sync from v0.6.0 to v0.10.0
    • golang.org/x/sys from v0.18.0 to v0.28.0
    • golang.org/x/text from v0.14.0 to v0.21.0
    • github.com/golang-jwt/jwt/v4 from v4.4.1 to v4.5.0

v3.99.0

  • Added ydb.WithExecuteDataQueryOverQueryClient(bool) option to execute data queries from table service client using query client API. Using this option you can execute queries from legacy table service client through table.Session.Execute using internal query client API without limitation of 1000 rows in response. Be careful: an OOM problem may happen because bigger result requires more memory
Commits
  • e241a4d Release v3.99.2
  • c26bf6e Merge pull request #1612 from 4el0ve4ek/fix-panic-bind-toValue
  • c3da7bc Merge branch 'master' into fix-panic-bind-toValue
  • 2dc4784 Merge pull request #1627 from ydb-platform/fix-1624
  • 3f8d0d0 fixed linter issues
  • 6ed777d fixed issue 'Explicit null dereferenced'
  • 4d947d7 Release v3.99.1
  • f2da81c Merge pull request #1622 from ydb-platform/asmyasnikov-patch-1
  • ea34437 Update CHANGELOG.md
  • fa7bffe Merge pull request #1621 from ydb-platform/jwt
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ydb-platform/ydb-go-sdk/v3 [>= 3.57.a, < 3.58]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the gomod group with 1 update: [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk).


Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.98.0 to 3.99.2
- [Release notes](https://github.com/ydb-platform/ydb-go-sdk/releases)
- [Changelog](https://github.com/ydb-platform/ydb-go-sdk/blob/master/CHANGELOG.md)
- [Commits](ydb-platform/ydb-go-sdk@v3.98.0...v3.99.2)

---
updated-dependencies:
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 1, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Feb 8, 2025

Looks like github.com/ydb-platform/ydb-go-sdk/v3 is updatable in another way, so this is no longer needed.

@dependabot dependabot bot closed this Feb 8, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/gomod-f4ec6832c9 branch February 8, 2025 00:24
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