Skip to content

Releases: Altinity/ClickHouse

25.3.8.10041 Altinity Stable

14 Nov 17:43
cfe75cb

Choose a tag to compare

Altinity Stable release v25.3.8.10041 (cfe75cb) as compared to upstream/v25.3.8.23-lts (4149650741851dc48fd43371b686804db152aca3)

New Feature

Improvement

Performance Improvement

  • SELECT query with FINAL clause on a ReplacingMergeTree table with the is_deleted column now executes faster because of improved parallelization from 2 existing optimizations : 1) do_not_merge_across_partitions_select_final optimization for partitions of the table that have only a single part 2) Split other selected ranges of the table into intersecting / non-intersecting and only intersecting ranges have to pass through FINAL merging transform (ClickHouse#88090 by @shankar-iyer via #1126)

Critical Bug Fix (crash, data loss, RBAC) or LOGICAL_ERROR

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

Build/Testing/Packaging Improvements

  • Bump OpenSSL to fix CVE-2025-9230

Not for changelog

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/#altinitystable as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:25.3.8.10041.altinitystable

Full Changelog: v25.3.8.23-lts...v25.3.8.10041.altinitystable

25.8.9.20238 Altinity Antalya

27 Oct 15:55
1a190de

Choose a tag to compare

Altinity Antalya release v25.8.9.20238.altinityantalya (1a190de) as compared to v25.8.9.20207.altinityantalya (044fdbd)

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

  • Proper handling of opt-in AWS regions for S3. (#1101 by @zvonand)
  • Do not throw exception when reading Iceberg metadata failed in call to system.tables. (#1098 by @zvonand)

Missing ports from previous releases

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/#altinityantalya as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:25.8.9.20238.altinityantalya

Full Changelog

v25.8.9.20207.altinityantalya...v25.8.9.20238.altinityantalya

24.8.14.10544 Altinity Stable

25 Oct 10:55
fd0fddb

Choose a tag to compare

Changes compared to v24.8.14.10501.altinitystable (d1f73c2)

Critical Bug Fixes (crash, data loss, RBAC) or LOGICAL_ERROR

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

Improvements

  • New MergeTree setting search_orphaned_parts_drives to limit scope to look for parts e.g. by disks with local metadata (ClickHouse#84710 by @ilejn via #977)
  • Refreshable materialized view improvements: append mode (... REFRESH EVERY 1 MINUTE APPEND ...) to add rows to existing table instead of overwriting the whole table, retries (disabled by default, configured in SETTINGS section of the query), SYSTEM WAIT VIEW <name> query that waits for the currently running refresh, some fixes (ClickHouse#68249, ClickHouse#58934 by @al13n321 via #1066)
  • Fixes handling of users with a dot in the name when added via config file (ClickHouse#86633 by @mkmkme via #1089)

Performance Improvements

Build/Testing/Packaging Improvement

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/ as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:24.8.14.10544.altinitystable

Full Changelog: v24.8.14.10501.altinitystable...v24.8.14.10544.altinitystable

25.8.9.20207 Altinity Antalya

20 Oct 18:23
044fdbd

Choose a tag to compare

Altinity Antalya release v25.8.9.20207 (044fdbd) as compared to upstream/v25.8.9.20-lts (a1f4cd9c23f)

New Feature

Experimental Feature

Improvement

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

And ALL Antalya features from previous releases

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/#altinityantalya as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:25.8.9.20207.altinityantalya

Full Changelog: v25.8.9.20-lts...v25.8.9.20207.altinityantalya

25.6.5.20420 Altinity Antalya

03 Oct 13:00
2cd9430

Choose a tag to compare

Changes compared to previous Altinity Antalya release v25.6.5.20363.altinityantalya (1baa927bf95feed16ccaa12ed3e8b141e257bd68)

Experimental Feature

Improvement

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

Build/Testing/Packaging Improvement

  • Do not send crash reports to crash.clickhouse.com. (#1047 by @Enmk)
  • Update artifact upload paths to be uniform and match 25.8. (#1055 by @MyroTk)

25.6.5.20363 Altinity Antalya

18 Sep 12:14
1baa927

Choose a tag to compare

Changes compared to upstream/v25.6.5.41-stable (533d680)

New Feature

  • Add support for hive partition style reads and writes. ([ClickHouse#76802](ClickHouse#76802 by @arthurpassos) via #934)
  • Implement AWS S3 authentication with an explicitly provided IAM role. Implement OAuth for GCS. These features were recently only available in ClickHouse Cloud and are now open-sourced. Synchronize some interfaces such as serialization of the connection parameters for object storages. (ClickHouse#84011 by @alexey-milovidov via #986)

Experimental Feature

  • Restart loading files from object storage on other nodes when one node down in a swarm query. (#780 by @ianton-ru)
  • Simple MergeTree part export to object storage (#1009 by @arthurpassos)
  • JOIN with *Cluster table functions and swarm queries. (#972 by @ianton-ru)
  • SYSTEM STOP SWARM MODE command for graceful shutdown of swarm node. (#1014 by @ianton-ru)

Improvement

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

And ALL Antalya features from previous releases

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/#altinityantalya as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:25.6.5.20363.altinityantalya

Full Changelog: v25.6.5.41-stable...v25.6.5.20363.altinityantalya

25.3.6.10034 Altinity Stable

29 Jul 15:37

Choose a tag to compare

Changes compared to upstream's v25.3.6.56-lts

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

  • Skip indexes with lambda expressions could not be applied. Fix the case when high-level functions in the index definition exactly match the one in the query (ClickHouse#80025 by @KochetovNicolai via #918)
  • Do not check for cyclic dependencies on create table with no dependencies. It fixes performance degradation of the use cases with creation of thousands of tables that was introduced in ClickHouse#65405 (ClickHouse#83077 by @Avogar via #916)
  • Fix wrong results for grouping sets with ColumnConst and Analyzer (ClickHouse#79743 by @zvonand via #915)

Improvements

CI Fixes or Improvements

Not for changelog

Build report

Release notes

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/ as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server/25.3.6.10034.altinitystable

25.3.3.20186 Altinity Antalya

14 Jul 14:08
143c05f

Choose a tag to compare

Altinity Antalya release v25.3.3.20186.altinityantalya (143c05f) as compared to v25.3.3.20183.altinityantalya (1abef61)

New Feature

  • Add iceberg_metadata_file_path to query when send it to swarm nodes (#898 by @ianton-ru)

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/ as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:25.3.3.20186.altinityantalya

Full Changelog: v25.3.3.20183.altinityantalya...v25.3.3.20186.altinityantalya

25.3.3.20183 Altinity Antalya

10 Jul 22:20
1abef61

Choose a tag to compare

Altinity Antalya release v25.3.3.20183.altinityantalya (1abef61) as compared to v25.3.3.20143.altinityantalya (98010fb)

New Feature

  • Setting lock_object_storage_task_distribution_ms to improve cache locality with swarm cluster. (#866 by @ianton-ru)

Improvement

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

  • IcebergS3 supports count optimization, but IcebergS3Cluster does not. As a result, the count() result returned in cluster mode may be a multiple of the number of replicas. (ClickHouse#79844 by @wxybear via #878, #885)

Build/Testing/Packaging Improvement

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/ as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:25.3.3.20183.altinityantalya

Full Changelog: v25.3.3.20143.altinityantalya...v25.3.3.20183.altinityantalya

24.8.14.10501 Altinity Stable

27 Jun 12:00
d1f73c2

Choose a tag to compare

Changes compared to v24.8.14.10459.altinitystable (abce67b)

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

Improvements

Build/Testing/Packaging Improvement

Packages

Available for both AMD64 and Aarch64 from https://builds.altinity.cloud/ as either .deb, .rpm, or .tgz

Docker images

Available for both AMD64 and Aarch64: altinity/clickhouse-server:24.8.14.10501.altinitystable

Full Changelog: v24.8.14.10459.altinitystable...v24.8.14.10501.altinitystable