Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions TOC-tidb-cloud-premium.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
- [Subscribe via PagerDuty](/tidb-cloud/monitor-alert-pagerduty.md)
- [Subscribe via Webhook](/tidb-cloud/monitor-alert-webhook.md)
- [Subscribe via Lark](/tidb-cloud/monitor-alert-lark.md)
- [Events](/tidb-cloud/tidb-cloud-events.md)
- [Integrate TiDB Cloud with Datadog](/tidb-cloud/monitor-datadog-integration-for-tidb-x.md)
- Tune Performance
- [Overview](/tidb-cloud/tidb-cloud-tune-performance-overview.md)
Expand Down
46 changes: 46 additions & 0 deletions tidb-cloud/releases/tidb-cloud-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,52 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes','/ai/v

This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2026.

## September 1, 2026

**General changes**

- **TiDB Cloud Essential**

- TiDB Cloud Essential now lets you temporarily authorize TiDB Cloud Support to access Plan Replayer files for SQL performance troubleshooting.

You can choose the access duration, extend it if needed, or revoke access at any time. Access is automatically revoked when the authorization expires.

Plan Replayer files contain SQL text, table schemas, and optimizer statistics, but no actual table row data.

For more information, see [Use Plan Replayer to Troubleshoot SQL Performance](https://docs.pingcap.com/tidbcloud/plan-replayer/?plan=essential).

- **TiDB Cloud Premium**

- The **Events** page is now available for TiDB Cloud Premium instances.

You can view historical events that record changes to your Premium instance on this page, along with information such as the event type, status, message, trigger time, and trigger user. Event data is retained for 7 days.

For more information, see [Events](https://docs.pingcap.com/tidbcloud/tidb-cloud-events/?plan=premium).

- TiDB Cloud Premium now lets you configure filter rules for database audit logging.

You can filter audit events by SQL user, event class, table, and execution status to control which database activities are logged, helping you focus on relevant events for security auditing and compliance.

For more information, see [Specify audit filter rules](https://docs.pingcap.com/tidbcloud/tidb-cloud-auditing-premium/?plan=premium#specify-audit-filter-rules).

- TiDB Cloud Premium now lets you temporarily authorize TiDB Cloud Support to access Plan Replayer files for SQL performance troubleshooting.

You can choose the access duration, extend it if needed, or revoke access at any time. Access is automatically revoked when the authorization expires.

Plan Replayer files contain SQL text, table schemas, and optimizer statistics, but no actual table row data.

For more information, see [Use Plan Replayer to Troubleshoot SQL Performance](https://docs.pingcap.com/tidbcloud/plan-replayer/?plan=premium).

**Billing adjustments**

- **TiDB Cloud Essential**

- Starting September 1, 2026, billing for backup usage and network egress on [TiDB Cloud Essential](/tidb-cloud/select-cluster-tier.md#essential) instances is gradually taking effect.

Network egress is billed as a separate line item rather than being included in RCU charges.

For more information, see [TiDB Cloud Essential Pricing Details](https://www.pingcap.com/tidb-cloud-essential-pricing-details/).

## August 28, 2026

**General changes**
Expand Down
Loading