ClickHouse/docs/changelogs/v24.3.14.35-lts.md

4.0 KiB

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v24.3.14.35-lts (cfa4e62b77) FIXME as compared to v24.3.13.40-lts (7acabd7738)

Improvement

  • Backported in #71711: CLICKHOUSE_PASSWORD is escaped for XML in clickhouse image's entrypoint. #69301 (aohoyd).
  • Backported in #71662: When user/group is given as ID, the clickhouse su fails. This patch fixes it to accept UID:GID as well. ### Documentation entry for user-facing changes. #71626 (Mikhail f. Shiryaev).

Bug Fix (user-visible misbehavior in an official stable release)

  • Backported in #65755: Fix the Expression nodes list expected 1 projection names and Unknown expression or identifier errors for queries with aliases to GLOBAL IN.. #64517 (Nikolai Kochetov).
  • Backported in #71600: Fix error Invalid number of rows in Chunk with Variant column. #71388 (Pavel Kruglov).
  • Backported in #71842: Fix crash with optimize_rewrite_array_exists_to_has. #71432 (Raúl Marín).
  • Backported in #71562: Avoid crash when using a UDF in a constraint. #71541 (Raúl Marín).
  • Backported in #71731: Return 0 or default char instead of throwing an error in bitShift functions in case of out of bounds. #71580 (Pablo Marcos).

Build/Testing/Packaging Improvement

  • Backported in #71697: Vendor in rust dependencies. #62297 (Raúl Marín).
  • Backported in #71688: Improve clickhouse-server Dockerfile.ubuntu. Deprecate CLICKHOUSE_UID/CLICKHOUSE_GID envs. Remove CLICKHOUSE_DOCKER_RESTART_ON_EXIT processing to complien requirements. Consistent clickhouse/clickhouse-server/clickhouse-keeper execution to not have it plain in one place and /usr/bin/clickhouse* in another. #71573 (Mikhail f. Shiryaev).

NOT FOR CHANGELOG / INSIGNIFICANT