This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 014c639
authored
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.31.0 to 2.32.0 in /quesma (#1271)
Bumps
[github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go)
from 2.31.0 to 2.32.0.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/ClickHouse/clickhouse-go/releases">github.com/ClickHouse/clickhouse-go/v2's
releases</a>.</em></p>
<blockquote>
<h2>v2.32.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>Add LZ4HC compression method by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
</ul>
<h3>Performance 🏎️</h3>
<ul>
<li>Removed ~1MB of memory usage in compressor by <a
href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>
and <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
</ul>
<h3>Bug fixes 🐛</h3>
<ul>
<li>Fixed potential security vulnerability in compression block header
length overflow by <a
href="https://github.com/santrancisco"><code>@santrancisco</code></a>
<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>update compressor functions by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
<li>change container provider, verify close conn error in tests by <a
href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1497">ClickHouse/clickhouse-go#1497</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1497">ClickHouse/clickhouse-go#1497</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.31.0...v2.32.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.31.0...v2.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a
href="https://github.com/ClickHouse/clickhouse-go/blob/main/CHANGELOG.md">github.com/ClickHouse/clickhouse-go/v2's
changelog</a>.</em></p>
<blockquote>
<h1>v2.32.0, 2025-02-14 <!-- raw HTML omitted --></h1>
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>Add LZ4HC compression method by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
</ul>
<h3>Performance 🏎️</h3>
<ul>
<li>Removed ~1MB of memory usage in compressor by <a
href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>
and <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
</ul>
<h3>Bug fixes 🐛</h3>
<ul>
<li>Fixed potential security vulnerability in compression block header
length overflow by <a
href="https://github.com/santrancisco"><code>@santrancisco</code></a>
<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>update compressor functions by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1499">ClickHouse/clickhouse-go#1499</a></li>
<li>change container provider, verify close conn error in tests by <a
href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1497">ClickHouse/clickhouse-go#1497</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/pablomatiasgomez"><code>@pablomatiasgomez</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1497">ClickHouse/clickhouse-go#1497</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.31.0...v2.32.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.31.0...v2.32.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/931e01a8dbaf36ce8020722b136a2a7306417525"><code>931e01a</code></a>
Update release notes</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/029b2d8795e03fabd379065216b0e04d8f7506c7"><code>029b2d8</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1497">#1497</a>
from pablomatiasgomez/reduce-memory-usage-compressor</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/f6fa3c15ce4a131ab57cd444ce890c28ea8b8b51"><code>f6fa3c1</code></a>
Merge branch 'main' of github.com:ClickHouse/clickhouse-go into
reduce-memory...</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/88b93680e92fcb2a2f1a0412dfe3bae00e4e2d7c"><code>88b9368</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1499">#1499</a>
from ClickHouse/update-compressor</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/8a5aa1ba807ecd26991defbb9ceb74fa6f16e2f3"><code>8a5aa1b</code></a>
add lz4hc, update compressor functions</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/7783fa4853b035527ee00feab52ecb4efae0ee6b"><code>7783fa4</code></a>
perf(compressor): update dependency</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/99ff79afcefce48c64143098c3337269bd4cc025"><code>99ff79a</code></a>
perf(compressor): revert nil case, prepare changes for when dependency
is rel...</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/1d90cb660fa9f78b7b2abfd1258903dadc2ba359"><code>1d90cb6</code></a>
perf(compressor): do not allocate a compressor if not configured</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/a8501776a1b9fa633896005b526970e7636b1598"><code>a850177</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1480">#1480</a>
from ClickHouse/dependabot/go_modules/github.com/doc...</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/6c460b1bed003d06feb0d9e8143b4c9dc931844f"><code>6c460b1</code></a>
Bump github.com/docker/docker</li>
<li>See full diff in <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.31.0...v2.32.0">compare
view</a></li>
</ul>
</details>
<br />
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
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-automerge-start)
[//]: # (dependabot-automerge-end)
---
<details>
<summary>Dependabot commands and options</summary>
<br />
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)
</details>
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent aadf653 commit 014c639
2 files changed
+9
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
220 | | - | |
| 219 | + | |
| 220 | + | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
| |||
0 commit comments