mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.2 KiB
1.2 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v23.8.12.13-lts (bdbd0d87e5
) FIXME as compared to v23.8.11.28-lts (31879d2ab4
)
Bug Fix (user-visible misbehavior in an official stable release)
- Improve isolation of query cache entries under re-created users or role switches #58611 (Robert Schulze).
- Fix string search with const position #61547 (Antonio Andelic).
- Fix crash in
multiSearchAllPositionsCaseInsensitiveUTF8
for incorrect UTF-8 #61749 (pufit).