Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/cloud/reference/01_changelog/01_cloud_changelog/2026.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,26 @@ Organization spend alerts are now available in Private Preview. Get notified at

ClickPipes is now available in all AWS regions (public and private) supported by ClickHouse Cloud, expanding from 6 regions to 18. This includes strategic regions like Singapore (ap-southeast-1), Seoul (ap-northeast-2), and Tokyo (ap-northeast-1). The new regions are available for services created after April 14, 2026. See the [documentation](/integrations/clickpipes#list-of-static-ips) for more details.

## 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](/manage/manage/billing/managing-payment-methods) for more details.

### 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.
Expand Down
Loading