fix(deps): update module github.com/clickhouse/clickhouse-go/v2 to v2.37.1 #46
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v2.8.3
->v2.37.1
Release Notes
ClickHouse/clickhouse-go (github.com/ClickHouse/clickhouse-go/v2)
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 🎉
sql.Scanner
interface. by @zapateo in https://github.com/ClickHouse/clickhouse-go/pull/1570Bug 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 useProtocol: clickhouse.HTTP
in yourclickhouse.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 🎉
Close
function to batch interface by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1566Full Changelog: ClickHouse/clickhouse-go@v2.35.0...v2.36.0
v2.35.0
Compare Source
What's Changed
Enhancements 🎉
database
in DSN URL by @kokizzu in https://github.com/ClickHouse/clickhouse-go/pull/1541Full Changelog: ClickHouse/clickhouse-go@v2.34.0...v2.35.0
v2.34.0
Compare Source
What's Changed
Enhancements 🎉
string
by @rutaka-n in https://github.com/ClickHouse/clickhouse-go/pull/1532Bug fixes 🐛
FixedString
to prevent panic by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1534Other 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 🎉
clickhouse.JSON
Serializer interface by @SpencerTorres in https://github.com/ClickHouse/clickhouse-go/pull/1491Other 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 🎉
Columns() []column.Interface
method by @egsam98 in https://github.com/ClickHouse/clickhouse-go/pull/1277Fixes 🐛
X-Clickhouse-SSL-Certificate-Auth
header correctly givenX-ClickHouse-Key
by @gogingersnap777 in https://github.com/ClickHouse/clickhouse-go/pull/1316database/sql
interface by @tommyzli in https://github.com/ClickHouse/clickhouse-go/pull/1330Other Changes 🛠
allow_suspicious_low_cardinality_types
andallow_suspicious_low_cardinality_types
settings in tests due to ClickHouse Cloud incompatibility by @jkaflik in https://github.com/ClickHouse/clickhouse-go/pull/1331New 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 🐛
values
substring in table name by @Wang in https://github.com/ClickHouse/clickhouse-go/pull/1290Other 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 🎉
ConnBeginTx
as replacement for deprecatedBegin
by @FelipeLema in https://github.com/ClickHouse/clickhouse-go/pull/1255Other 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
What's Changed
Fixes 🐛
Other Changes 🛠
Full Changelog: ClickHouse/clickhouse-go@v2.22.2...v2.22.3
v2.22.2
Compare Source
What's Changed
Fixes 🐛
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.22.1...v2.22.2
v2.22.1
Compare Source
What's Changed
Fixes 🐛
Full Changelog: ClickHouse/clickhouse-go@v2.22.0...v2.22.1
v2.22.0
Compare Source
What's Changed
Enhancements 🎉
Fixes 🐛
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.21.1...v2.22.0
v2.21.1
Compare Source
What's Changed
Fixes 🐛
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.21.0...v2.21.1
v2.21.0
Compare Source
What's Changed
Enhancements 🎉
Fixes 🐛
Other Changes 🛠
io/ioutil
functions with equivalents by @zaneli in https://github.com/ClickHouse/clickhouse-go/pull/1211Full Changelog: ClickHouse/clickhouse-go@v2.20.0...v2.21.0
v2.20.0
Compare Source
What's Changed
Enhancements 🎉
Other Changes 🛠
Full Changelog: ClickHouse/clickhouse-go@v2.19.0...v2.20.0
v2.19.0
Compare Source
What's Changed
Enhancements 🎉
Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.18.0...v2.19.0
v2.18.0
Compare Source
What's Changed
Enhancements 🎉
Fixes 🐛
Other Changes 🛠
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.17.1...v2.18.0
v2.17.1
Compare Source
What's Changed
Fixes 🐛
New Contributors
Full Changelog: ClickHouse/clickhouse-go@v2.17.0...v2.17.1
v2.17.0
[Compare Source](https://redirect.github.com/ClickHouse/cli
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.
This PR has been generated by Renovate Bot.