mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1.7 KiB
1.7 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.11.3.23-stable (a14ab450b0
) FIXME as compared to v23.11.2.11-stable (6e5411358c
)
Bug Fix (user-visible misbehavior in an official stable release)
- Fix invalid memory access in BLAKE3 (Rust) #57876 (Raúl Marín).
- Normalize function names in CREATE INDEX #57906 (Alexander Tokmakov).
- Fix handling of unavailable replicas before first request happened #57933 (Nikita Taranov).
- Revert "Fix bug window functions: revert #39631" #58031 (Nikolai Kochetov).
NO CL CATEGORY
- Backported in #57918:. #57909 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Remove heavy rust stable toolchain #57905 (Mikhail f. Shiryaev).
- Fix docker image for integration tests (fixes CI) #57952 (Azat Khuzhin).
- Always use
pread
for reading cache segments #57970 (Nikita Taranov).