mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1.8 KiB
1.8 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.1.7.18-stable (90925babd7
) FIXME as compared to v24.1.6.52-stable (fa09f677bc
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix deadlock in parallel parsing when lots of rows are skipped due to errors #60516 (Kruglov Pavel).
- Fix_max_query_size_for_kql_compound_operator: #60534 (Yong Wang).
- Fix crash with different allow_experimental_analyzer value in subqueries #60770 (Dmitry Novik).
- Fix Keeper reconfig for standalone binary #61233 (Antonio Andelic).
CI Fix or Improvement (changelog entry is not required)
- Backported in #61043: Debug and fix markreleaseready. #60611 (Mikhail f. Shiryaev).
- Backported in #61168: Just a preparation for the merge queue support. #61099 (Max K.).
- Backported in #61192: ... #61185 (Max K.).
NOT FOR CHANGELOG / INSIGNIFICANT
- Cancel PipelineExecutor properly in case of exception in spawnThreads #60499 (Kruglov Pavel).