ClickHouse/docs/changelogs/v23.8.15.35-lts.md

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

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 is DateTime64. #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 using session_timezone as query level setting. #63377 (Andrey Zvonov).
  • Backported in #63902: query_plan_remove_redundant_distinct can break queries with WINDOW FUNCTIONS (with allow_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

NO CL ENTRY

NOT FOR CHANGELOG / INSIGNIFICANT