Skip to content

chore(deps): bump the all group with 2 updates#35

Merged
k-matsuzawa merged 1 commit into
mainfrom
dependabot/go_modules/all-b5e492d6e3
Jul 6, 2026
Merged

chore(deps): bump the all group with 2 updates#35
k-matsuzawa merged 1 commit into
mainfrom
dependabot/go_modules/all-b5e492d6e3

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 5, 2026

Copy link
Copy Markdown
Contributor

Bumps the all group with 2 updates: github.com/ClickHouse/clickhouse-go/v2 and github.com/ydb-platform/ydb-go-sdk/v3.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.46.0 to 2.47.0

Release notes

Sourced from github.com/ClickHouse/clickhouse-go/v2's releases.

v2.47.0

What's Changed

Improvements 🚀

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.46.0...v2.47.0

Changelog

Sourced from github.com/ClickHouse/clickhouse-go/v2's changelog.

v2.47.0, 2026-06-26

What's Changed

Improvements 🚀

Bug fixes 🐛

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.46.0...v2.47.0

Commits
  • f0b8c6a Update release notes
  • d24190d Merge pull request #1890 from ClickHouse/kavirajk/remove-contributors-inmemory
  • 9c7c77d chore: upgrade ch-go
  • 73e8c5a chore: remove in-memory contributors list
  • f27da54 Merge pull request #1889 from ClickHouse/kavirajk/flaky-test-fixes
  • d12b57c chore: make cloud tests max_parallel=1
  • 77499dc chore: increase test timeout as it is heavy now
  • 95d99bb chore: make parallel tests with Go version matrix
  • 076b7e7 chore: add transient retry for Code: 242 errors
  • 06cf1bf chor: fix flaky assert on active server connection
  • Additional commits viewable in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.141.1 to 3.143.0

Release notes

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

v3.143.0

  • Added experimental helper sugar.NewKVClientBuilder(ctx, db) to use YDB with Redis-like commands: Get, Set, Del and Keys.

Full Changelog: v3.142.0...v3.143.0

v3.142.0

  • Removed intermediate bytes.Buffer allocation in topic message decoding: MultiDecoder.Decode now returns a streaming reader that releases the underlying decoder back to the pool on EOF/Close, instead of buffering the whole decoded payload into memory before returning.
  • Fixed CodecRaw decoder pooling resettable inputs: when a caller passed an io.Reader that happened to implement PublicResettableReader, the raw codec previously stored it in its decoder pool and Reset() it on subsequent reads, hijacking caller-owned reader state. The raw codec no longer maintains a pool.
  • Added public package github.com/ydb-platform/ydb-go-sdk/v3/types and marked all public API in github.com/ydb-platform/ydb-go-sdk/v3/table/types as deprecated
  • Propagated the call-level trace.Query in db.Query().{Do,DoTx}(..., query.WithTrace(&tracer))

Full Changelog: v3.141.3...v3.142.0

v3.141.3

  • Deprecated query.WithConcurrentResultSets: the option is now a no-op; Client.Query always enables concurrent result sets internally because it materializes the full response. Session, transaction, and other streaming paths always send concurrent_result_sets=false

Full Changelog: v3.141.2...v3.141.3

v3.141.2

  • Option table.WithIdempotent() allowed single optional bool argument now

Full Changelog: v3.141.1...v3.141.2

Changelog

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

v3.143.0

  • Added experimental helper sugar.NewKVClientBuilder(ctx, db) to use YDB with Redis-like commands: Get, Set, Del and Keys.

v3.142.0

  • Removed intermediate bytes.Buffer allocation in topic message decoding: MultiDecoder.Decode now returns a streaming reader that releases the underlying decoder back to the pool on EOF/Close, instead of buffering the whole decoded payload into memory before returning.
  • Fixed CodecRaw decoder pooling resettable inputs: when a caller passed an io.Reader that happened to implement PublicResettableReader, the raw codec previously stored it in its decoder pool and Reset() it on subsequent reads, hijacking caller-owned reader state. The raw codec no longer maintains a pool.
  • Added public package github.com/ydb-platform/ydb-go-sdk/v3/types and marked all public API in github.com/ydb-platform/ydb-go-sdk/v3/table/types as deprecated
  • Propagated the call-level trace.Query in db.Query().{Do,DoTx}(..., query.WithTrace(&tracer))

v3.141.3

  • Deprecated query.WithConcurrentResultSets: the option is now a no-op; Client.Query always enables concurrent result sets internally because it materializes the full response. Session, transaction, and other streaming paths always send concurrent_result_sets=false

v3.141.2

  • Option table.WithIdempotent() allowed single optional bool argument now
Commits
  • 291e139 Release v3.143.0
  • 9dda75f Added sugar.NewKV and redis-like example (#2094)
  • 49df890 Release v3.142.0
  • 14e2f13 fix(topic): do not create buffer for decoded message (#2096)
  • 419b93a * Added public package github.com/ydb-platform/ydb-go-sdk/v3/types and mark...
  • 4cb04f4 fix(query): propagate call-level trace in Do and DoTx (#2219)
  • d7faa14 Fixed concurency => concurRency (#2212)
  • aae77ba Release v3.141.3
  • 3810a99 Deprecate WithConcurrentResultSets and always enable it in Query (#2216)
  • b28f00b Release v3.141.2
  • Additional commits viewable in compare view

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 <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 all group with 2 updates: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) and [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.46.0 to 2.47.0
- [Release notes](https://github.com/ClickHouse/clickhouse-go/releases)
- [Changelog](https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md)
- [Commits](ClickHouse/clickhouse-go@v2.46.0...v2.47.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.141.1 to 3.143.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.141.1...v3.143.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.47.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-version: 3.143.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@k-matsuzawa k-matsuzawa merged commit f4aaee5 into main Jul 6, 2026
1 check passed
@k-matsuzawa k-matsuzawa deleted the dependabot/go_modules/all-b5e492d6e3 branch July 6, 2026 00:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant