mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
4.8 KiB
4.8 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v23.8.15.35-lts (060ff8e813
) FIXME as compared to v23.8.14.6-lts (967e51c1d6
)
Build/Testing/Packaging Improvement
- Backported in #63621: The Dockerfile is reviewed by the docker official library in https://github.com/docker-library/official-images/pull/15846. #63400 (Mikhail f. Shiryaev).
- Backported in #65153: Decrease the
unit-test
image a few times. #65102 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #64422: Fixes #59989: runs init scripts when force-enabled or when no database exists, rather than the inverse. #59991 (jktng).
- Backported in #64016: Fix "Invalid storage definition in metadata file" for parameterized views. #60708 (Azat Khuzhin).
- Backported in #63456: Fix the issue where the function
addDays
(and similar functions) reports an error when the first parameter isDateTime64
. #61561 (Shuai li). - Backported in #63289: Fix crash with untuple and unresolved lambda. #63131 (Raúl Marín).
- Backported in #63512: Fix
X-ClickHouse-Timezone
header returning wrong timezone when usingsession_timezone
as query level setting. #63377 (Andrey Zvonov). - Backported in #63902:
query_plan_remove_redundant_distinct
can break queries with WINDOW FUNCTIONS (withallow_experimental_analyzer
is on). Fixes #62820. #63776 (Igor Nikonov). - Backported in #64104: Deserialize untrusted binary inputs in a safer way. #64024 (Robert Schulze).
- Backported in #64265: Prevent LOGICAL_ERROR on CREATE TABLE as MaterializedView. #64174 (Raúl Marín).
- Backported in #64867: Fixed memory possible incorrect memory tracking in several kinds of queries: queries that read any data from S3, queries via http protocol, asynchronous inserts. #64844 (Anton Popov).
NO CL CATEGORY
- Backported in #63704:. #63415 (Nikolai Kochetov).
NO CL ENTRY
- NO CL ENTRY: 'Installation test has wrong check_state'. #63994 (Mikhail f. Shiryaev).
NOT FOR CHANGELOG / INSIGNIFICANT
- Backported in #63343: The commit url has different pattern. #63331 (Mikhail f. Shiryaev).
- Backported in #63965: fix 02124_insert_deduplication_token_multiple_blocks. #63950 (Han Fei).
- Backported in #64043: Do not create new release in release branch automatically. #64039 (Mikhail f. Shiryaev).
- Pin requests to fix the integration tests. #65183 (Mikhail f. Shiryaev).