From 9679d0e9dec3493b5fed7bc2095c63554bfcbfe7 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Mon, 29 Jun 2026 14:11:55 +0200 Subject: [PATCH 1/2] Release note for Users dash --- content/en/docs/releasenotes/control-center/2026.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/releasenotes/control-center/2026.md b/content/en/docs/releasenotes/control-center/2026.md index d0aefed4c8d..08fed5d39df 100644 --- a/content/en/docs/releasenotes/control-center/2026.md +++ b/content/en/docs/releasenotes/control-center/2026.md @@ -9,6 +9,13 @@ numberless_headings: true ## June 2026 +### June 30, 2026 + +#### New Features + +* We have introduced end-user metering in Control Center. The new **End-Users** page allows you to keep track of end-user subscriptions and usage across all apps in your company. User consumption is tracked automatically from the moment an app is deployed to production, and monthly usage reports are generated and made available in Control Center. You can view named user counts per app, monitor entitlements by subscription type, and assign single-app internal user subscriptions to specific environments. + For details, refer to [End-Users](/control-center/end-users/). + ### June 24, 2026 #### New Features From 9abf3941f1efc2b9464a0eeceda61d2e98ede827 Mon Sep 17 00:00:00 2001 From: nicoletacoman Date: Mon, 29 Jun 2026 16:13:58 +0200 Subject: [PATCH 2/2] Updated per feedback --- content/en/docs/releasenotes/control-center/2026.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/control-center/2026.md b/content/en/docs/releasenotes/control-center/2026.md index 08fed5d39df..3b568fa6378 100644 --- a/content/en/docs/releasenotes/control-center/2026.md +++ b/content/en/docs/releasenotes/control-center/2026.md @@ -13,7 +13,7 @@ numberless_headings: true #### New Features -* We have introduced end-user metering in Control Center. The new **End-Users** page allows you to keep track of end-user subscriptions and usage across all apps in your company. User consumption is tracked automatically from the moment an app is deployed to production, and monthly usage reports are generated and made available in Control Center. You can view named user counts per app, monitor entitlements by subscription type, and assign single-app internal user subscriptions to specific environments. +* We have introduced end-user metering in Control Center. The new **End-Users** page gives you centralized visibility into user subscription consumption across all production apps. User metering runs continuously in the background, automatically deduplicating cross-app users and hashing user identities for privacy. You can view named user counts per app, monitor entitlements by subscription type, and access monthly reports and daily usage snapshots. Apps continue running without disruption if usage exceeds seat limits. For details, refer to [End-Users](/control-center/end-users/). ### June 24, 2026