Back to Clickhouse

2025 Changelog

docs/changelogs/v25.11.4.19-stable.md

26.4.1.1-new5.6 KB
Original Source

2025 Changelog

ClickHouse release v25.11.4.19-stable (2c64eff7334) FIXME as compared to v25.11.3.54-stable (2199c84bef3)

Backward Incompatible Change

  • Backported in #92120: Follow-up to https://github.com/ClickHouse/ClickHouse/pull/88380. This PR marks disabled positional arguments in the projections as a backward-incompatible change. Additionally, it introduces the enable_positional_arguments_for_projections setting to enable a safe ClickHouse cluster upgrade when positional arguments are present in the projections. #92007 (Dmitry Novik).

Improvement

  • Backported in #92571: Make query memory usage detection for spilling to disk during aggregation/sorting more robust. #92500 (Azat Khuzhin).

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

Build/Testing/Packaging Improvement

NOT FOR CHANGELOG / INSIGNIFICANT