Skip to content

chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.108.1 to 3.134.2 in /backend#143

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/github.com/ydb-platform/ydb-go-sdk/v3-3.134.2
Open

chore(deps): bump github.com/ydb-platform/ydb-go-sdk/v3 from 3.108.1 to 3.134.2 in /backend#143
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/backend/github.com/ydb-platform/ydb-go-sdk/v3-3.134.2

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Apr 30, 2026

Copy link
Copy Markdown
Contributor

Bumps github.com/ydb-platform/ydb-go-sdk/v3 from 3.108.1 to 3.134.2.

Release notes

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

v3.134.2

  • Fixed table.Session.Execute ignoring options.WithCommit() so transactions were not committed when the option was passed

Full Changelog: v3.134.1...v3.134.2

v3.134.1

  • Changed multi-partition topic writer (topicoptions.WithWriteToManyPartitions) so Write and Flush block until internal initialization completes, consistent with single-partition writers

Full Changelog: v3.134.0...v3.134.1

v3.134.0

  • Fixed sugar.RemoveRecursive() for directories containing external data sources or external tables
  • Added table.DescribeExternalDataSource() and table.DescribeExternalTable() methods for describing external data sources and external tables

Full Changelog: v3.133.1...v3.134.0

v3.133.1

  • Added TopicListener.ReadSessionID() getter

Full Changelog: v3.133.0...v3.133.1

v3.133.0

  • Added ydb.WithIssuesHandler context option for surfacing YDB QueryService issues to database/sql callers

Full Changelog: v3.132.0...v3.133.0

v3.132.0

  • Added topic.Client.CommitOffset() method for committing a consumer offset without an active read session
  • Added topicreader.Reader.ReadSessionID() method for obtaining the current read session identifier

Full Changelog: v3.131.0...v3.132.0

v3.131.0

  • Added ydb.WithStatsModeBasic, ydb.WithStatsModeFull, ydb.WithStatsModeProfile context options for collecting query statistics via database/sql

Full Changelog: v3.130.0...v3.131.0

v3.130.0

  • Changed default for database/sql driver from TABLE service to QUERY service
  • Added __ydb_partition_key metadata key to messages for topic writer to store the key used to choose the partition

Full Changelog: v3.129.0...v3.130.0

v3.129.0

  • Added config.WithBuildInfo option to append child frameworks to x-ydb-sdk-build-info header for all API requests
  • Automatically added (if used) database/sql framework to x-ydb-sdk-build-info header

Full Changelog: v3.128.4...v3.129.0

v3.128.4

... (truncated)

Changelog

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

v3.134.2

  • Fixed table.Session.Execute ignoring options.WithCommit() so transactions were not committed when the option was passed

v3.134.1

  • Changed multi-partition topic writer (topicoptions.WithWriteToManyPartitions) so Write and Flush block until internal initialization completes, consistent with single-partition writers

v3.134.0

  • Fixed sugar.RemoveRecursive() for directories containing external data sources or external tables
  • Added table.DescribeExternalDataSource() and table.DescribeExternalTable() methods for describing external data sources and external tables

v3.133.1

  • Added TopicListener.ReadSessionID() getter

v3.133.0

  • Added ydb.WithIssuesHandler context option for surfacing YDB QueryService issues to database/sql callers

v3.132.0

  • Added topic.Client.CommitOffset() method for committing a consumer offset without an active read session
  • Added topicreader.Reader.ReadSessionID() method for obtaining the current read session identifier

v3.131.0

  • Added ydb.WithStatsModeBasic, ydb.WithStatsModeFull, ydb.WithStatsModeProfile context options for collecting query statistics via database/sql

v3.130.0

  • Changed default for database/sql driver from TABLE service to QUERY service
  • Added __ydb_partition_key metadata key to messages for topic writer to store the key used to choose the partition

v3.129.0

  • Added config.WithBuildInfo option to append child frameworks to x-ydb-sdk-build-info header for all API requests
  • Automatically added (if used) database/sql framework to x-ydb-sdk-build-info header

v3.128.4

  • Fixed panic when topic writer is closed unexpectedly

v3.128.3

  • Fixed panic and unsupported type error when passing a nil pointer to a json.Marshaler-implementing type as a database/sql query parameter (toType now handles json.Marshaler and returns types.JSON, matching the existing toValue behaviour)
  • Supported pool of decoders, which implement ResettableReader interface

v3.128.2

  • Downgraded direct dependency google.golang.org/grpc to v1.78.0

v3.128.1

  • Fixed go_query_mode / query_mode DSN parameters for table-backed modes (data, scan, scheme, scripting) to select the TABLE processor so the default query mode applies
  • Fixed a bug where the topic writer was not able to resend messages when the partition was split

v3.128.0

  • New options for topicwriter:
    • WithProducerIDPrefix
    • WithPartitioningKeyHasher
    • WithPartitionChooserStrategy

... (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 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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) from 3.108.1 to 3.134.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.108.1...v3.134.2)

---
updated-dependencies:
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-version: 3.134.2
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Apr 30, 2026
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.

0 participants