mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
2.3 KiB
2.3 KiB
sidebar_position | sidebar_label |
---|---|
1 | 2024 |
2024 Changelog
ClickHouse release v24.6.2.17-stable (5710a8b5c0
) FIXME as compared to v24.6.1.4423-stable (dcced7c847
)
New Feature
- Backported in #66002: Add AzureQueue storage. #65458 (Kseniia Sumarokova).
Improvement
- Backported in #65898: Respect cgroup CPU limit in Keeper. #65819 (Antonio Andelic).
Bug Fix (user-visible misbehavior in an official stable release)
- Backported in #65935: For queries that read from
PostgreSQL
, cancel the internalPostgreSQL
query if the ClickHouse query is finished. Otherwise,ClickHouse
query cannot be canceled until the internalPostgreSQL
query is finished. #65771 (Maksim Kita).
NOT FOR CHANGELOG / INSIGNIFICANT
- Backported in #65907: Fix bug with session closing in Keeper. #65735 (Antonio Andelic).
- Backported in #65962: Add missing workload identity changes. #65848 (SmitaRKulkarni).
- Backported in #66033: Follow up to #65046. #65928 (Kseniia Sumarokova).
- Backported in #66076: Fix support of non-const scale arguments in rounding functions. #65983 (Mikhail Gorshkov).
- Backported in #66017: Fix race in s3queue. #65986 (Kseniia Sumarokova).