10000 build(deps): bump the gomod group across 1 directory with 5 updates by dependabot[bot] · Pull Request #963 · pressly/goose · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

build(deps): bump the gomod group across 1 directory with 5 updates #963

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

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 Jun 28, 2025

Bumps the gomod group with 4 updates in the / directory: github.com/ClickHouse/clickhouse-go/v2, github.com/microsoft/go-mssqldb, github.com/ydb-platform/ydb-go-sdk/v3 and modernc.org/sqlite.

Updates github.com/ClickHouse/clickhouse-go/v2 from 2.35.0 to 2.37.2

Release notes

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

v2.37.2

What's Changed

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.37.1...v2.37.2

v2.37.1

What's Changed

Bug fixes 🐛

  • Fix Native API HTTP bugs by @​SpencerTorres in ClickHouse/clickhouse-go#1578
  • Fixed critical bug with the new HTTP Native API where connections were not being released.
  • Also fixed random HTTP 400 errors with large batches over HTTP

Full Changelog: ClickHouse/clickhouse-go@v2.37.0...v2.37.1

v2.37.0

What's Changed

Enhancements 🎉

Bug fixes 🐛

HTTP in ClickHouse API

This release includes a bug fix / enhancement for the "ClickHouse API" interface. Previously the only way to use HTTP was through the database/sql interface, but now you can use Protocol: clickhouse.HTTP in your clickhouse.Open options. HTTP still has some limitations to be aware of for things like batch flushing and session context, so be cautious when switching over code to this protocol. Please report any issues you may have with this change. Native protocol shouldn't be affected, but you can downgrade to v2.36.x if you notice any issues.

New Contributors

... (truncated)

Changelog

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

v2.37.2, 2025-06-23

What's Changed

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.37.1...v2.37.2

v2.37.1, 2025-06-17

What's Changed

Bug fixes 🐛

  • Fix Native API HTTP bugs by @​SpencerTorres in ClickHouse/clickhouse-go#1578
  • Fixed critical bug with the new HTTP Native API where connections were not being released.
  • Also fixed random HTTP 400 errors with large batches over HTTP

Full Changelog: ClickHouse/clickhouse-go@v2.37.0...v2.37.1

v2.37.0, 2025-06-16

What's Changed

Enhancements 🎉

Bug fixes 🐛

HTTP in ClickHouse API

This release includes a bug fix / enhancement for the "ClickHouse API" interface. Previously the only way to use HTTP was through the database/sql interface, but now you can use Protocol: clickhouse.HTTP in your clickhouse.Open options. HTTP still has some limitations to be aware of for things like batch flushing and session context, so be cautious when switching over code to this protocol. Please report any issues you may have with this change. Native protocol shouldn't be affected, but you can downgrade to v2.36.x if you notice any issues.

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.36.0...v2.37.0

v2.36.0, 2025-06-03

... (truncated)

Commits
  • f10d0ba Update release notes
  • c19b7fd Merge pull request #1580 from ClickHouse/ch_go_patch_remove_v1
  • 665c8f0 remove dependency on v1, update ch-go
  • a27396f Update release notes
  • f5cc0a8 Merge pull request #1578 from ClickHouse/fix_http_400
  • bf82c41 Update HTTP datetime tests, err messages
  • 50fc79a http query debug
  • 746c65a stress test http batch
  • 477c7b6 remove empty block from being encoded in batch
  • 277a485 revert proto revision header
  • Additional commits viewable in compare view

Updates github.com/microsoft/go-mssqldb from 1.8.0 to 1.9.1

Release notes

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

v1.8.2

What's Changed

New Contributors

Full Changelog: microsoft/go-mssqldb@v1.8.1...v1.8.2

Changelog

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

Changelog

1.8.2

Bug fixes

  • Added "Pwd" as a recognized alias for "Password" in connection strings (#262)
  • Updated isProc to detect more keywords

1.7.0

Changed

  • Changed always encrypted key provider error handling not to panic on failure

Features

  • Support DER certificates for server authentication (#152)

Bug fixes

  • Improved speed of CharsetToUTF8 (#154)

1.7.0

Changed

  • krb5 authenticator supports standard Kerberos environment variables for configuration

1.6.0

Changed

  • Go.mod updated to Go 1.17
  • Azure SDK for Go dependencies updated

Features

  • Added ActiveDirectoryAzCli and ActiveDirectoryDeviceCode authentication types to azuread package
  • Always Encrypted encryption and decryption with 2 hour key cache (#116)
  • 'pfx', 'MSSQL_CERTIFICATE_STORE', and 'AZURE_KEY_VAULT' encryption key providers
  • TDS8 can now be used for connections by setting encrypt="strict"

1.5.0

Features

Bug fixes

  • Handle extended character in SQL instance names for browser lookup (#122)

... (truncated)

Commits
  • e798eb7 updating version (oops) (#275)
  • 59e2032 fix build breaks (#274)
  • 5356bbc feat: support configuring custom time.Location for datetime encoding and deco...
  • 116a21e Fix bulk insert failure with datetime values near midnight due to day overflo...
  • 418c250 fix stuck message queue (#273)
  • 48e8e0a Fix: apply guidConversion option in TestBulkcopy (#255)
  • 696c95e feat: Implement support for the latest Azure credential types in the azuread ...
  • d3c6336 Parse does not recognize Pwd as a valid password field alias (#263)
  • 661c0e6 isProc: added COMMIT and ROLLBACK command to the builtin commands list (#...
  • a3ce042 Work around build error introduced by the new 'go vet' tests analyser in v1.2...
  • Additional commits viewable in compare view

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

Release notes

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

v3.111.2

  • Changed discovery and dns resolving log level to DEBUG

Full Changelog: v3.111.1...v3.111.2

v3.111.1

  • Replaced minimal requirements of go from 1.23 to 1.22
  • Migrated golangci-lint to version v2.1.6

Full Changelog: v3.111.0...v3.111.1

v3.111.0

  • Added sugar.PrintErrorWithoutStack helper for remove stack records from error string
  • Added sugar.UnwrapError helper for unwrap source error to root errors

Full Changelog: v3.110.1...v3.111.0

v3.110.1

  • Added the ability to send BulkRequest exceeding the GrpcMaxMessageSize

Full Changelog: v3.110.0...v3.110.1

v3.110.0

  • Added read partitions in parallel for topic listener.

Full Changelog: v3.109.0...v3.110.0

v3.109.0

  • Added control plane fields for split-merge topics (Create,Alter,Describe)

Full Changelog: v3.108.5...v3.109.0

v3.108.5

  • Fixed stop topic reader after TLI in transaction

Full Changelog: v3.108.4...v3.108.5

v3.108.4

  • Removed experimental from coordination API
  • Added WithReaderLogContext, WithWriterLogContext options to topic reader/writer to supply log entries with user context fields

Full Changelog: v3.108.3...v3.108.4

v3.108.3

  • Fixed handling of zero values for DyNumber
  • Fixed the decimal yql slice bounds out of range

Full Changelog: v3.108.2...v3.108.3

v3.108.2

... (truncated)

Changelog

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

v3.111.2

  • Changed discovery and dns resolving log level to DEBUG

v3.111.1

  • Replaced minimal requirements of go from 1.23 to 1.22
  • Migrated golangci-lint to version v2.1.6

v3.111.0

  • Added sugar.PrintErrorWithoutStack helper for remove stack records from error string
  • Added sugar.UnwrapError helper for unwrap source error to root errors

v3.110.1

  • Added the ability to send BulkRequest exceeding the GrpcMaxMessageSize

v3.110.0

  • Added read partitions in parallel for topic listener.

v3.109.0

  • Added control plane fields for split-merge topics (Create,Alter,Describe)

v3.108.5

  • Fixed stop topic reader after TLI in transaction

v3.108.4

  • Removed experimental from coordination API
  • Added WithReaderLogContext, WithWriterLogContext options to topic reader/writer to supply log entries with user context fields

v3.108.3

  • Fixed handling of zero values for DyNumber
  • Fixed the decimal yql slice bounds out of range

v3.108.2

Commits
  • f47246a Release v3.111.2
  • 29ccaa2 Changed discovery and dns resolving log level to DEBUG (#1823)
  • e017818 Fixed variables in slo-report workflow
  • d0cc153 Release v3.111.1
  • eab98fd The Go version has been downgraded to 1.22 (#1820)
  • 67d234b Migrate golangci-lint to v2
  • f07e8ea Release v3.111.0
  • 877b74f * Added sugar.PrintErrorWithoutStack and sugar.UnwrapError helpers (#1818)
  • 3510af8 docs: enhance contributing guide with Dev Containers and GitHub Codespaces se...
  • 261053d Release v3.110.1
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.14.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • See full diff in compare view

Updates modernc.org/sqlite from 1.37.0 to 1.38.0

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
github.com/ClickHouse/clickhouse-go/v2 [>= 2.4.a, < 2.5]
github.com/ClickHouse/clickhouse-go/v2 [>= 2.21.a, < 2.22]
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 4 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), [github.com/ydb-platform/ydb-go-sdk/v3](https://github.com/ydb-platform/ydb-go-sdk) and [modernc.org/sqlite](https://gitlab.com/cznic/sqlite).


Updates `github.com/ClickHouse/clickhouse-go/v2` from 2.35.0 to 2.37.2
- [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.35.0...v2.37.2)

Updates `github.com/microsoft/go-mssqldb` from 1.8.0 to 1.9.1
- [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.8.0...v1.9.1)

Updates `github.com/ydb-platform/ydb-go-sdk/v3` from 3.108.1 to 3.111.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.111.2)

Updates `golang.org/x/sync` from 0.14.0 to 0.15.0
- [Commits](golang/sync@v0.14.0...v0.15.0)

Updates `modernc.org/sqlite` from 1.37.0 to 1.38.0
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.37.0...v1.38.0)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.37.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/microsoft/go-mssqldb
  dependency-version: 1.9.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: github.com/ydb-platform/ydb-go-sdk/v3
  dependency-version: 3.111.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: golang.org/x/sync
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
- dependency-name: modernc.org/sqlite
  dependency-version: 1.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: gomod
...

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 Jun 28, 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
0