mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.8 KiB
2.8 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v23.8.13.25-lts (37e034f903
) FIXME as compared to v23.8.12.13-lts (bdbd0d87e5
)
Improvement
- Backported in #61930: Fixed accounting of memory allocated before attaching thread to a query or a user. #56089 (Nikita Taranov).
Build/Testing/Packaging Improvement
- Backported in #62007: Remove from the Keeper Docker image the volumes at /etc/clickhouse-keeper and /var/log/clickhouse-keeper. #61683 (Tristan).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix REPLACE/MOVE PARTITION with zero-copy replication #54193 (Alexander Tokmakov).
- Fix ATTACH query with external ON CLUSTER #61365 (Nikolay Degterinsky).
- Cancel merges before removing moved parts #61610 (János Benjamin Antal).
- Mark CANNOT_PARSE_ESCAPE_SEQUENCE error as parse error to be able to skip it in row input formats #61883 (Kruglov Pavel).
- Try to fix segfault in Hive engine #62578 (Nikolay Degterinsky).
CI Fix or Improvement (changelog entry is not required)
- Backported in #62201:. #62190 (Konstantin Bogdanov).
- Backported in #62796: We won't fail the job when GH fails to retrieve the job ID and URLs. #62651 (Mikhail f. Shiryaev).
- Backported in #62968:. #62932 (Robert Schulze).
NO CL CATEGORY
- Backported in #62585:. #60078 (Maksim Kita).
NOT FOR CHANGELOG / INSIGNIFICANT
- Throw on query timeout in ZooKeeperRetries #60922 (Antonio Andelic).