Back to Clickhouse

2025 Changelog

docs/changelogs/v25.3.12.8-lts.md

26.4.1.1-new2.7 KB
Original Source

2025 Changelog

ClickHouse release v25.3.12.8-lts (58271a59e2d) FIXME as compared to v25.3.11.20-lts (08a3e570d15)

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

  • Backported in #92689: Fix possible logical error in Log engine during subcolumns reading. Closes #91710. #91711 (Pavel Kruglov).
  • Backported in #92895: Fix possible conflict in column and subcolumn with the same name leading in using wrong serialization and query failures. Closes #90219. Closes #85161. #92453 (Pavel Kruglov).
  • Backported in #93117: 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 #93219: Fix creating type hint for path 'skip' in JSON. Closes #92731. #92842 (Pavel Kruglov).
  • Backported in #93218: 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 #93040: 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).

NOT FOR CHANGELOG / INSIGNIFICANT