Bump github.com/ClickHouse/ch-go from 0.61.3 to 0.65.0 in /LearnClickHouseWithMark/ingest-golang
Bumps github.com/ClickHouse/ch-go from 0.61.3 to 0.65.0.
Release notes
Sourced from github.com/ClickHouse/ch-go's releases.
v0.65.0
What's Changed
- perf(compress.writer): allow creating a compress.writer with custom supported methods by
@pablomatiasgomezin ClickHouse/ch-go#1039- perf(compressor): reduce memory by using new compression code by
@SpencerTorresin ClickHouse/ch-go#1040- fix(compressor): fixing an overflow that could potentially smuggle query in from data by
@santranciscoin ClickHouse/ch-go#1041Breaking change if you were manually using the
Writerfrom thecompresspackage.New Contributors
@pablomatiasgomezmade their first contribution in ClickHouse/ch-go#1039@santranciscomade their first contribution in ClickHouse/ch-go#1041Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.64.1...v0.65.0
v0.64.1
What's Changed
- docs: add LowCardinality(String) example by
@ernadoin ClickHouse/ch-go#1036- fix: expose underlying string column for json by
@SpencerTorresin ClickHouse/ch-go#1037Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.64.0...v0.64.1
v0.64.0
What's Changed
- ci: upd version list by
@ernadoin ClickHouse/ch-go#938- feat: col_datetime add appendraw method by
@lzf575in ClickHouse/ch-go#957- ci: update version list by
@ernadoin ClickHouse/ch-go#1035- feat: json string column by
@SpencerTorresin ClickHouse/ch-go#1034New Contributors
@lzf575made their first contribution in ClickHouse/ch-go#957@SpencerTorresmade their first contribution in ClickHouse/ch-go#1034Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.63.1...v0.64.0
v0.63.1
What's Changed
- fix(proto): properly handle
Enum8andEnum8(...)in conflicts checker by@tdakkotain ClickHouse/ch-go#438Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.63.0...v0.63.1
... (truncated)
Commits
0e83566Merge pull request #1041 from ClickHouse/fix_potential_overflowb64209frefactor: simplify overflow check05fba0afix(security): overflow that could smuggle queryaadb7eeMerge pull request #1040 from ClickHouse/compressor_etc65a3012perf(compressor): use new compression code, refactor/optimize4cdb83aMerge pull request #1039 from pablomatiasgomez/allow-creating-compressor-with...b9258c0perf(compress.writer): revert back to ifs in NewWriterWithMethods743c9d7perf(compress.writer): use %s instead of %vb26ebf4perf(compress.writer): revert nil check and use fixed length array1d4ba47perf(compress.writer): remove methods map and instaed do nil check- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.