This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit cc8b655
authored
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.29.0 to 2.30.0 in /quesma (#898)
Bumps
[github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go)
from 2.29.0 to 2.30.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.30.0</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>Extended support for HTTP proxy in driver options by <a
href="https://github.com/jkaflik"><code>@jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1424">ClickHouse/clickhouse-go#1424</a></li>
<li>Default implementation of column.IterableOrderedMap by <a
href="https://github.com/earwin"><code>@earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1417">ClickHouse/clickhouse-go#1417</a></li>
</ul>
<h3>Fixes 🐛</h3>
<ul>
<li>Fix serialization for slices of OrderedMap/IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1365">#1365</a>)
by <a href="https://github.com/earwin"><code>@earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
<li>Retry on broken pipe in batch by <a
href="https://github.com/jkaflik"><code>@jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1423">ClickHouse/clickhouse-go#1423</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>Add 'clickhouse-go-rows-utils' to third-party libraries by <a
href="https://github.com/EpicStep"><code>@EpicStep</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1413">ClickHouse/clickhouse-go#1413</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/earwin"><code>@earwin</code></a> made
their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.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.30.0, 2024-10-16 <!-- raw HTML omitted --></h1>
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>Extended support for HTTP proxy in driver options by <a
href="https://github.com/jkaflik"><code>@jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1424">ClickHouse/clickhouse-go#1424</a></li>
<li>Default implementation of column.IterableOrderedMap by <a
href="https://github.com/earwin"><code>@earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1417">ClickHouse/clickhouse-go#1417</a></li>
</ul>
<h3>Fixes 🐛</h3>
<ul>
<li>Fix serialization for slices of OrderedMap/IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1365">#1365</a>)
by <a href="https://github.com/earwin"><code>@earwin</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
<li>Retry on broken pipe in batch by <a
href="https://github.com/jkaflik"><code>@jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1423">ClickHouse/clickhouse-go#1423</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>Add 'clickhouse-go-rows-utils' to third-party libraries by <a
href="https://github.com/EpicStep"><code>@EpicStep</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1413">ClickHouse/clickhouse-go#1413</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/earwin"><code>@earwin</code></a> made
their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1418">ClickHouse/clickhouse-go#1418</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.0</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/fcf5831835335a86078abfb224fdcc33ab4bddc0"><code>fcf5831</code></a>
Update release notes</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/43d09d87da1fb183f58b7ac9d739bb8b4af3790f"><code>43d09d8</code></a>
CI changes (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1425">#1425</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/dc13f5d0061b5019ea16608335e1504bdf44203b"><code>dc13f5d</code></a>
Default implementation of column.IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1417">#1417</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/02efdeeaed10103a66d853f0133d603b15eff4c9"><code>02efdee</code></a>
Retry on broken pipe in batch (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1423">#1423</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/269b0f3b00aa2cd2bc8e77183cdf589f7b95bb08"><code>269b0f3</code></a>
Extended support for HTTP proxy in driver options (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1424">#1424</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/28b2f5d3b8da3a5d06d4f763cfcfb84b5f0f1b89"><code>28b2f5d</code></a>
Fix serialization for slices of OrderedMap/IterableOrderedMap (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1365">#1365</a>)
(<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1418">#1418</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/a7f1fc4f31476a3e6b62ae749c557ed91ce1153f"><code>a7f1fc4</code></a>
Bump github.com/andybalholm/brotli from 1.1.0 to 1.1.1 (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1419">#1419</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/3d23805a3981264b8f87580d1f5aaaefdd26e703"><code>3d23805</code></a>
Bump golang.org/x/net from 0.28.0 to 0.30.0 (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1415">#1415</a>)</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/90581f5a1a06a7d5ff01506f35d50a70ae62b911"><code>90581f5</code></a>
docs: add clickhouse-go-rows-utils to third-party libraries (<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1413">#1413</a>)</li>
<li>See full diff in <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.29.0...v2.30.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 1d982f4 commit cc8b655
2 files changed
+11
-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 | | |
| |||
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
48 | | - | |
| 48 | + | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
154 | 156 | | |
155 | 157 | | |
156 | 158 | | |
| |||
193 | 195 | | |
194 | 196 | | |
195 | 197 | | |
196 | | - | |
197 | | - | |
| 198 | + | |
| 199 | + | |
198 | 200 | | |
199 | 201 | | |
200 | 202 | | |
| |||
0 commit comments