-
Notifications
You must be signed in to change notification settings - Fork 709
cloud: add cloud release notes for release-20260428 #22815
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
|
@@ -8,6 +8,52 @@ aliases: ['/tidbcloud/supported-tidb-versions','/tidbcloud/release-notes'] | |||||||||||||||||||||
|
|
||||||||||||||||||||||
| This page lists the release notes of [TiDB Cloud](https://www.pingcap.com/tidb-cloud/) in 2026. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## April 28, 2026 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **General changes** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - **TiDB Cloud Premium** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - [TiDB Cloud Premium](https://docs.pingcap.com/tidbcloud/premium/?plan=premium) is now in public preview on AWS and Alibaba Cloud. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| Powered by the [TiDB X](/tidb-cloud/tidb-x-architecture.md) kernel, TiDB Cloud Premium is specifically designed for mission-critical enterprise workloads that require hyperscale, uncompromising performance, and the cost efficiency of a cloud-native consumption model. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| TiDB Cloud Premium bridges the gap between TiDB Cloud Essential and TiDB Cloud Dedicated. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Compared with TiDB Cloud Essential, TiDB Cloud Premium delivers significantly stronger isolation across the compute, storage, and network layers, ensuring predictable performance for critical workloads. At the same time, it retains an elastic, on-demand scaling model, allowing compute capacity to scale independently without operational overhead. | ||||||||||||||||||||||
| - Compared with TiDB Cloud Dedicated, TiDB Cloud Premium improves cost efficiency by eliminating idle headroom, so you only pay for the performance you actually use. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| To try TiDB Cloud Premium, go to the [TiDB Cloud console](https://tidbcloud.com/), click **Create Resource**, and select **Premium** as your plan. For more information, see [Create a TiDB Cloud Premium instance](/tidb-cloud/premium/create-tidb-instance-premium.md). | ||||||||||||||||||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. According to the Repository Style Guide, UI options should be enclosed in backticks.
Suggested change
References
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - **TiDB Cloud Dedicated** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - TiProxy is now available for TiDB Cloud Dedicated clusters on AWS. It provides enhanced connection management and load balancing to improve database reliability and performance. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| Key features of TiProxy: | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Maintains persistent client connections during scaling operations and rolling upgrades. | ||||||||||||||||||||||
| - Distributes traffic evenly across TiDB nodes for better resource utilization. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| For implementation details, see the [Overview of TiProxy](/tidb-cloud/tiproxy-overview-for-cloud.md). | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **Console changes** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Improve the firewall rule management experience for public endpoints of TiDB Cloud Starter and Essential. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| The TiDB Cloud console now provides a streamlined dialog for managing firewall rules for public endpoints in TiDB Cloud Starter and Essential. You can add your current IP address, allow access from all AWS IP addresses for AWS-hosted instances, or manually specify an IP address or IP address range in one place. | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| For more information, see [Create and manage a firewall rule](/tidb-cloud/configure-serverless-firewall-rules-for-public-endpoints.md#create-and-manage-a-firewall-rule). | ||||||||||||||||||||||
|
Comment on lines
+41
to
+45
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Use the variable
Suggested change
References
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **API changes** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - Introduce TiDB Cloud Premium API (v1beta2) for managing the following resources automatically and efficiently: | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| - TiDB Cloud Premium Instance: manage the lifecycle and configuration of TiDB Cloud Premium instances, including passwords, CA certificates, and cloud provider information. | ||||||||||||||||||||||
| - Backup: manage backups for TiDB Cloud Premium instances, including backup-based restore. | ||||||||||||||||||||||
| - Region: retrieve available regions for creating TiDB Cloud Premium instances. | ||||||||||||||||||||||
|
Comment on lines
+49
to
+53
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove unnecessary filler words like "automatically and efficiently". Also, capitalize the descriptions in the list items for consistency with the rest of the document.
Suggested change
References
|
||||||||||||||||||||||
|
|
||||||||||||||||||||||
| For more information, see [TiDB Cloud Premium API](https://docs.pingcap.com/tidbcloud/api/v1beta2/premium/). | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| ## April 14, 2026 | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
| **General changes** | ||||||||||||||||||||||
|
|
||||||||||||||||||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
According to the Repository Style Guide, you should avoid unnecessary words like "specifically" and "significantly". Also, the indentation of paragraphs should align with the start of the text in the parent list item (6 spaces for paragraphs under a 4-space indented list item).
References