mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
4.0 KiB
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 acceptUID: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
andUnknown expression or identifier
errors for queries with aliases toGLOBAL 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. RemoveCLICKHOUSE_DOCKER_RESTART_ON_EXIT
processing to complien requirements. Consistentclickhouse/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
- Backported in #71808: Fix issues we face on orphane backport branches and closed release PRs, when fake-master events are sent to the check DB. #71782 (Mikhail f. Shiryaev).
- Backported in #71834: The change has already been applied to https://github.com/docker-library/official-images/pull/17876. Backport it to every branch to have a proper
Dockerfile.ubuntu
there. #71825 (Mikhail f. Shiryaev). - Fix bitShift test after backport. #71861 (Pablo Marcos).
- Revert "Merge pull request #71861 from pamarcos/fix-bitshift-test". #71871 (Pablo Marcos).