ClickHouse/docs/changelogs/v24.1.8.22-stable.md
2024-05-30 16:58:36 +02:00

3.0 KiB

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v24.1.8.22-stable (7fb8f96d3d) FIXME as compared to v24.1.7.18-stable (90925babd7)

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

  • Backported in #61451: Fix possible incorrect result of aggregate function uniqExact. #61257 (Anton Popov).
  • Backported in #61844: Fixed possible wrong result of aggregation with nullable keys. #61393 (Anton Popov).
  • Backported in #61746: Fix incorrect results when filtering system.parts or system.parts_columns using UUID. #61479 (Dan Wu).
  • Backported in #61696: Fix clickhouse-client -s argument, it was broken by defining it two times. #61530 (Mikhail f. Shiryaev).
  • Backported in #61576: Fix string search with constant start position which previously could lead to memory corruption. #61547 (Antonio Andelic).
  • Backported in #61858: Fix crash in multiSearchAllPositionsCaseInsensitiveUTF8 when specifying incorrect UTF-8 sequence. Example: #61714. #61749 (pufit).

CI Fix or Improvement (changelog entry is not required)

NO CL ENTRY

NOT FOR CHANGELOG / INSIGNIFICANT