Skip to content

Releases: Altinity/ClickHouse

25.6.5.20363 Altinity Antalya

18 Sep 12:14
1baa927
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

25.3.3.20143 Altinity Antalya

13 Jun 13:27
98010fb
Compare
Choose a tag to compare

Altinity Antalya release v25.3.3.20143.altinityantalya (98010fb) as compared to v25.2.2.28788.altinityantalya (c25e57f)

new base: upstream/v25.3.3.42-lts

New Feature

Improvement

  • Add several convenient ways to resolve root metadata.json file in an iceberg table function and engine. Closes #78455. (ClickHouse#78475 by @divanik via #841)
  • Iceberg as alias for DataLakeCatalog with catalog_type='rest''. (#822 by @ianton-ru)

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

Build/Testing/Packaging Improvement

  • Fixed parquet metadata related tests. (#824 by @Enmk)

Docker images

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

24.3.18 Altinity Stable

10 Jun 13:36
ef8a945
Compare
Choose a tag to compare

Changes compared to upstream's v24.3.18.7-lts

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

  • Fix advanced SSL configuration for Keeper's internal communication (ClickHouse#72730 by @antonio2368 via #768)
  • Regularly check if merges and mutations were cancelled even in case when the operation doesn't produce any blocks to write. (ClickHouse#77766 by @ antaljanosbenjamin via #729)

Improvements

Build/Testing/Packaging Improvement

  • Fixed tests (#785)

Full Changelog: v24.3.12.58312.altinityhotfix...Altinity:ClickHouse:v24.3.18.10426.altinitystable

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.3.18.10426.altinitystable

25.2.2.28788 Altinity Antalya

13 May 17:20
c25e57f
Compare
Choose a tag to compare

Changes compared to v25.2.2.27772.altinityantalya (319e424)

New Feature

Improvement

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

Build/Testing/Packaging Improvement

  • Migrate the GitLab CI/CD to GitHub and remove most jobs to focus on sign and release task. (#758 by @MyroTk)
  • Fix build. (#747 by @ianton-ru)

Full Changelog: v25.2.2.27772.altinityantalya...v25.2.2.28788.altinityantalya

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.2.2.28788.altinityantalya

25.2.2.27772 Altinity Antalya

28 Apr 22:28
319e424
Compare
Choose a tag to compare

Changes compared to v25.2.2.27732.altinityantalya (11d0423)

Performance Improvement

Improvement

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

Full Changelog: v25.2.2.27732.altinityantalya...v25.2.2.27772.altinityantalya

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.2.2.27772.altinityantalya

25.2.2.27732 Altinity Antalya

15 Apr 21:24
11d0423
Compare
Choose a tag to compare

Changes compared to v25.2.2.27662.altinityantalya (b9b80e4c)

Performance improvements

Improvements

  • Support partition pruning in delta lake. (ClickHouse#78486 by @kssenii via #733)
  • In StorageDeltaLake with delta-kernel-rs implementation, fix performance and progress bar (ClickHouse#78368 by @kssenii via #733)
  • Allow to explicitly specify metadata file to read for Iceberg with storage/table function setting iceberg_metadata_file_path (ClickHouse#77318 by @alesapin via #733)
  • Implemented parsing enhancements (Sequence ID parsing: Added functionality to parse sequence identifiers in manifest files AND Avro metadata parsing: Redesigned the Avro metadata parser to be easily extendable for future enhancements) (ClickHouse#75010 by @divanik via #733)

New features

Bug fixes

Full Changelog: v25.2.2.27662.altinityantalya...v25.2.2.27732.altinityantalya

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.2.2.27732.altinityantalya