mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.5 KiB
2.5 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.4.5.22-stable (0ced5d6a8d
) FIXME as compared to v23.4.4.16-stable (747ba4fc6a
)
Build/Testing/Packaging Improvement
- Backported in #51530: Split huge
RUN
in Dockerfile into smaller conditional. Install the necessary tools on demand in the sameRUN
layer, and remove them after that. Upgrade the OS only once at the beginning. Use a modern way to check the signed repository. Downgrade the base repo to ubuntu:20.04 to address the issues on older docker versions. Upgrade golang version to address golang vulnerabilities. #51504 (Mikhail f. Shiryaev). - Backported in #51570: This a follow-up for #51504, the cleanup was lost during refactoring. #51564 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix broken index analysis when binary operator contains a null constant argument #50177 (Amos Bird).
- Fix reconnecting of HTTPS session when target host IP was changed #50240 (Aleksei Filatov).
- Fix incorrect constant folding #50536 (Alexey Milovidov).
- Fix type of LDAP server params hash in cache entry #50865 (Julian Maicher).
- Fallback to parsing big integer from String instead of exception in Parquet format #50873 (Kruglov Pavel).
- Do not apply projection if read-in-order was enabled. #50923 (Nikolai Kochetov).
- Fix fuzzer failure in ActionsDAG #51301 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Increase max array size in group bitmap #50620 (Kruglov Pavel).