mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-09 17:14:47 +00:00
790 B
790 B
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.1.5.6-stable (7f67181ff3
) FIXME as compared to v24.1.4.20-stable (f59d842b3f
)
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #59959: Fix crash during deserialization of aggregation function states that internally use
UniqExactSet
. Introduced https://github.com/ClickHouse/ClickHouse/pull/59009. #59928 (Maksim Kita).