All Versions
345
Latest Version
Avg Release Cycle
33 days
Latest Release
781 days ago

Changelog History
Page 6

  • v20.4.1.3079

    April 19, 2020
  • v20.4.1.2742

    March 22, 2020
  • v20.4.1.2736

    March 22, 2020
  • v20.4.1.2731

    March 21, 2020
  • v20.4.1.2720

    March 20, 2020
  • v20.4.1.2691

    March 18, 2020
  • v20.4.1.2675

    March 17, 2020
  • v20.4

  • v20.3.21.2 Changes

    November 02, 2020

    ๐Ÿ› Bug Fix

    • ๐Ÿ›  Fix dictGet in sharding_key (and similar places, i.e. when the function context is stored permanently). #16205 (Azat Khuzhin).
    • ๐Ÿ›  Fix incorrect empty result for query from Distributed table if query has WHERE, PREWHERE and GLOBAL IN. Fixes #15792. #15933 (Nikolai Kochetov).
    • ๐Ÿ›  Fix missing or excessive headers in TSV/CSVWithNames formats. This fixes #12504. #13343 (Azat Khuzhin).
  • v20.3.20.6 Changes

    October 09, 2020

    ๐Ÿ› Bug Fix

    • ๐Ÿšš Mutation might hang waiting for some non-existent part after MOVE or REPLACE PARTITION or, in rare cases, after DETACH or DROP PARTITION. It's fixed. #15724, #15537 (tavplubix).
    • ๐Ÿ›  Fix hang of queries with a lot of subqueries to same table of MySQL engine. Previously, if there were more than 16 subqueries to same MySQL table in query, it hang forever. #15299 (Anton Popov).
    • ๐Ÿ›  Fix 'Unknown identifier' in GROUP BY when query has JOIN over Merge table. #15242 (Artem Zuikov).
    • ๐Ÿ›  Fix to make predicate push down work when subquery contains finalizeAggregation function. Fixes #14847. #14937 (filimonov).
    • ๐Ÿšš Concurrent ALTER ... REPLACE/MOVE PARTITION ... queries might cause deadlock. It's fixed. #13626 (tavplubix).