Skip to content

chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.36.0 to 2.37.2#18

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.37.2
Closed

chore(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.36.0 to 2.37.2#18
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.37.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 1, 2025

Bumps github.com/ClickHouse/clickhouse-go/v2 from 2.36.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

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

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 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)

Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.36.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.36.0...v2.37.2)

---
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
...

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 Jul 1, 2025
@denchenko denchenko closed this Jul 21, 2025
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jul 21, 2025

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot dependabot bot deleted the dependabot/go_modules/github.com/ClickHouse/clickhouse-go/v2-2.37.2 branch July 21, 2025 18:25
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