mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
1.8 KiB
1.8 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v22.11.5.15-stable (d763e5a923
) FIXME as compared to v22.11.4.3-stable (7f4cf554f6
)
Bug Fix (user-visible misbehavior in official stable release)
- Backported in #44999: Another fix for
Cannot read all data
error which could happen while readingLowCardinality
dictionary from remote fs. Fixes #44709. #44875 (Nikolai Kochetov). - Backported in #45552: Fix
SELECT ... FROM system.dictionaries
exception when there is a dictionary with a bad structure (e.g. incorrect type in xml config). #45399 (Aleksei Filatov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Automatically merge green backport PRs and green approved PRs #41110 (Mikhail f. Shiryaev).
- Improve release scripts #45074 (Mikhail f. Shiryaev).
- Fix wrong approved_at, simplify conditions #45302 (Mikhail f. Shiryaev).
- Get rid of artifactory in favor of r2 + ch-repos-manager #45421 (Mikhail f. Shiryaev).
- Trim refs/tags/ from GITHUB_TAG in release workflow #45636 (Mikhail f. Shiryaev).