Skip to content

chore(deps): bump the all group across 1 directory with 3 updates#20

Merged
k-matsuzawa merged 1 commit into
mainfrom
dependabot/go_modules/all-6a0e1b62f1
May 10, 2026
Merged

chore(deps): bump the all group across 1 directory with 3 updates#20
k-matsuzawa merged 1 commit into
mainfrom
dependabot/go_modules/all-6a0e1b62f1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 10, 2026

Bumps the all group with 3 updates in the / directory: github.com/ClickHouse/clickhouse-go/v2, github.com/microsoft/go-mssqldb and github.com/ydb-platform/ydb-go-sdk/v3.

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

Release notes

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

v2.46.0

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

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

Changelog

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

v2.46.0, 2026-05-03

What's Changed

Enhancements 🎉

Bug Fixes 🐛

Other Changes 🛠

New Contributors

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

Commits
  • 13b74cb Update release notes
  • 0cc2430 Merge pull request #1850 from ClickHouse/kavirajk/fix-nullable-json-string-bug
  • 1d36846 chore: comments and test protocol coverage
  • 48d0c93 chore: avoid double write on mix slice
  • 5ad2286 chore: make the toJSONString() version agnostic
  • 5edb3f2 chore: fix the correct untyped/untyped nil check
  • dc371a4 fix: add integrations tests on real server
  • e999170 fix: subtle case of []*string{nil} behavior
  • ec231cd Update lib/column/json.go
  • 9257940 Update lib/column/json_test.go
  • Additional commits viewable in compare view

Updates github.com/microsoft/go-mssqldb from 1.9.8 to 1.10.0

Release notes

Sourced from github.com/microsoft/go-mssqldb's releases.

v1.10.0

1.10.0 (2026-04-25)

Features

  • add devcontainer for VS Code and GitHub Codespaces (#317) (b55beeb)
  • add FailoverPartnerSPN connection string parameter (#327) (ea77c2e)
  • add NewConnectorWithProcessQueryText for mssql driver compatibility (#341) (2be611f)
  • add nullable civil types for date/time parameters (#325) (c10fa99)

Bug Fixes

  • allow named pipe protocol support for ARM64 Windows (#232) (a82c058)
  • configure release-please with PAT and correct component mapping (#349) (23bac05)
  • detect server-aborted transactions to prevent silent auto-commit (XACT_ABORT) (#370) (586ea53)
  • expose TrustServerCertificate in msdsn.Config and URL round-trip (#312) (9937cfe)
  • handle COLINFO (0xA5) and TABNAME (0xA4) TDS tokens returned by tables with triggers (#343) (7c905ad)
  • implement driver.DriverContext interface (#365) (1b610a0), closes #236
  • make readCancelConfirmation respect context cancellation (#359) (65e137f)
  • replace broken AppVeyor badge with GitHub Actions badge (#334) (d3429f5)
  • return interface{} scanType for sql_variant instead of nil (#362) (296a83a), closes #186
  • sanitize credentials from connection string parsing errors (#319) (93f5ef0)
  • surface server errors from Rows.Close() during token drain (#361) (ea69792), closes #244
Changelog

Sourced from github.com/microsoft/go-mssqldb's changelog.

1.10.0 (2026-04-25)

Features

  • add devcontainer for VS Code and GitHub Codespaces (#317) (b55beeb)
  • add FailoverPartnerSPN connection string parameter (#327) (ea77c2e)
  • add NewConnectorWithProcessQueryText for mssql driver compatibility (#341) (2be611f)
  • add nullable civil types for date/time parameters (#325) (c10fa99)

Bug Fixes

  • allow named pipe protocol support for ARM64 Windows (#232) (a82c058)
  • configure release-please with PAT and correct component mapping (#349) (23bac05)
  • detect server-aborted transactions to prevent silent auto-commit (XACT_ABORT) (#370) (586ea53)
  • expose TrustServerCertificate in msdsn.Config and URL round-trip (#312) (9937cfe)
  • handle COLINFO (0xA5) and TABNAME (0xA4) TDS tokens returned by tables with triggers (#343) (7c905ad)
  • implement driver.DriverContext interface (#365) (1b610a0), closes #236
  • make readCancelConfirmation respect context cancellation (#359) (65e137f)
  • replace broken AppVeyor badge with GitHub Actions badge (#334) (d3429f5)
  • return interface{} scanType for sql_variant instead of nil (#362) (296a83a), closes #186
  • sanitize credentials from connection string parsing errors (#319) (93f5ef0)
  • surface server errors from Rows.Close() during token drain (#361) (ea69792), closes #244

1.9.6

Features

  • Added new serverCertificate connection parameter for byte-for-byte certificate validation, matching Microsoft.Data.SqlClient behavior. This parameter skips hostname validation, chain validation, and expiry checks, only verifying that the server's certificate exactly matches the provided file. This is useful when the server's hostname doesn't match the certificate CN/SAN. (#304)
  • The existing certificate parameter maintains backward compatibility with traditional X.509 chain validation including hostname checks, expiry validation, and chain-of-trust verification.
  • serverCertificate cannot be used with certificate or hostnameincertificate parameters to prevent conflicting validation methods.

1.9.3

Bug fixes

  • Fix parsing of ADO connection strings with double-quoted values containing semicolons (#282)

1.9.2

Bug fixes

  • Fix race condition in message queue query model (#277)

1.9.1

Bug fixes

  • Fix bulk insert failure with datetime values near midnight due to day overflow (#271)

... (truncated)

Commits
  • f92e6f0 chore(main): release 1.10.0 (#351)
  • 03094d0 ci: add least-privilege permissions and pin actions to SHA (#354)
  • 65e137f fix: make readCancelConfirmation respect context cancellation (#359)
  • c10fa99 feat: add nullable civil types for date/time parameters (#325)
  • 9937cfe fix: expose TrustServerCertificate in msdsn.Config and URL round-trip (#312)
  • 429c61d chore(deps): bump googleapis/release-please-action from 4.4.1 to 5.0.0 in the...
  • ea77c2e feat: add FailoverPartnerSPN connection string parameter (#327)
  • 04d26c2 ci: add devcontainer build validation workflow (#355)
  • b55beeb feat: add devcontainer for VS Code and GitHub Codespaces (#317)
  • 586ea53 fix: detect server-aborted transactions to prevent silent auto-commit (XACT_A...
  • Additional commits viewable in compare view

Updates github.com/ydb-platform/ydb-go-sdk/v3 from 3.135.0 to 3.135.14

Release notes

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

v3.135.14

  • Adjusted gRPC client-stream error wrapping to improve topic writer reconnect behavior, ensuring stream teardown races don’t cause server-side gRPC cancellations to be misclassified as purely local context cancellations.

Full Changelog: v3.135.13...v3.135.14

v3.135.13

  • Optimized the internal/stack.FunctionID for decreased allocations and CPU usage

Full Changelog: v3.135.12...v3.135.13

v3.135.12

  • Optimized the internal/meta.TraceID generation of x-ydb-trace-id gRPC header

Full Changelog: v3.135.11...v3.135.12

v3.135.11

  • The trace.DatabaseSQLConnExecStartInfo.IdleTime and trace.DatabaseSQLConnQueryStartInfo.IdleTime fields have been marked as deprecated and will always be zero from now.
  • Default connection last usage tracking has been changed to "no tracking", with real-time tracking enabled only if a connection's time-to-live (TTL) has been defined.
  • lastUsage.Start() has been optimized to replace the sync.OnceFunc approach with an atomic.Bool-based one, reducing heap allocations for each query start.
  • Optimized io.EOF handling in QueryService result iteration by returning io.EOF directly instead of wrapping it with xerrors.WithStackTrace, reducing per-query allocations

Full Changelog: v3.135.10...v3.135.11

v3.135.10

  • Fixed the SDK's database/sql driver to consistently map session-invalidating YDB errors to driver.ErrBadConn where possible, so database/sql can detect and discard bad connections

Full Changelog: v3.135.9...v3.135.10

v3.135.9

  • Implemented driver.Validator on the SDK's database/sql driver connection so that database/sql discards invalidated sessions before reusing connections from its pool
  • Fixed query.Session.Begin to return BAD_SESSION immediately for dead lazy-tx sessions instead of silently creating a transaction that would fail on the next server call
  • Fixed Rollback to signal driver.ErrBadConn to database/sql when the session is no longer alive after a rollback, ensuring the dead connection is discarded

Full Changelog: v3.135.8...v3.135.9

v3.135.8

  • Fixed a race condition in the session pool where canceling a caller's context while a creation goroutine was still running could allow the pool to exceed its size limit

Full Changelog: v3.135.7...v3.135.8

v3.135.7

  • Fixed transport/ResourceExhausted errors with description "trying to send message larger than max" or "received message larger than max" to be treated as non-retryable, so callers get an immediate error instead of repeated retries that cannot succeed

Full Changelog: v3.135.6...v3.135.7

v3.135.6

  • Added logging for YQL compiler warnings returned via trace.DriverConnInvokeDoneInfo.Issues so they become visible in SDK logs (including when trace.DetailsAll is enabled), instead of being silently dropped.

Full Changelog: v3.135.5...v3.135.6

... (truncated)

Changelog

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

v3.135.14

  • Adjusted gRPC client-stream error wrapping to improve topic writer reconnect behavior, ensuring stream teardown races don’t cause server-side gRPC cancellations to be misclassified as purely local context cancellations.

v3.135.13

  • Optimized the internal/stack.FunctionID for decreased allocations and CPU usage

v3.135.12

  • Optimized the internal/meta.TraceID generation of x-ydb-trace-id gRPC header

v3.135.11

  • The trace.DatabaseSQLConnExecStartInfo.IdleTime and trace.DatabaseSQLConnQueryStartInfo.IdleTime fields have been marked as deprecated and will always be zero from now.
  • Default connection last usage tracking has been changed to "no tracking", with real-time tracking enabled only if a connection's time-to-live (TTL) has been defined.
  • lastUsage.Start() has been optimized to replace the sync.OnceFunc approach with an atomic.Bool-based one, reducing heap allocations for each query start.
  • Optimized io.EOF handling in QueryService result iteration by returning io.EOF directly instead of wrapping it with xerrors.WithStackTrace, reducing per-query allocations

v3.135.10

  • Fixed the SDK's database/sql driver to consistently map session-invalidating YDB errors to driver.ErrBadConn where possible, so database/sql can detect and discard bad connections

v3.135.9

  • Implemented driver.Validator on the SDK's database/sql driver connection so that database/sql discards invalidated sessions before reusing connections from its pool
  • Fixed query.Session.Begin to return BAD_SESSION immediately for dead lazy-tx sessions instead of silently creating a transaction that would fail on the next server call
  • Fixed Rollback to signal driver.ErrBadConn to database/sql when the session is no longer alive after a rollback, ensuring the dead connection is discarded

v3.135.8

  • Fixed a race condition in the session pool where canceling a caller's context while a creation goroutine was still running could allow the pool to exceed its size limit

v3.135.7

  • Fixed transport/ResourceExhausted errors with description "trying to send message larger than max" or "received message larger than max" to be treated as non-retryable, so callers get an immediate error instead of repeated retries that cannot succeed

v3.135.6

  • Added logging for YQL compiler warnings returned via trace.DriverConnInvokeDoneInfo.Issues so they become visible in SDK logs (including when trace.DetailsAll is enabled), instead of being silently dropped.

v3.135.5

  • Fixed transactional topic writers with lazy query transactions (query.WithLazyTx(true))

v3.135.4

  • Fixed query Execute/Query sometimes returning context.Canceled instead of retrying when the session was closed while the gRPC stream was still valid, by using the stream-scoped context when creating the result reader

v3.135.3

  • Fixed gRPC stream operations (CloseSend, SendMsg, RecvMsg) to check the stream context directly instead of inspecting the error type, so errors from a cancelled stream are no longer misclassified as transport errors

v3.135.2

  • Fixed closing idle sessions from the session pool when the Close context is already cancelled

v3.135.1

  • Fixed database/sql query service transactions to map connection-related errors to driver.ErrBadConn (begin, commit, rollback, exec, and query) so the pool can discard bad connections
Commits

@k-matsuzawa
Copy link
Copy Markdown
Contributor

@dependabot rebase

Bumps the all group with 3 updates in the / directory: [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go), [github.com/microsoft/go-mssqldb](https://github.com/microsoft/go-mssqldb) 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.45.0 to 2.46.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.45.0...v2.46.0)

Updates `github.com/microsoft/go-mssqldb` from 1.9.8 to 1.10.0
- [Release notes](https://github.com/microsoft/go-mssqldb/releases)
- [Changelog](https://github.com/microsoft/go-mssqldb/blob/main/CHANGELOG.md)
- [Commits](microsoft/go-mssqldb@v1.9.8...v1.10.0)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.135.0 to 3.135.14
- [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.135.0...v3.135.14)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.46.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.10.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.135.11
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump the all group with 3 updates chore(deps): bump the all group across 1 directory with 3 updates May 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/all-6a0e1b62f1 branch from 9c099f2 to d73b63a Compare May 10, 2026 23:45
@k-matsuzawa k-matsuzawa merged commit 9ceeb91 into main May 10, 2026
1 check passed
@k-matsuzawa k-matsuzawa deleted the dependabot/go_modules/all-6a0e1b62f1 branch May 10, 2026 23:52
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