[PR #665] [MERGED] fix(deps): bump github.com/ClickHouse/ch-go from 0.61.5 to 0.65.0 in /api #671

Closed
opened 2026-03-03 16:39:32 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NdoleStudio/httpsms/pull/665
Author: @dependabot[bot]
Created: 5/1/2025
Status: Merged
Merged: 5/1/2025
Merged by: @AchoArnold

Base: mainHead: dependabot/go_modules/api/github.com/ClickHouse/ch-go-0.65.0


📝 Commits (1)

  • 1dc1fbe fix(deps): bump github.com/ClickHouse/ch-go in /api

📊 Changes

2 files changed (+12 additions, -12 deletions)

View changed files

📝 api/go.mod (+4 -4)
📝 api/go.sum (+8 -8)

📄 Description

Bumps github.com/ClickHouse/ch-go from 0.61.5 to 0.65.0.

Release notes

Sourced from github.com/ClickHouse/ch-go's releases.

v0.65.0

What's Changed

Breaking change if you were manually using the Writer from the compress package.

New Contributors

Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.64.1...v0.65.0

v0.64.1

What's Changed

Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.64.0...v0.64.1

v0.64.0

What's Changed

New Contributors

Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.63.1...v0.64.0

v0.63.1

What's Changed

Full Changelog: https://github.com/ClickHouse/ch-go/compare/v0.63.0...v0.63.1

... (truncated)

Commits
  • 0e83566 Merge pull request #1041 from ClickHouse/fix_potential_overflow
  • b64209f refactor: simplify overflow check
  • 05fba0a fix(security): overflow that could smuggle query
  • aadb7ee Merge pull request #1040 from ClickHouse/compressor_etc
  • 65a3012 perf(compressor): use new compression code, refactor/optimize
  • 4cdb83a Merge pull request #1039 from pablomatiasgomez/allow-creating-compressor-with...
  • b9258c0 perf(compress.writer): revert back to ifs in NewWriterWithMethods
  • 743c9d7 perf(compress.writer): use %s instead of %v
  • b26ebf4 perf(compress.writer): revert nil check and use fixed length array
  • 1d4ba47 perf(compress.writer): remove methods map and instaed do nil check
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/NdoleStudio/httpsms/pull/665 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 5/1/2025 **Status:** ✅ Merged **Merged:** 5/1/2025 **Merged by:** [@AchoArnold](https://github.com/AchoArnold) **Base:** `main` ← **Head:** `dependabot/go_modules/api/github.com/ClickHouse/ch-go-0.65.0` --- ### 📝 Commits (1) - [`1dc1fbe`](https://github.com/NdoleStudio/httpsms/commit/1dc1fbe8212a5449c32ccd27eb73cfcc8a6d5749) fix(deps): bump github.com/ClickHouse/ch-go in /api ### 📊 Changes **2 files changed** (+12 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `api/go.mod` (+4 -4) 📝 `api/go.sum` (+8 -8) </details> ### 📄 Description Bumps [github.com/ClickHouse/ch-go](https://github.com/ClickHouse/ch-go) from 0.61.5 to 0.65.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/ClickHouse/ch-go/releases">github.com/ClickHouse/ch-go's releases</a>.</em></p> <blockquote> <h2>v0.65.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>perf(compress.writer): allow creating a compress.writer with custom supported methods by <a href="https://github.com/pablomatiasgomez"><code>@​pablomatiasgomez</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1039">ClickHouse/ch-go#1039</a></li> <li>perf(compressor): reduce memory by using new compression code by <a href="https://github.com/SpencerTorres"><code>@​SpencerTorres</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1040">ClickHouse/ch-go#1040</a></li> <li>fix(compressor): fixing an overflow that could potentially smuggle query in from data by <a href="https://github.com/santrancisco"><code>@​santrancisco</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1041">ClickHouse/ch-go#1041</a></li> </ul> <p>Breaking change if you were manually using the <code>Writer</code> from the <code>compress</code> package.</p> <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/ch-go/pull/1039">ClickHouse/ch-go#1039</a></li> <li><a href="https://github.com/santrancisco"><code>@​santrancisco</code></a> made their first contribution in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1041">ClickHouse/ch-go#1041</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ClickHouse/ch-go/compare/v0.64.1...v0.65.0">https://github.com/ClickHouse/ch-go/compare/v0.64.1...v0.65.0</a></p> <h2>v0.64.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>docs: add LowCardinality(String) example by <a href="https://github.com/ernado"><code>@​ernado</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1036">ClickHouse/ch-go#1036</a></li> <li>fix: expose underlying string column for json by <a href="https://github.com/SpencerTorres"><code>@​SpencerTorres</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1037">ClickHouse/ch-go#1037</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ClickHouse/ch-go/compare/v0.64.0...v0.64.1">https://github.com/ClickHouse/ch-go/compare/v0.64.0...v0.64.1</a></p> <h2>v0.64.0</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>ci: upd version list by <a href="https://github.com/ernado"><code>@​ernado</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/938">ClickHouse/ch-go#938</a></li> <li>feat: col_datetime add appendraw method by <a href="https://github.com/lzf575"><code>@​lzf575</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/957">ClickHouse/ch-go#957</a></li> <li>ci: update version list by <a href="https://github.com/ernado"><code>@​ernado</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1035">ClickHouse/ch-go#1035</a></li> <li>feat: json string column by <a href="https://github.com/SpencerTorres"><code>@​SpencerTorres</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/1034">ClickHouse/ch-go#1034</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/lzf575"><code>@​lzf575</code></a> made their first contribution in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/957">ClickHouse/ch-go#957</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/ch-go/pull/1034">ClickHouse/ch-go#1034</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ClickHouse/ch-go/compare/v0.63.1...v0.64.0">https://github.com/ClickHouse/ch-go/compare/v0.63.1...v0.64.0</a></p> <h2>v0.63.1</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <ul> <li>fix(proto): properly handle <code>Enum8</code> and <code>Enum8(...)</code> in conflicts checker by <a href="https://github.com/tdakkota"><code>@​tdakkota</code></a> in <a href="https://redirect.github.com/ClickHouse/ch-go/pull/438">ClickHouse/ch-go#438</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/ClickHouse/ch-go/compare/v0.63.0...v0.63.1">https://github.com/ClickHouse/ch-go/compare/v0.63.0...v0.63.1</a></p> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/ClickHouse/ch-go/commit/0e835663df32b09b828528c07a5507686e6d975e"><code>0e83566</code></a> Merge pull request <a href="https://redirect.github.com/ClickHouse/ch-go/issues/1041">#1041</a> from ClickHouse/fix_potential_overflow</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/b64209fc5e8ddc3220b78e352c21d667a8e633f0"><code>b64209f</code></a> refactor: simplify overflow check</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/05fba0ab7c1a07a029128507a82c114410bacfbe"><code>05fba0a</code></a> fix(security): overflow that could smuggle query</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/aadb7ee466420d129b25a23755dfdc0527edbb47"><code>aadb7ee</code></a> Merge pull request <a href="https://redirect.github.com/ClickHouse/ch-go/issues/1040">#1040</a> from ClickHouse/compressor_etc</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/65a3012cbddbe31df00270c3ef32b4a81b908654"><code>65a3012</code></a> perf(compressor): use new compression code, refactor/optimize</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/4cdb83a7871f7b52527a32012e17422a9a4d1955"><code>4cdb83a</code></a> Merge pull request <a href="https://redirect.github.com/ClickHouse/ch-go/issues/1039">#1039</a> from pablomatiasgomez/allow-creating-compressor-with...</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/b9258c079e6ff8f83420a2377ad55e493ef72d78"><code>b9258c0</code></a> perf(compress.writer): revert back to ifs in NewWriterWithMethods</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/743c9d73a26ee42d7602e33637b635b4bd107058"><code>743c9d7</code></a> perf(compress.writer): use %s instead of %v</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/b26ebf40672f968c7cd2035675d995e7a1399ada"><code>b26ebf4</code></a> perf(compress.writer): revert nil check and use fixed length array</li> <li><a href="https://github.com/ClickHouse/ch-go/commit/1d4ba4793a008d5daca14a199351902018a4c80a"><code>1d4ba47</code></a> perf(compress.writer): remove methods map and instaed do nil check</li> <li>Additional commits viewable in <a href="https://github.com/ClickHouse/ch-go/compare/v0.61.5...v0.65.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/ClickHouse/ch-go&package-manager=go_modules&previous-version=0.61.5&new-version=0.65.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) You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/NdoleStudio/httpsms/network/alerts). </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 16:39:32 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/httpsms#671
No description provided.