ClickHouse/docs/changelogs/v23.8.9.54-lts.md

5.3 KiB

sidebar_position sidebar_label
1 2024

2024 Changelog

ClickHouse release v23.8.9.54-lts (192a1d231f) FIXME as compared to v23.8.8.20-lts (5e012a03bf)

Improvement

  • Backported in #57668: Output valid JSON/XML on excetpion during HTTP query execution. Add setting http_write_exception_in_output_format to enable/disable this behaviour (enabled by default). #52853 (Kruglov Pavel).
  • Backported in #58491: Fix transfer query to MySQL compatible query. Fixes #57253. Fixes #52654. Fixes #56729. #56456 (flynn).
  • Backported in #57238: Fetching a part waits when that part is fully committed on remote replica. It is better not send part in PreActive state. In case of zero copy this is mandatory restriction. #56808 (Sema Checherinda).
  • Backported in #57655: Handle sigabrt case when getting PostgreSQl table structure with empty array. #57618 (Mike Kot (Михаил Кот)).

Build/Testing/Packaging Improvement

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

NO CL ENTRY

NOT FOR CHANGELOG / INSIGNIFICANT