Skip to content

Commit ab80e1c

Browse files
committed
Merge branch 'main' of https://github.com/ClickHouse/clickhouse-docs into kafka-metrics
2 parents b879d43 + 977b05b commit ab80e1c

File tree

28 files changed

+867
-195
lines changed

28 files changed

+867
-195
lines changed

docs/cloud/features/05_admin_features/api/openapi.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ This document covers the ClickHouse Cloud API. For database API endpoints, pleas
3434
<br/>
3535
:::note
3636
Permissions align with ClickHouse Cloud [predefined roles](/cloud/security/console-roles). The developer role has read-only permissions for assigned services and the admin role has full read and write permissions.
37+
:::
38+
39+
:::tip Query API Endpoints
40+
To use API keys with [Query API Endpoints](/cloud/get-started/query-endpoints), set Organization Role to `Member` (minimum) and grant Service Role access to `Query Endpoints`.
3741
:::
3842

3943
<Image img={image_03} size="md" alt="Create API key form" border/>

docs/cloud/guides/SQL_console/query-endpoints.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ The **Query API Endpoints** feature allows you to create an API endpoint directl
2424
## Pre-requisites {#quick-start-guide}
2525

2626
Before proceeding, ensure you have:
27-
- an API key
28-
- an Admin Console Role.
27+
- An API key with appropriate permissions
28+
- An Admin Console Role
2929

3030
You can follow this guide to [create an API key](/cloud/manage/openapi) if you don't yet have one.
3131

32+
:::note Minimum permissions
33+
To query an API endpoint, the API key needs `Member` organization role with `Query Endpoints` service access. The database role is configured when you create the endpoint.
34+
:::
35+
3236
<VerticalStepper headerLevel="h3">
3337

3438
### Create a saved query {#creating-a-saved-query}

docs/cloud/reference/01_changelog/01_changelog.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,16 @@ import dashboards from '@site/static/images/cloud/reference/may-30-dashboards.pn
3333

3434
In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibility](/whats-new/cloud-compatibility) page.
3535

36+
## November 7, 2025 {#november-7-2025}
37+
38+
- ClickHouse Cloud console now supports configuring replica sizes in increments of 1 vCPU, 4 GiB from the cloud console.
39+
These options are available both when setting up a new service as well as when setting minimum and maximum replica sizes on the settings page.
40+
- Custom hardware profiles (available on the Enterprise tier) now support idling.
41+
- ClickHouse Cloud now offers a simplified purchasing experience through AWS Marketplace, with separate options for [pay-as-you-go](https://aws.amazon.com/marketplace/pp/prodview-p4gwofrqpkltu?sr=0-2&ref_=beagle&applicationId=AWSMPContessa) and [committed spend contracts](https://aws.amazon.com/marketplace/pp/prodview-4qyeihstyym2s?sr=0-3&ref_=beagle&applicationId=AWSMPContessa).
42+
- Alerting is now available for ClickStack users in ClickHouse Cloud.
43+
Users can now create and manage alerts directly in the HyperDX UI, across logs, metrics, and traces with no extra setup, no extra infra or service, and no config. Alerts integrate with Slack, PagerDuty, and more.
44+
For more information see the [alerting documentation](/use-cases/observability/clickstack/alerts).
45+
3646
## October 17, 2025 {#october-17-2025}
3747

3848
- **Service Monitoring - Resource Utilization Dashboard**

0 commit comments

Comments
 (0)