Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 24, 2025

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

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.108.1 to 3.115.0

Release notes

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

v3.115.0

  • Added public package pkg/xtest with test helpers

Full Changelog: v3.114.1...v3.115.0

v3.114.1

  • Fixed depth for pkg/xerrors.WithStackTrace() error

Full Changelog: v3.114.0...v3.114.1

v3.114.0

  • Added public packages:
    • pkg/xerrors - helpers for wrap errors with stacktrace and join errors
    • pkg/xslices - helpers for work with slices
    • pkg/xstring - helpers for work with strings
  • Added table.Client.DescribeTable() helper method
  • Added table/types/IsNull() and table/types/Unwrap() methods for work with optional values

Full Changelog: v3.113.6...v3.114.0

v3.113.6

  • Removed experimental label from retry.DoWithResult and retry.DoTxWithResult

Full Changelog: v3.113.5...v3.113.6

v3.113.5

  • Fixed incorrect string conversion of Uint64Value values greater than int64 max value

Full Changelog: v3.113.4...v3.113.5

v3.113.4

  • Added original error to listValue and setValue cast error

Full Changelog: v3.113.3...v3.113.4

v3.113.3

  • Marked as non-retryable operation error ABORTED with internal issue 200509 ("Datashard program size limit exceeded")

Full Changelog: v3.113.2...v3.113.3

v3.113.2

  • Fixed panic in database/sql traces

Full Changelog: v3.113.1...v3.113.2

v3.113.1

  • Fixed several issues in database/sql error handling
  • Improved context management for query result streams.

Full Changelog: v3.113.0...v3.113.1

... (truncated)

Changelog

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

v3.115.0

  • Added public package pkg/xtest with test helpers

v3.114.1

  • Fixed depth for pkg/xerrors.WithStackTrace() error

v3.114.0

  • Added public packages:
    • pkg/xerrors - helpers for wrap errors with stacktrace and join errors
    • pkg/xslices - helpers for work with slices
    • pkg/xstring - helpers for work with strings
  • Added table.Client.DescribeTable() helper method
  • Added table/types/IsNull() and table/types/Unwrap() methods for work with optional values

v3.113.6

  • Removed experimental label from retry.DoWithResult and retry.DoTxWithResult

v3.113.5

  • Fixed incorrect string conversion of Uint64Value values greater than int64 max value

v3.113.4

  • Added original error to listValue and setValue cast error

v3.113.3

  • Marked as non-retryable operation error ABORTED with internal issue 200509 ("Datashard program size limit exceeded")

v3.113.2

  • Fixed panic in database/sql traces

v3.113.1

  • Fixed several issues in database/sql error handling
  • Improved context management for query result streams.

v3.113.0

  • Added experimental config.WithDisableOptimisticUnban option to disable fast node unban after pessimization
  • Fixed respect start offset from topicoptions.WithReaderGetPartitionStartOffset for commit messages
  • Added query.AllowImplicitSessions() option for execute queries through query.Client.{Exec,Query,QueryResultSet,QueryRow} without explicit sessions

v3.112.0

  • Added support for the json.Unmarshaler interface in the CastTo function for use in scanners, such as the ScanStruct method
  • Fixed the support of server-side session balancing in database/sql driver
  • Added ydb.WithDisableSessionBalancer() driver option for disable server-side session balancing on table and query clients

v3.111.3

  • Fixed session closing in ydb.WithExecuteDataQueryOverQueryClient(true) scenario

v3.111.2

  • Changed discovery and dns resolving log level to DEBUG

v3.111.1

... (truncated)

Commits

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 24, 2025
Bumps the gomod group with 1 update in the / directory: [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.108.1 to 3.115.0
- [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.108.1...v3.115.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/gomod-7f5f898f5e branch from 72c66e9 to 0f6536c Compare August 30, 2025 00:01
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