Skip to content

fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.40.1 #46

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

contentsquare-renovate[bot]
Copy link
Contributor

@contentsquare-renovate contentsquare-renovate bot commented Jun 11, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/ClickHouse/clickhouse-go/v2 v2.8.3 -> v2.40.1 age confidence

Release Notes

ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)

v2.40.1

Compare Source

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.40.0...v2.40.1

v2.40.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.39.0...v2.40.0

v2.39.0

Compare Source

What's Changed

Bug fixes 🐛

Read Timeout behavior changes

This bug fix has potential to affect longer running queries, ensure you're setting clickhouse.Options ReadTimeout to a reasonable value, and that your context.WithDeadline is also set to a reasonable value. The read timeout will now be applied to all blocks, previously it was only set for the first block.

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.38.1...v2.39.0

v2.38.1

Compare Source

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.38.0...v2.38.1

v2.38.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

Upgrades for Dynamic / JSON

Dynamic and JSON were never fully functional in previous versions. If you exceeded the maximum types for Dynamic, the data would become unreadable since it was encoded as a single SharedVariant type. Same for JSON, if you exceeded the maximum dynamic paths the data would also become unreadable since it was stored in a SharedData structure.

In ClickHouse 25.6, a setting was added that abstracts these structures away so that clients don't have to implement them.
To begin using Dynamic and JSON to their fullest ability, upgrade to ClickHouse 25.6 along with clickhouse-go v2.38.0, and enable output_format_native_use_flattened_dynamic_and_json_serialization in your connection settings. This will allow you to read all Dynamic and JSON data, even the portions that are stored in the SharedVariant and SharedData blobs on the server.

If you are using older versions of ClickHouse, things will continue to work as before (with the previously mentioned limitations).

Feel free to create an issue in the clickhouse-go repository to report any concerns or bugs with this change.

New Contributors

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

v2.37.2

Compare Source

What's Changed

Other Changes 🛠

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

v2.37.1

Compare Source

What's Changed

Bug fixes 🐛

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

v2.37.0

Compare Source

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

Compare Source

What's Changed

Enhancements 🎉

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

v2.35.0

Compare Source

What's Changed

Enhancements 🎉

Full Changelog: ClickHouse/clickhouse-go@v2.34.0...v2.35.0

v2.34.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.33.1...v2.34.0

v2.33.1

Compare Source

What's Changed

Bug fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.33.0...v2.33.1

v2.33.0

Compare Source

What's Changed

Enhancements 🎉
Bug fixes 🐛

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.32.2...v2.33.0

v2.32.2

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.32.1...v2.32.2

v2.32.1

Compare Source

What's Changed

Bug Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.32.0...v2.32.1

v2.32.0

Compare Source

What's Changed

Enhancements 🎉
Performance 🏎️
Bug fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.31.0...v2.32.0

v2.31.0

Compare Source

What's Changed

Enhancements 🎉
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.30.3...2.31.0

v2.30.3

Compare Source

What's Changed

Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.30.2...v2.30.3

v2.30.2

Compare Source

What's Changed

Bug fixes 🐛

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.30.1...v2.30.2

v2.30.1

Compare Source

What's Changed

Enhancements 🎉
Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.30.0...v2.30.1

v2.30.0

Compare Source

What's Changed

Enhancements 🎉
Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.29.0...v2.30.0

v2.29.0

Compare Source

What's Changed

Enhancements 🎉
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.28.3...v2.29.0

v2.28.3

Compare Source

What's Changed

Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.2...v2.28.3

v2.28.2

Compare Source

What's Changed

Fixes 🐛
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.1...v2.28.2

v2.28.1

Compare Source

What's Changed

Fixes 🐛
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.28.0...v2.28.1

v2.28.0

Compare Source

What's Changed

Fixes 🐛
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.27.2...v2.28.0

v2.27.2

Compare Source

What's Changed

Enhancements 🎉
Fixes 🐛

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.27.1...v2.27.2

v2.27.1

Compare Source

What's Changed

Fixes 🐛

Full Changelog: ClickHouse/clickhouse-go@v2.27.0...v2.27.1

v2.27.0

Compare Source

Breaking change notice

v2.25.0 was released with a breaking change in https://github.com/ClickHouse/clickhouse-go/pull/1306. Please review your implementation.

What's Changed

Enhancements 🎉
Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.26.0...v2.27.0

v2.26.0

Compare Source

What's Changed

Enhancements 🎉
Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.25.0...v2.26.0

v2.25.0

Compare Source

What's Changed

Breaking Changes 🚨
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.24.0...v2.25.0

v2.24.0

Compare Source

What's Changed

Enhancements 🎉
Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.2...v2.24.0

v2.23.2

Compare Source

What's Changed

Fixes 🐛
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.23.1...v2.23.2

v2.23.1

Compare Source

What's Changed

Fixes 🐛
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.23.0...v2.23.1

v2.23.0

Compare Source

What's Changed

Enhancements 🎉
Other Changes 🛠

New Contributors

Full Changelog: ClickHouse/clickhouse-go@v2.22.4...v2.23.0

v2.22.4

Compare Source

What's Changed

Fixes 🐛
Other Changes 🛠

Full Changelog: ClickHouse/clickhouse-go@v2.22.3...v2.22.4

v2.22.3

[Compare Source](https://redirect.github.com/ClickHouse/clickhouse-go/compare/


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@contentsquare-renovate
Copy link
Contributor Author

contentsquare-renovate bot commented Jun 11, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 17 additional dependencies were updated

Details:

Package Change
github.com/ClickHouse/ch-go v0.52.1 -> v0.67.0
github.com/andybalholm/brotli v1.0.5 -> v1.2.0
github.com/docker/docker v27.2.1+incompatible -> v28.3.3+incompatible
github.com/go-faster/errors v0.6.1 -> v0.7.1
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/klauspost/compress v1.17.11 -> v1.18.0
github.com/moby/patternmatcher v0.5.0 -> v0.6.0
github.com/opencontainers/image-spec v1.1.0 -> v1.1.1
github.com/paulmach/orb v0.9.0 -> v0.11.1
github.com/pierrec/lz4/v4 v4.1.17 -> v4.1.22
go.opentelemetry.io/otel v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/metric v1.35.0 -> v1.37.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.37.0
golang.org/x/crypto v0.36.0 -> v0.40.0
golang.org/x/net v0.38.0 -> v0.42.0
golang.org/x/sys v0.31.0 -> v0.34.0
golang.org/x/text v0.23.0 -> v0.27.0

@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from 67f29b2 to f43b88d Compare June 16, 2025 19:09
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.36.0 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.0 Jun 16, 2025
@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from f43b88d to 8d1962d Compare June 17, 2025 08:14
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.0 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.1 Jun 17, 2025
@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from 8d1962d to 1a0d75f Compare June 24, 2025 00:38
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.1 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.2 Jun 24, 2025
@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from 1a0d75f to 44ea11b Compare July 22, 2025 02:48
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.2 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.38.0 Jul 22, 2025
Copy link

snyk-io bot commented Jul 22, 2025

🎉 Snyk checks have passed. No issues have been found so far.

code/snyk check is complete. No issues have been found. (View Details)

@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from 44ea11b to 81b838c Compare July 23, 2025 03:38
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.38.0 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.38.1 Jul 23, 2025
@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from 81b838c to d9c469c Compare July 23, 2025 06:14
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.38.1 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.39.0 Jul 23, 2025
@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from d9c469c to cca8109 Compare July 30, 2025 09:14
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.39.0 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.40.0 Jul 30, 2025
@contentsquare-renovate contentsquare-renovate bot force-pushed the rnvt-0-golang-non-critical branch from cca8109 to 72fb8ae Compare July 30, 2025 11:09
@contentsquare-renovate contentsquare-renovate bot changed the title fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.40.0 fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.40.1 Jul 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

0 participants