Back to Clickhouse

2025 Changelog

docs/changelogs/v25.8.3.66-lts.md

26.4.1.1-new8.8 KB
Original Source

2025 Changelog

ClickHouse release v25.8.3.66-lts (ea12745c77a) FIXME as compared to v25.8.2.29-lts (874146507b0)

Improvement

  • Backported in #86880: Add rows/bytes limit for inserted data files in delta lake. Controlled by settings delta_lake_insert_max_rows_in_data_file and delta_lake_insert_max_bytes_in_data_file. #86357 (Kseniia Sumarokova).
  • Backported in #86734: Fixed error in case of executing SYSTEM DROP REPLICA against a Catalog with corrupted metadata. #86391 (Nikita Mikhaylov).
  • Backported in #87026: Fix misleading “specified upload does not exist” error, which occurs when the original exception is lost in multipart upload because of a race condition. #86725 (Julia Kartseva).
  • Backported in #86817: Improve performance of RemoveRecursive request in Keeper. #86789 (Antonio Andelic).

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

Build/Testing/Packaging Improvement

NOT FOR CHANGELOG / INSIGNIFICANT