Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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>
- Loading branch information