mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
7.1 KiB
7.1 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.1.6.52-stable (fa09f677bc
) FIXME as compared to v24.1.5.6-stable (7f67181ff3
)
Improvement
- Backported in #60292: Copy S3 file GCP fallback to buffer copy in case GCP returned
Internal Error
withGATEWAY_TIMEOUT
HTTP error code. #60164 (Maksim Kita). - Backported in #60832: Update tzdata to 2024a. #60768 (Raúl Marín).
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #60413: Fix segmentation fault in KQL parser when the input query exceeds the
max_query_size
. Also re-enable the KQL dialect. Fixes #59036 and #59037. #59626 (Yong Wang). - Backported in #60074: Fix error
Read beyond last offset
forAsynchronousBoundedReadBuffer
. #59630 (Vitaly Baranov). - Backported in #60299: Fix having neigher acked nor nacked messages. If exception happens during read-write phase, messages will be nacked. #59775 (Kseniia Sumarokova).
- Backported in #60066: Fix optimize_uniq_to_count removing the column alias. #60026 (Raúl Marín).
- Backported in #60638: Fixed a bug in parallel optimization for queries with
FINAL
, which could give an incorrect result in rare cases. #60041 (Maksim Kita). - Backported in #60177: Fix cosineDistance crash with Nullable. #60150 (Raúl Marín).
- Backported in #60279: Hide sensitive info for
S3Queue
table engine. #60233 (Kseniia Sumarokova). - Backported in #61000: Reduce the number of read rows from
system.numbers
. Fixes #59418. #60546 (JackyWoo). - Backported in #60791: Fix buffer overflow that can happen if the attacker asks the HTTP server to decompress data with a composition of codecs and size triggering numeric overflow. Fix buffer overflow that can happen inside codec NONE on wrong input data. This was submitted by TIANGONG research team through our Bug Bounty program. #60731 (Alexey Milovidov).
- Backported in #60783: Functions for SQL/JSON were able to read uninitialized memory. This closes #60017. Found by Fuzzer. #60738 (Alexey Milovidov).
- Backported in #60803: Do not set aws custom metadata
x-amz-meta-*
headers on UploadPart & CompleteMultipartUpload calls. #60748 (Francisco J. Jurado Moreno). - Backported in #60820: Fix crash in arrayEnumerateRanked. #60764 (Raúl Marín).
- Backported in #60841: Fix crash when using input() in INSERT SELECT JOIN. Closes #60035. #60765 (Kruglov Pavel).
- Backported in #60904: Avoid segfault if too many keys are skipped when reading from S3. #60849 (Antonio Andelic).
NO CL CATEGORY
- Backported in #60186:. #60181 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Backported in #60333: CI: Fix job failures due to jepsen artifacts. #59890 (Max K.).
- Backported in #60034: Fix mark release ready. #59994 (Mikhail f. Shiryaev).
- Backported in #60326: Ability to detect undead ZooKeeper sessions. #60044 (Alexander Tokmakov).
- Backported in #60363: CI: hot fix for gh statuses. #60201 (Max K.).
- Backported in #60648: Detect io_uring in tests. #60373 (Azat Khuzhin).
- Backported in #60569: Remove broken test while we fix it. #60547 (Raúl Marín).
- Backported in #60756: Update shellcheck. #60553 (Mikhail f. Shiryaev).
- Backported in #60584: CI: fix docker build job name. #60554 (Max K.).