mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
3.3 KiB
3.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2023 |
2023 Changelog
ClickHouse release v23.8.7.24-lts (812b95e14b
) FIXME as compared to v23.8.6.16-lts (077df679be
)
Build/Testing/Packaging Improvement
- Backported in #56733: Do not fetch changed submodules in the builder container. #56689 (Mikhail f. Shiryaev).
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #56581: Prevent reference to a remote data source for the
data_paths
column insystem.tables
if the table is created with a table function using explicit column description. #55540 (MikhailBurdukov). - Backported in #56877: Fix incomplete query result for
UNION
inview()
table function. #56274 (Nikolai Kochetov). - Backported in #56409: Prohibit adding a column with type
Object(JSON)
to an existing table. This closes: #56095 This closes: #49944. #56307 (Nikita Mikhaylov). - Backported in #56756: Fix a segfault caused by a thrown exception in Kerberos initialization during the creation of the Kafka table. Closes #56073. #56401 (Nikolay Degterinsky).
- Backported in #56748: Fixed the issue that the RabbitMQ table engine wasn't able to connect to RabbitMQ over a secure connection. #56703 (Igor Nikonov).
- Backported in #56839: The server crashed when decompressing malformed data using the
FPC
codec. This issue was found with ClickHouse Bug Bounty Program by https://twitter.com/malacupa. #56795 (Alexey Milovidov).
NO CL CATEGORY
- Backported in #56601:. #56598 (Maksim Kita).
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).