Back to Clickhouse

2025 Changelog

docs/changelogs/v25.5.11.15-stable.md

26.4.1.1-new1.6 KB
Original Source

2025 Changelog

ClickHouse release v25.5.11.15-stable (287ad0f6690) FIXME as compared to v25.5.10.95-stable (e54ec61bcfe)

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

  • Backported in #86107: Using distributed_depth as an indicator of *Cluster function was incorrect and may lead to data duplication; use client_info.collaborate_with_initiator instead. #85734 (Konstantin Bogdanov).
  • Backported in #86264: Fix logical error on attempt to CREATE ... AS (SELECT * FROM s3Cluster(...)) with DatabaseReplicated. #85904 (Konstantin Bogdanov).
  • Backported in #86037: Fixed a bug in Replicated database recovery: if a table name contains the % symbol, it could re-create the table with a different name during recovery. #85987 (Alexander Tokmakov).
  • Backported in #86344: Fix crash during ALTER UPDATE Nullable(JSON). #86281 (Pavel Kruglov).

NO CL ENTRY