Back to Clickhouse

2026 Changelog

docs/changelogs/v25.11.6.11-stable.md

26.4.1.1-new3.9 KB
Original Source

2026 Changelog

ClickHouse release v25.11.6.11-stable (90415175004) FIXME as compared to v25.11.5.8-stable (06e6dea3bb5)

Performance Improvement

Improvement

  • Backported in #93375: Fallback to read-write copy for Azure Blob Storage when native copy fails with BadRequest (e.g. invalid block list). Previously this was only done for Unauthorized error which was seen while copying blob to different storage accounts. But we also sometimes see "The specified block list is invalid" error. So now updated the condition to fallback to read & write for all native copy fails. #92888 (Smita Kulkarni).
  • Backported in #93336: Support geometry type for flipCoordinates. #93303 (Bharat Nallan).

Bug Fix (user-visible misbehavior in an official stable release)

  • Backported in #93123: Reworks incorrect logic in access grant checks for wildcard grants. The previous attempt https://github.com/ClickHouse/ClickHouse/pull/90928 addressed a critical vulnerability but ended up being too restrictive, resulting in some wildcard GRANT statements failing due to unrelated revokes. #92725 (pufit).
  • Backported in #93222: Fix creating type hint for path 'skip' in JSON. Closes #92731. #92842 (Pavel Kruglov).
  • Backported in #93182: Fix possible error FILE_DOESNT_EXIST after sparse column mutation when setting ratio_of_defaults_for_sparse_serialization was changed to 1.0 via alter. #93016 (Pavel Kruglov).
  • Backported in #93046: Fix bug in data skipping logic when not materialize(...) or not CAST(...) is used in WHERE causing incorrect results. Closes #88536. #93017 (Nihal Z. Miaji).
  • Backported in #93057: Fix leaving connection in a broken state after preliminary cancellation distributed queries. #93029 (Azat Khuzhin).
  • Backported in #93311: Remove unused columns when the projection is rebuilt during the merge. It reduces memory usage and creates fewer temporary parts. #93233 (Nikolai Kochetov).

NOT FOR CHANGELOG / INSIGNIFICANT

  • Backported in #93151: tests: fix test_distributed_insert_select_to_rmt_where flakiness (due to deduplication). #93130 (Azat Khuzhin).