ClickHouse/docs/changelogs/v20.10.5.10-stable.md

3.7 KiB

ClickHouse release v20.10.5.10-stable FIXME as compared to v20.10.4.1-stable

Improvement

  • Backported in #17031: Make it possible to connect to clickhouse-server secure endpoint which requires SNI. This is possible when clickhouse-server is hosted behind TLS proxy. #16938 (filimonov).

Bug Fix

  • Backported in #17107: fixes #16574 fixes #16231 fix remote query failure when using 'if' suffix aggregate function. #16610 (Winter Zhang).
  • Backported in #17022: Fix crash when using any without any arguments. This is for #16803 . cc @azat. #16826 (Amos Bird).
  • Backported in #16878: Abort multipart upload if no data was written to WriteBufferFromS3. #16840 (Pavel Kovalenko).
  • Backported in #16949: Prevent clickhouse server crashes when using TimeSeriesGroupSum. #16865 (filimonov).
  • Backported in #17075: Fix possible error Illegal type of argument for queries with ORDER BY. Fixes #16580. #16928 (Nikolai Kochetov).
  • Backported in #17008: Install script should always create subdirs in config folders. This is only relevant for Docker build with custom config. #16936 (filimonov).
  • Backported in #16967: Blame info was not calculated correctly in clickhouse-git-import. #16959 (Alexey Milovidov).
  • Backported in #17012: Fix possible server crash after ALTER TABLE ... MODIFY COLUMN ... NewType when SELECT have WHERE expression on altering column and alter doesn't finished yet. #16968 (Amos Bird).
  • Backported in #17038: Reresolve the IP of the format_avro_schema_registry_url in case of errors. #16985 (filimonov).
  • Backported in #17092: Fixed wrong result in big integers (128, 256 bit) when casting from double. #16986 (Mike Kot).
  • Backported in #17169: Fix bug when ON CLUSTER queries may hang forever for non-leader ReplicatedMergeTreeTables. #17089 (alesapin).