mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
1.6 KiB
1.6 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v22.8.17.17-lts (df7f2ef0b4
) FIXME as compared to v22.8.16.32-lts (7c4be737bd
)
Improvement
- Backported in #48157: Fixed
UNKNOWN_TABLE
exception when attaching to a materialized view that has dependent tables that are not available. This might be useful when trying to restore state from a backup. #47975 (MikhailBurdukov).
Build/Testing/Packaging Improvement
- Backported in #48957: After the recent update, the
dockerd
requires--tlsverify=false
together with the http port explicitly. #48924 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix explain graph with projection #47473 (flynn).
- Remove a feature #48195 (Alexey Milovidov).
- Fix possible segfault in cache #48469 (Kseniia Sumarokova).
- Fix bug in Keeper when a node is not created with scheme
auth
in ACL sometimes. #48595 (Aleksei Filatov).