Skip to content

Releases: Altinity/ClickHouse

10 releases found

25.8.12.20747 Altinity Antalya

23 Dec 11:32
a53ebd7

Choose a tag to compare

Altinity Antalya release v25.8.12.20747.altinityantalya (f5fb292) as compared to upstream/v25.8.12.129-lts (a53ebd72b2d)

New Feature

  • Introduce token-based authentication and authorization (#1078 by @zvonand)
  • Split large parquet files on part export, preserve entire settings object in part export (#1229 by @arthurpassos)

Improvement

  • Profile events for task distribution in ObjectStorageCluster requests (#1172 by @ianton-ru)
  • Set max message size on parquet v3 reader to avoid getting DB::Exception: apache::thrift::transport::TTransportException: MaxMessageSize reached (#1198 by @arthurpassos)

Performance Improvement

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

  • Fix segfault on unexpected node shutdown (#1201 @ianton-ru)
  • Fix segfault in requests to system,table when table in Iceberg catalog does not have snapshot (#1211 by @ianton-ru)
  • Now datalakes catalogs will be shown in system introspection tables only if show_data_lake_catalogs_in_system_tables explicitly enabled (ClickHouse#88341 by @alesapin via #1239)

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

Build/Testing/Packaging Improvement

  • Fix test 03644_object_storage_correlated_subqueries (#1203 by @ianton-ru)

Documentation

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

Full Changelog: https://github.com/ClickHouse/ClickHouse/compare/v25.8.12.129-lts...Altinity:ClickHouse:v25.8.12.20747.altinityantalya?expand=1

25.8.9.20496 Altinity Antalya

27 Nov 18:16
f5fb292

Choose a tag to compare

Altinity Antalya release v25.8.9.20496.altinityantalya (f5fb292) as compared to v25.8.9.20238.altinityantalya (1a190de)

New Feature

Improvement

  • Allow to read Iceberg data from any location. (#1092, #1163 by @zvonand)
  • Preserve a few file format settings in the export part manifest to be able to better control parallelism. (#1106 by @arthurpassos)
  • Do not send min/max info on swarm nodes when setting allow_experimental_iceberg_read_optimization is turned off. (#1109 by @ianton-ru)
  • More metrics for Iceberg, S3, and Azure. (#1123 by @ianton-ru)
  • Fix parquet writing not preserving original order when using single threaded writing with the native writer. (#1143 by @arthurpassos)
  • Preserve the entire format settings object in export part manifest. (#1144 by @arthurpassos)
  • Added experimental support in the Hybrid table engine to automatically reconcile column-type mismatches across segments via hybrid_table_auto_cast_columns (analyzer only). This allows queries to return consistent headers even when the underlying tables use different physical types. (#1156 by @filimonov)

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

Full Changelog: v25.8.9.20238.altinityantalya...v25.8.9.20496.altinityantalya

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

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

25.3.3.20143 Altinity Antalya

13 Jun 13:27
98010fb

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

25.2.2.28788 Altinity Antalya

13 May 17:20
c25e57f

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