mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
2.6 KiB
2.6 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v22.8.16.32-lts (7c4be737bd
) FIXME as compared to v22.8.15.23-lts (d36fa168bb
)
Build/Testing/Packaging Improvement
- Backported in #48344: Use sccache as a replacement for ccache and using S3 as cache backend. #46240 (Mikhail f. Shiryaev).
- Backported in #48250: The
clickhouse/clickhouse-keeper
image used to be pushed only with tags-alpine
, e.g.latest-alpine
. As it was suggested in https://github.com/ClickHouse/examples/pull/2, now it will be pushed as suffixless too. #48236 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Fix bug in zero-copy replication disk choice during fetch #47010 (alesapin).
- Fix query parameters #47488 (Alexey Milovidov).
- Fix wait for zero copy lock during move #47631 (alesapin).
- Fix crash in polygonsSymDifferenceCartesian #47702 (pufit).
- Backport to 22.8: Fix moving broken parts to the detached for the object storage disk on startup #48273 (Aleksei Filatov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Add a fuse for backport branches w/o a created PR #47760 (Mikhail f. Shiryaev).
- Only valid Reviews.STATES overwrite existing reviews #47789 (Mikhail f. Shiryaev).
- Place short return before big block, improve logging #47822 (Mikhail f. Shiryaev).
- Artifacts s3 prefix #47945 (Mikhail f. Shiryaev).
- Fix tsan error lock-order-inversion #47953 (Kruglov Pavel).