You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cloud/reference/changelog.md
+24Lines changed: 24 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,33 @@ import kafka_config from '@site/static/images/cloud/reference/june-13-kafka-conf
27
27
import fast_releases from '@site/static/images/cloud/reference/june-13-fast-releases.png';
28
28
import share_queries from '@site/static/images/cloud/reference/may-30-share-queries.png';
29
29
import query_endpoints from '@site/static/images/cloud/reference/may-17-query-endpoints.png';
30
+
import dashboards from '@site/static/images/cloud/reference/may-30-dashboards.png';
30
31
31
32
In addition to this ClickHouse Cloud changelog, please see the [Cloud Compatibility](/cloud/reference/cloud-compatibility.md) page.
32
33
34
+
## May 30, 2025 {#may-30-2025}
35
+
36
+
- Introduced new improvements to the SQL console dashboards:
37
+
- Sharing: You can share your dashboard with your team members. Four levels of access are supported, that can be adjusted both globally and on a per-user basis:
38
+
-_Write access_: Add/edit visualizations, refresh settings, interact with dashboards via filters.
39
+
-_Owner_: Share a dashboard, delete a dashboard, and all other permissions of a user with "write access".
40
+
-_Read-only access_: View and interact with dashboard via filters
41
+
-_No access_: Cannot view a dashboard
42
+
- For existing dashboards that have already been created, Organization Administrators can assign existing dashboards to themselves as owners.
43
+
- You can now add a table or chart from the SQL console to a dashboard from the query view.
0 commit comments