Skip to content

build(deps): bump github.com/ClickHouse/clickhouse-go/v2 from 2.36.0 to 2.37.1 in /core #527

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 17, 2025

Bumps github.com/ClickHouse/clickhouse-go/v2 from 2.36.0 to 2.37.1.

Release notes

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

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

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

Changelog

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

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
  • 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
  • 339f413 update integration test helper output
  • 5ece2cb use client revision for HTTP, re-use http connection from handshake, logging
  • e62888a enhance debug logging
  • 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.1.
- [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.1)

---
updated-dependencies:
- dependency-name: github.com/ClickHouse/clickhouse-go/v2
  dependency-version: 2.37.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jun 17, 2025
Copy link

jazzberry-ai bot commented Jun 17, 2025

Bug Report

Name Severity Example test case Description
Insecure TLS configuration with SSLMode "verify-full" Medium Configure ClickHouse connection with SSLMode "verify-full" and connect to a server with an invalid certificate. The application doesn't properly handle the "verify-full" SSLMode, leading to insecure connections as it always skips server certificate verification, regardless of the user's intention.

Comments? Email us.

Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 24, 2025

Superseded by #536.

@dependabot dependabot bot closed this Jun 24, 2025
@dependabot dependabot bot deleted the dependabot/go_modules/core/github.com/ClickHouse/clickhouse-go/v2-2.37.1 branch June 24, 2025 18:06
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