Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit ea6e171

Browse files
Bump github.com/ClickHouse/clickhouse-go/v2 from 2.27.2 to 2.28.0 in /quesma (#668)
Bumps [github.com/ClickHouse/clickhouse-go/v2](https://github.com/ClickHouse/clickhouse-go) from 2.27.2 to 2.28.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.28.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Fixes 🐛</h3> <ul> <li>Fix Enum column definition parse logic to match ClickHouse spec by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1380">ClickHouse/clickhouse-go#1380</a></li> <li>Fix support custom serialization in Nested type by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1381">ClickHouse/clickhouse-go#1381</a></li> <li>Fix panic on nil map append by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1383">ClickHouse/clickhouse-go#1383</a></li> </ul> <h3>Other Changes 🛠</h3> <ul> <li>Remove test coverage for deprecated Object('JSON') type by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1377">ClickHouse/clickhouse-go#1377</a></li> <li>Remove JSON type use from a context use example by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1379">ClickHouse/clickhouse-go#1379</a></li> <li>Make sure non-secure port is used during readiness check by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1382">ClickHouse/clickhouse-go#1382</a></li> <li>Deprecate Go 1.21 ended support and require Go 1.22 by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1378">ClickHouse/clickhouse-go#1378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.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.28.0, 2024-08-23 <!-- raw HTML omitted --></h1> <h2>What's Changed</h2> <h3>Fixes 🐛</h3> <ul> <li>Fix Enum column definition parse logic to match ClickHouse spec by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1380">ClickHouse/clickhouse-go#1380</a></li> <li>Fix support custom serialization in Nested type by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1381">ClickHouse/clickhouse-go#1381</a></li> <li>Fix panic on nil map append by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1383">ClickHouse/clickhouse-go#1383</a></li> </ul> <h3>Other Changes 🛠</h3> <ul> <li>Remove test coverage for deprecated Object('JSON') type by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1377">ClickHouse/clickhouse-go#1377</a></li> <li>Remove JSON type use from a context use example by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1379">ClickHouse/clickhouse-go#1379</a></li> <li>Make sure non-secure port is used during readiness check by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1382">ClickHouse/clickhouse-go#1382</a></li> <li>Deprecate Go 1.21 ended support and require Go 1.22 by <a href="https://github.com/jkaflik"><code>@​jkaflik</code></a> in <a href="https://redirect.github.com/ClickHouse/clickhouse-go/pull/1378">ClickHouse/clickhouse-go#1378</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0">https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/4e11dd1d3768d49984edc318463bb38e43d9521f"><code>4e11dd1</code></a> Update release notes</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/37afb6fc9f45052ab4d294e43fa6e343a22f6ec9"><code>37afb6f</code></a> Fix panic on nil map append (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1383">#1383</a>)</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/94623b9f25d8bb89de0e488ea173b20cc263e541"><code>94623b9</code></a> Deprecate Go 1.21 ended support and require Go 1.22 (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1378">#1378</a>)</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/fae36682ed93abcfa95a026fec0d87ea4780a5a4"><code>fae3668</code></a> Fix support custom serialization in Nested type (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1381">#1381</a>)</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/2a5fcd1eabb391a46762d77c1647f8f46ade3d51"><code>2a5fcd1</code></a> Make sure non-secure port is used during readiness check (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1382">#1382</a>)</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/6ce41c35b50b71933ef6994dd3605a17432d0111"><code>6ce41c3</code></a> Remove JSON type use from a context use example (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1379">#1379</a>)</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/9b995de2a800c569e595b73f88a41b0a19899d7d"><code>9b995de</code></a> Fix Enum column definition parse logic to match ClickHouse spec (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1380">#1380</a>)</li> <li><a href="https://github.com/ClickHouse/clickhouse-go/commit/a19216228fece56ed816f05c89bd8960809b1df5"><code>a192162</code></a> Remove test coverage for deprecated Object('JSON') type (<a href="https://redirect.github.com/ClickHouse/clickhouse-go/issues/1377">#1377</a>)</li> <li>See full diff in <a href="https://github.com/ClickHouse/clickhouse-go/compare/v2.27.2...v2.28.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ClickHouse/clickhouse-go/v2&package-manager=go_modules&previous-version=2.27.2&new-version=2.28.0)](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 939162b commit ea6e171

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

quesma/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module quesma
33
go 1.22.5
44

55
require (
6-
github.com/ClickHouse/clickhouse-go/v2 v2.27.2
6+
github.com/ClickHouse/clickhouse-go/v2 v2.28.0
77
github.com/DATA-DOG/go-sqlmock v1.5.2
88
github.com/DataDog/go-sqllexer v0.0.14
99
github.com/barkimedes/go-deepcopy v0.0.0-20220514131651-17c30cfc62df

quesma/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
github.com/ClickHouse/ch-go v0.61.5 h1:zwR8QbYI0tsMiEcze/uIMK+Tz1D3XZXLdNrlaOpeEI4=
22
github.com/ClickHouse/ch-go v0.61.5/go.mod h1:s1LJW/F/LcFs5HJnuogFMta50kKDO0lf9zzfrbl0RQg=
3-
github.com/ClickHouse/clickhouse-go/v2 v2.27.2 h1:wxFm4SrX3Eq8eY4I6vz4yHQVdwmewykKKe9hRN7+7NY=
4-
github.com/ClickHouse/clickhouse-go/v2 v2.27.2/go.mod h1:O7MqBiivxaYj/WqiL2nKfH1CDdo/SPtXBMkfmc0nuo0=
3+
github.com/ClickHouse/clickhouse-go/v2 v2.28.0 h1:WKu05iotCR2ZKw9XKvhRgYFt4Ok92mqvpCR6hJiOKjw=
4+
github.com/ClickHouse/clickhouse-go/v2 v2.28.0/go.mod h1:0U915l9qynE508ehh3ea9+UMGc7gZlAV+9W6pUZd7kk=
55
github.com/DATA-DOG/go-sqlmock v1.5.2 h1:OcvFkGmslmlZibjAjaHm3L//6LiuBgolP7OputlJIzU=
66
github.com/DATA-DOG/go-sqlmock v1.5.2/go.mod h1:88MAG/4G7SMwSE3CeA0ZKzrT5CiOU3OJ+JlNzwDqpNU=
77
github.com/DataDog/go-sqllexer v0.0.14 h1:xUQh2tLr/95LGxDzLmttLgTo/1gzFeOyuwrQa/Iig4Q=

0 commit comments

Comments
 (0)