This repository was archived by the owner on Nov 7, 2025. It is now read-only.
Commit 719830d
authored
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.30.0 to 2.30.1 in /quesma (#1197)
Bumps
[github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go)
from 2.30.0 to 2.30.1.
<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.1</h2>
<!-- raw HTML omitted -->
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>[improvement] Some performance related changes to evaluate by <a
href="https://github.com/mdonkers"><code>@mdonkers</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1426">ClickHouse/clickhouse-go#1426</a></li>
<li>Add Variant Type by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1453">ClickHouse/clickhouse-go#1453</a></li>
<li>Add Dynamic Type by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1454">ClickHouse/clickhouse-go#1454</a></li>
<li>Add JSON Type by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1455">ClickHouse/clickhouse-go#1455</a></li>
<li>stdlib sql return precision for DateTime64 by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1469">ClickHouse/clickhouse-go#1469</a></li>
</ul>
<h3>Fixes 🐛</h3>
<ul>
<li>[FIX] Minor updates by <a
href="https://github.com/barkhayot"><code>@barkhayot</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1451">ClickHouse/clickhouse-go#1451</a></li>
<li>Fix file descriptor leak in release utility script by <a
href="https://github.com/fengjun2016"><code>@fengjun2016</code></a> in
<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1460">ClickHouse/clickhouse-go#1460</a></li>
<li>Remove forced string conversions for Tuple by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1465">ClickHouse/clickhouse-go#1465</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>[Chore] Use defer to close rows in examples by <a
href="https://github.com/hayotbisonai"><code>@hayotbisonai</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1431">ClickHouse/clickhouse-go#1431</a></li>
<li>Regenerate certificates used in tests by <a
href="https://github.com/jkaflik"><code>@jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1441">ClickHouse/clickhouse-go#1441</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/hayotbisonai"><code>@hayotbisonai</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1431">ClickHouse/clickhouse-go#1431</a></li>
<li><a href="https://github.com/barkhayot"><code>@barkhayot</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1451">ClickHouse/clickhouse-go#1451</a></li>
<li><a
href="https://github.com/fengjun2016"><code>@fengjun2016</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1460">ClickHouse/clickhouse-go#1460</a></li>
<li><a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1453">ClickHouse/clickhouse-go#1453</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1">https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1</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.1, 2025-01-17 <!-- raw HTML omitted --></h1>
<h2>What's Changed</h2>
<h3>Enhancements 🎉</h3>
<ul>
<li>[improvement] Some performance related changes to evaluate by <a
href="https://github.com/mdonkers"><code>@mdonkers</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1426">ClickHouse/clickhouse-go#1426</a></li>
<li>Add Variant Type by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1453">ClickHouse/clickhouse-go#1453</a></li>
<li>Add Dynamic Type by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1454">ClickHouse/clickhouse-go#1454</a></li>
<li>Add JSON Type by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1455">ClickHouse/clickhouse-go#1455</a></li>
<li>stdlib sql return precision for DateTime64 by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1469">ClickHouse/clickhouse-go#1469</a></li>
</ul>
<h3>Fixes 🐛</h3>
<ul>
<li>[FIX] Minor updates by <a
href="https://github.com/barkhayot"><code>@barkhayot</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1451">ClickHouse/clickhouse-go#1451</a></li>
<li>Fix file descriptor leak in release utility script by <a
href="https://github.com/fengjun2016"><code>@fengjun2016</code></a> in
<a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1460">ClickHouse/clickhouse-go#1460</a></li>
<li>Remove forced string conversions for Tuple by <a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1465">ClickHouse/clickhouse-go#1465</a></li>
</ul>
<h3>Other Changes 🛠</h3>
<ul>
<li>[Chore] Use defer to close rows in examples by <a
href="https://github.com/hayotbisonai"><code>@hayotbisonai</code></a>
in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1431">ClickHouse/clickhouse-go#1431</a></li>
<li>Regenerate certificates used in tests by <a
href="https://github.com/jkaflik"><code>@jkaflik</code></a> in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1441">ClickHouse/clickhouse-go#1441</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a
href="https://github.com/hayotbisonai"><code>@hayotbisonai</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1431">ClickHouse/clickhouse-go#1431</a></li>
<li><a href="https://github.com/barkhayot"><code>@barkhayot</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1451">ClickHouse/clickhouse-go#1451</a></li>
<li><a
href="https://github.com/fengjun2016"><code>@fengjun2016</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1460">ClickHouse/clickhouse-go#1460</a></li>
<li><a
href="https://github.com/SpencerTorres"><code>@SpencerTorres</code></a>
made their first contribution in <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1453">ClickHouse/clickhouse-go#1453</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1">https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/8f2b2dc93eabc548cf7fcc4bc34520e48a9f8e42"><code>8f2b2dc</code></a>
Update release notes</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/c8c2b0ecabe4ff0b307720f56bbc7e3d27548031"><code>c8c2b0e</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1426">#1426</a>
from mdonkers/insert-performance-improvements</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/d0b8c0e9ec92c45203daa88e87288ec83305df4e"><code>d0b8c0e</code></a>
Merge branch 'main' into insert-performance-improvements</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/577ea491ba235454cf767dde6cd5056699c0e6a1"><code>577ea49</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1455">#1455</a>
from ClickHouse/json_type</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/c2e21ab2361a20bc11bb59c258f59d7a465e91d4"><code>c2e21ab</code></a>
Merge branch 'main' into insert-performance-improvements</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/b123e1477cb7644bc459d941193444e438a63dd6"><code>b123e14</code></a>
Merge branch 'json_type' of <a
href="https://github.com/ClickHouse/clickhouse-go">https://github.com/ClickHouse/clickhouse-go</a>
into ...</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/5ee295be5d0bcb37a08ab30f73d8a45ef2d67066"><code>5ee295b</code></a>
fix json.Marshaler interface for JSON</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/ce2e02464fa9b374ee001e8b82e7a775d5ee83ba"><code>ce2e024</code></a>
implement test/json marshal/unmarshal for Variant</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/96b78664322f840a01a0f1be2f9c02d90c1c4050"><code>96b7866</code></a>
Merge branch 'main' into json_type</li>
<li><a
href="https://github.com/ClickHouse/clickhouse-go/commit/75a2e2a95c18b9ec978cce885c1f0f925352101e"><code>75a2e2a</code></a>
Merge pull request <a
href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1454">#1454</a>
from ClickHouse/dynamic_type</li>
<li>Additional commits viewable in <a
href="https://github.com/ClickHouse/clickhouse-go/compare/v2.30.0...v2.30.1">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 b19f4b6 commit 719830d
2 files changed
+5
-219
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 | | |
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
41 | 40 | | |
42 | 41 | | |
43 | 42 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | 43 | | |
48 | | - | |
49 | 44 | | |
50 | | - | |
51 | 45 | | |
52 | 46 | | |
53 | 47 | | |
54 | | - | |
55 | 48 | | |
56 | 49 | | |
57 | 50 | | |
| |||
0 commit comments