ClickHouse/docs/changelogs/v24.9.2.42-stable.md

5.3 KiB
Raw Blame History

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v24.9.2.42-stable (de7c791a2e) FIXME as compared to v24.9.1.3278-stable (6d058d82a8)

Improvement

  • Backported in #70091: Add show_create_query_identifier_quoting_rule to define identifier quoting behavior of the show create query result. Possible values: - user_display: When the identifiers is a keyword. - when_necessary: When the identifiers is one of {"distinct", "all", "table"}, or it can cause ambiguity: column names, dictionary attribute names. - always: Always quote identifiers. #69448 (tuanpach).
  • Backported in #70100: Follow-up to https://github.com/ClickHouse/ClickHouse/pull/69346 Point 4 described there will work now as well:. #69563 (Vitaly Baranov).
  • Backported in #70048: Add new column readonly_duration to the system.replicas table. Needed to be able to distinguish actual readonly replicas from sentinel ones in alerts. #69871 (Miсhael Stetsyuk).

Bug Fix (user-visible misbehavior in an official stable release)

NOT FOR CHANGELOG / INSIGNIFICANT

  • Backported in #70052: Improve stateless test runner. #69864 (Alexey Katsman).
  • Backported in #70284: Improve pipdeptree generator for docker images. - Update requirements.txt for the integration tests runner container - Remove some small dependencies, improve helpers/retry_decorator.py - Upgrade docker-compose from EOL version 1 to version 2. #70146 (Mikhail f. Shiryaev).
  • Backported in #70261: Update test_storage_s3_queue/test.py. #70159 (Kseniia Sumarokova).