mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.4 KiB
2.4 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.10.4.25-stable (330fd687d4
) FIXME as compared to v23.10.3.5-stable (b2ba7637a4
)
Build/Testing/Packaging Improvement
- Backported in #56633: In #54043 the setup plan started to appear in the logs. It should be only in the
runner_get_all_tests.log
only. As well, send the failed infrastructure event to CI db. #56214 (Mikhail f. Shiryaev). - Backported in #56737: Do not fetch changed submodules in the builder container. #56689 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Select from system tables when table based on table function. #55540 (MikhailBurdukov).
- Fix restore from backup with
flatten_nested
anddata_type_default_nullable
#56306 (Kseniia Sumarokova). - Fix segfault during Kerberos initialization #56401 (Nikolay Degterinsky).
- Fix: RabbitMQ OpenSSL dynamic loading issue #56703 (Igor Nikonov).
- Fix crash in GCD codec in case when zeros present in data #56704 (Nikita Mikhaylov).
- Fix crash in FPC codec #56795 (Alexey Milovidov).
NOT FOR CHANGELOG / INSIGNIFICANT
- Rewrite jobs to use callable workflow #56385 (Mikhail f. Shiryaev).
- Continue rewriting workflows to reusable tests #56501 (Mikhail f. Shiryaev).
- Better exception messages #56854 (Antonio Andelic).