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 the gomod group across 1 directory with 2 updates #907

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the gomod group with 2 updates in the / directory: github.com/ydb-platform/ydb-go-sdk/v3 and golang.org/x/sync.

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

Release notes

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

v3.99.7

  • Fixed not passing request context to topic event logs
  • Fixed deadlock on closing table session with internal query session core

Full Changelog: v3.99.6...v3.99.7

v3.99.6

  • Added log grpc messages metadata on trace log level for topic writer

Full Changelog: v3.99.5...v3.99.6

v3.99.5

  • Fixed error Empty query text using prepared statements and ydb.WithExecuteDataQueryOverQueryClient(true) option
  • Prepared statements always send query text on Execute call from now (previous behaviour - send query ID)
  • Prevented create decoder instance until start read a message from topics

Full Changelog: v3.99.4...v3.99.5

v3.99.4

  • Fixed bug with wrong context on session closing
  • Fixed goroutine leak on closing database/sql driver
  • "No endpoints" is retriable error now

Full Changelog: v3.99.3...v3.99.4

v3.99.3

  • Fixed potential infinity loop for local dc detection (CWE-835)
  • Fixed nil pointer dereferenced in a topic listener (CWE-476)

Full Changelog: v3.99.2...v3.99.3

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

... (truncated)

Changelog

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

v3.99.7

  • Fixed not passing request context to topic event logs
  • Fixed deadlock on closing table session with internal query session core

v3.99.6

  • Added log grpc messages metadata on trace log level for topic writer

v3.99.5

  • Fixed error Empty query text using prepared statements and ydb.WithExecuteDataQueryOverQueryClient(true) option
  • Prepared statements always send query text on Execute call from now (previous behaviour - send query ID)
  • Prevented create decoder instance until start read a message from topics

v3.99.4

  • Fixed bug with wrong context on session closing
  • Fixed goroutine leak on closing database/sql driver
  • "No endpoints" is retriable error now

v3.99.3

  • Fixed potential infinity loop for local dc detection (CWE-835)
  • Fixed nil pointer dereferenced in a topic listener (CWE-476)

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
  • e5c21a8 Release v3.99.7
  • 92a21f9 Merge pull request #1639 from ydb-platform/fix-deadlock
  • bb8ac93 * Fixed deadlock on closing table session with internal query session core
  • 48c437b Merge pull request #1637 from ydb-platform/topic-log-ctx-fix
  • af47f83 Pass context to topic event logs where available
  • d1e1624 Release v3.99.6
  • 68d4894 Merge pull request #1638 Added log grpc messages metadata on trace log level ...
  • c66c90a small fixes
  • 569e38a Added log grpc messages metadata on trace log level for topic writer
  • 7ec7b21 Release v3.99.5
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.10.0 to 0.11.0

Commits
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff 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 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 2 updates in the / directory: [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) and [golang.org/x/sync](https://github.com/golang/sync).


Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.98.0 to 3.99.7
- [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.7)

Updates `golang.org/x/sync` from 0.10.0 to 0.11.0
- [Commits](golang/sync@v0.10.0...v0.11.0)

---
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
- dependency-name: golang.org/x/sync
  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 8, 2025
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