From c56bccc559d8a8c50618771caa53e28e6363b81e Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Fri, 10 Apr 2026 22:13:27 +0200 Subject: [PATCH 1/5] Cloud changelog: Week of 2026-04-10 (Agent generated) --- .../01_changelog/01_cloud_changelog/2026.md | 32 ++++++++++++++++--- 1 file changed, 28 insertions(+), 4 deletions(-) diff --git a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md index f239b78d771..3a44d22b97e 100644 --- a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md +++ b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md @@ -14,11 +14,35 @@ import crash_reports_collection from '@site/static/images/cloud/reference/crash- In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibility](/whats-new/cloud-compatibility) page. :::tip[Automatically keep up to date!] - + <a href="/docs/cloud/changelog-rss.xml"> Subscribe to Cloud Changelog via RSS - + </a> ::: +## April 10, 2026 {#2026-04-10} + +### Centralized Marketplace Billing {#centralized-marketplace-billing} + +Customers can now consolidate billing across organizations through a single cloud marketplace subscription (AWS, Azure, and GCP). Key updates include: + +* **Marketplace Subscription Sharing:** Switch an organization from credit card billing to an existing marketplace subscription from another organization, removing the need to set up an additional marketplace subscription. Only PAYG usage is consolidated (not prepaid credits). +* **Update Marketplace Subscriptions:** Swap an organization's marketplace subscription to one used by a different organization. +* **Backup Payment Method:** Organizations on marketplace billing can now add a credit card as a fallback if the primary marketplace subscription is cancelled or expires. + +See the [billing documentation](/docs/cloud/manage/billing/managing-payment-methods) for more details. + +### ClickHouse Assistant Docs RAG API {#assistant-docs-rag-api} + +The ClickHouse Assistant in the SQL Console is now powered by a new Docs RAG API — a self-managed RAG pipeline handling embeddings, vector search, reranking, and response generation. Every assistant conversation now benefits from grounded, context-aware responses backed by the full ClickHouse documentation. + +### clickhousectl CLI (Public Beta) {#clickhousectl-cli} + +[clickhousectl](https://github.com/ClickHouse/clickhousectl) is the official ClickHouse CLI for managing local installations, running local servers, and operating ClickHouse Cloud. Install it now: + +```bash +curl https://clickhouse.com/cli | sh +``` + ## April 3, 2026 {#april-3-2026} - **Smarter auto-scaling with two-window recommender:** ClickHouse Cloud now uses a dual-lookback-window approach to vertical auto-scaling, replacing the previous single 30-hour window with a combined 3-hour "small window" and 30-hour "large window." This reduces scale-down latency from up to 30 hours to as little as 3 hours, lowering infrastructure costs for variable workloads without sacrificing scale-up responsiveness. Read the [blog post](https://clickhouse.com/blog/smarter-auto-scaling) for more details. - **Monitoring in the Cloud console:** New overview and infrastructure dashboards provide better visibility into the behavior of ClickHouse servers. Admin users now receive email notifications for common issues when using ClickHouse Cloud. Read the [blog post](https://clickhouse.com/blog/clickhouse-cloud-new-monitoring-capabilities) for more details. @@ -43,7 +67,7 @@ In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibil - GCP us-east1 (South Carolina) - Crash report collection preferences can now be configured at the organization level. This setting was previously available only at the service level. When disabled at the organization level, all existing and future services will be opted out automatically. -Crash reports collection +<Image img={crash_reports_collection} size="md" alt="Crash reports collection" /> ## January 23, 2026 {#january-23-2026} - ClickPipes is now available in AWS `eu-west-1`. For new ClickHouse Cloud services created from January 20 in that region, the matching region will be used for ClickPipes. For older services, ClickPipes defaults to `eu-central-1`. See the [documentation](/integrations/clickpipes#list-of-static-ips) for more details. @@ -53,4 +77,4 @@ In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibil - **Data Catalog integration:** You can now connect an external data catalog as a data source. ClickHouse Cloud supports AWS Glue and Unity Catalog (with more coming soon). Once connected, the catalog appears as a database, allowing you to read Iceberg tables directly—without duplicating data. For access, contact support to request access. - **ClickPipes:** - The MongoDB connector has been promoted to Public Beta, and is now available to new and existing ClickHouse Cloud customers, in all service tiers. Read the [blogpost](https://clickhouse.com/blog/mongodb-cdc-connector-clickpipes-beta) for an overview of new features and head to the [documentation](/integrations/clickpipes/mongodb) to get started. - - The [S3 ClickPipe](/integrations/clickpipes/object-storage/s3/overview) is now compatible with OVH Object Storage, the S3 API-compatible object storage service in OVHcloud. \ No newline at end of file + - The [S3 ClickPipe](/integrations/clickpipes/object-storage/s3/overview) is now compatible with OVH Object Storage, the S3 API-compatible object storage service in OVHcloud. From 451e3c8359e4712183487e663bed30c8eaa36d73 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Fri, 17 Apr 2026 22:40:10 +0200 Subject: [PATCH 2/5] Update 2026.md --- .../reference/01_changelog/01_cloud_changelog/2026.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md index 3a44d22b97e..6d10f7b8309 100644 --- a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md +++ b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md @@ -21,7 +21,7 @@ In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibil ## April 10, 2026 {#2026-04-10} -### Centralized Marketplace Billing {#centralized-marketplace-billing} +### Centralized marketplace billing {#centralized-marketplace-billing} Customers can now consolidate billing across organizations through a single cloud marketplace subscription (AWS, Azure, and GCP). Key updates include: @@ -31,11 +31,7 @@ Customers can now consolidate billing across organizations through a single clou See the [billing documentation](/docs/cloud/manage/billing/managing-payment-methods) for more details. -### ClickHouse Assistant Docs RAG API {#assistant-docs-rag-api} - -The ClickHouse Assistant in the SQL Console is now powered by a new Docs RAG API — a self-managed RAG pipeline handling embeddings, vector search, reranking, and response generation. Every assistant conversation now benefits from grounded, context-aware responses backed by the full ClickHouse documentation. - -### clickhousectl CLI (Public Beta) {#clickhousectl-cli} +### clickhousectl CLI (public beta) {#clickhousectl-cli} [clickhousectl](https://github.com/ClickHouse/clickhousectl) is the official ClickHouse CLI for managing local installations, running local servers, and operating ClickHouse Cloud. Install it now: From 144bb3677300e32a56c6389b8b1c9ec9831c4dc2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 20 Apr 2026 23:22:01 +0000 Subject: [PATCH 3/5] Fix escaped MDX tags in 2026 cloud changelog Agent-Logs-Url: https://github.com/ClickHouse/clickhouse-docs/sessions/d9d5c624-76c2-4842-8379-54aeb224d7db Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com> --- .../cloud/reference/01_changelog/01_cloud_changelog/2026.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md index f1d8fa110f8..ca18a15fb67 100644 --- a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md +++ b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md @@ -14,9 +14,9 @@ import crash_reports_collection from '@site/static/images/cloud/reference/crash- In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibility](/whats-new/cloud-compatibility) page. :::tip[Automatically keep up to date!] - <a href="/docs/cloud/changelog-rss.xml"> + Subscribe to Cloud Changelog via RSS - </a> + ::: ## April 17, 2026 {#april-17-2026} @@ -77,7 +77,7 @@ curl https://clickhouse.com/cli | sh - GCP us-east1 (South Carolina) - Crash report collection preferences can now be configured at the organization level. This setting was previously available only at the service level. When disabled at the organization level, all existing and future services will be opted out automatically. -<Image img={crash_reports_collection} size="md" alt="Crash reports collection" /> +Crash reports collection ## January 23, 2026 {#january-23-2026} - ClickPipes is now available in AWS `eu-west-1`. For new ClickHouse Cloud services created from January 20 in that region, the matching region will be used for ClickPipes. For older services, ClickPipes defaults to `eu-central-1`. See the [documentation](/integrations/clickpipes#list-of-static-ips) for more details. From 71e505615fca40d724749d154b5294646650279c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Apr 2026 00:17:37 +0000 Subject: [PATCH 4/5] Fix cloud changelog billing documentation link path Agent-Logs-Url: https://github.com/ClickHouse/clickhouse-docs/sessions/622909d0-aad7-4323-9df9-a2d66b54579d Co-authored-by: Blargian <41984034+Blargian@users.noreply.github.com> --- docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md index ca18a15fb67..efd30905c71 100644 --- a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md +++ b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md @@ -43,7 +43,7 @@ Customers can now consolidate billing across organizations through a single clou * **Update Marketplace Subscriptions:** Swap an organization's marketplace subscription to one used by a different organization. * **Backup Payment Method:** Organizations on marketplace billing can now add a credit card as a fallback if the primary marketplace subscription is cancelled or expires. -See the [billing documentation](/docs/cloud/manage/billing/managing-payment-methods) for more details. +See the [billing documentation](/cloud/manage/billing/managing-payment-methods) for more details. ### clickhousectl CLI (public beta) {#clickhousectl-cli} From c5f8adbe47a9838c53a7d38603c666fa51355192 Mon Sep 17 00:00:00 2001 From: Shaun Struwig <41984034+Blargian@users.noreply.github.com> Date: Thu, 23 Apr 2026 22:33:24 +0900 Subject: [PATCH 5/5] fix link --- docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md index efd30905c71..4dddd0ef3dc 100644 --- a/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md +++ b/docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md @@ -43,7 +43,7 @@ Customers can now consolidate billing across organizations through a single clou * **Update Marketplace Subscriptions:** Swap an organization's marketplace subscription to one used by a different organization. * **Backup Payment Method:** Organizations on marketplace billing can now add a credit card as a fallback if the primary marketplace subscription is cancelled or expires. -See the [billing documentation](/cloud/manage/billing/managing-payment-methods) for more details. +See the [billing documentation](/manage/manage/billing/managing-payment-methods) for more details. ### clickhousectl CLI (public beta) {#clickhousectl-cli}