TiDB Cloud Release Notes in 2025
This page lists the release notes of TiDB Cloud in 2025.
July 15, 2025
General changes
Upgrade the default TiDB version of new TiDB Cloud Dedicated clusters from v8.1.2 to v8.5.2.
Compared with v8.1.2, v8.5.2 includes new features, improvements, and bug fixes released in v8.2.0-DMR, v8.3.0-DMR, v8.4.0-DMR, v8.5.0, v8.5.1, and v8.5.2.
Support auditing the
BackupCompleted
event to enhance console audit logging for backup activities.This enhancement lets you log backup completion activities to meet security and compliance requirements.
For more information, see Console Audit Logging.
Support filtering column values in TiDB Cloud Dedicated changefeeds.
You can now use expressions to filter specific column values in changefeeds to exclude irrelevant data at the source. This feature enables fine-grained filtering of DML events, helping you reduce resource consumption and improve performance.
For more information, see Changefeed.
June 24, 2025
General changes
TiDB Cloud Serverless database audit logging (beta) is now available upon request. This feature lets you record a history of user access details (such as any SQL statements executed) in logs.
To request this feature, click ? in the lower-right corner of the TiDB Cloud console and click Request Support. Then, fill in "Apply for TiDB Cloud Serverless database audit logging" in the Description field and click Submit.
For more information, see TiDB Cloud Serverless Database Audit Logging.
TiDB Cloud Dedicated supports user-controlled log redaction.
You can now enable or disable log redaction for your TiDB Cloud Dedicated clusters to manage the redaction status of cluster logs by yourself.
For more information, see User-Controlled Log Redaction.
Encryption at Rest with Customer-Managed Encryption Keys (CMEK) is now generally available (GA) for TiDB Cloud Dedicated clusters hosted on AWS.
This feature enables you to secure your data at rest by leveraging a symmetric encryption key that you manage through Key Management Service (KMS).
For more information, see Encryption at Rest Using Customer-Managed Encryption Keys.
June 17, 2025
General changes
For TiDB Cloud Dedicated clusters, the maximum storage size of TiKV nodes with 16 vCPU and 32 vCPU is changed from 6144 GiB to 4096 GiB.
For more information, see TiKV node storage size.
Console changes
Revamp the left navigation pane to improve the overall navigation experience.
A new icon is now available in the upper-left corner, letting you easily hide or show the left navigation pane whenever you need.
A combo box is now available in the upper-left corner, letting you quickly switch between organizations, projects, and clusters, all from one central location.
The entries shown on the left navigation pane now dynamically adapt to your current selection in the combo box, helping you focus on the most relevant functionalities.
For your quick access, Support, Notification, and your account entries are now consistently displayed at the bottom of the left navigation pane on all console pages.
June 4, 2025
General changes
TiDB Cloud Dedicated on Microsoft Azure is now available in public preview.
With this launch, TiDB Cloud now supports all three major public cloud platforms — AWS, Google Cloud, and Azure, which enables you to deploy TiDB Cloud Dedicated clusters wherever best fits your business needs and cloud strategy.
- All core features available on AWS and Google Cloud are fully supported on Azure.
- Azure support is currently available in three regions: East US 2, Japan East, and Southeast Asia, with more regions coming soon.
- TiDB Cloud Dedicated clusters on Azure require TiDB version v7.5.3 or later.
To quickly get started with TiDB Cloud Dedicated on Azure, see the following documentation:
The Prometheus integration provides more metrics to enhance monitoring capabilities of TiDB Cloud Dedicated clusters.
Now you can integrate additional metrics, such as
tidbcloud_disk_read_latency
andtidbcloud_kv_request_duration
, into Prometheus to track more aspects of your TiDB Cloud Dedicated performance.For more information on available metrics and how to enable them for both existing and new users, see Integrate TiDB Cloud with Prometheus and Grafana (Beta).
TiKV Standard and Performance storage pricing is officially released.
The discount period ends from 00:00 UTC on June 5, 2025. After that, the price returns to the standard price. For more information about TiDB Cloud Dedicated prices, see TiDB Cloud Dedicated Pricing Details.
Console changes
Enhance the interactive experience when configuring the size of TiFlash nodes of TiDB Cloud Dedicated clusters.
You can now use a toggle switch to control the TiFlash configuration when creating a TiDB Cloud Dedicated cluster, which makes the configuration experience more intuitive and seamless.
May 27, 2025
General changes
Support streaming data to Apache Pulsar with changefeeds for TiDB Cloud Dedicated clusters.
This feature enables you to integrate your TiDB Cloud Dedicated cluster with a wider range of downstream systems, and accommodates additional data integration requirements. To use this feature, make sure that your TiDB Cloud Dedicated cluster version is v7.5.1 or later.
For more information, see Sink to Apache Pulsar.
May 13, 2025
General changes
Full-text search (beta) now available in TiDB Cloud Serverless for AI applications.
TiDB Cloud Serverless now supports full-text search (beta), enabling AI and Retrieval-Augmented Generation (RAG) applications to retrieve content by exact keywords. This complements vector search, which retrieves content by semantic similarity. Combining both methods significantly improves retrieval accuracy and answer quality in RAG workflows. Key features include:
- Direct text search: query string columns directly without the need for embeddings.
- Multilingual support: automatically detects and analyzes text in multiple languages, even within the same table, without requiring language specification.
- Relevance-based ranking: results are ranked using the industry-standard BM25 algorithm for optimal relevance.
- Native SQL compatibility: seamlessly use SQL features such as filtering, grouping, and joining with full-text search.
To get started, see Full Text Search with SQL or Full Text Search with Python.
Increase the maximum TiFlash node storage for TiDB Cloud Dedicated cluster:
- For 8 vCPU TiFlash, from 2048 GiB to 4096 GiB
- For 32 vCPU TiFlash, from 4096 GiB to 8192 GiB
This enhancement increases the analytics data storage capacity of your TiDB Cloud Dedicated cluster, improves workload scaling efficiency, and accommodates growing data requirements.
For more information, see TiFlash node storage.
Enhance the maintenance window configuration experience by providing intuitive options to configure and reschedule maintenance tasks.
For more information, see Configure maintenance window.
Extend the discount period for TiKV Standard and Performance storage types. The promotion now ends on June 5, 2025. After this date, pricing will return to the standard rate.
Console changes
Refine the Backup Setting page layout to improve the backup configuration experience in TiDB Cloud Dedicated clusters.
For more information, see Back Up and Restore TiDB Cloud Dedicated Data.
April 22, 2025
General changes
Data export to Alibaba Cloud OSS is now supported.
TiDB Cloud Serverless clusters now support exporting data to Alibaba Cloud Object Storage Service (OSS) using an AccessKey pair.
For more information, see Export Data from TiDB Cloud Serverless.
April 15, 2025
General changes
Support importing data from Alibaba Cloud Object Storage Service (OSS) into TiDB Cloud Serverless clusters.
This feature simplifies data migration to TiDB Cloud Serverless. You can use an AccessKey pair to authenticate.
For more information, see the following documentation:
April 1, 2025
General changes
The TiDB Node Groups feature is now generally available (GA) for TiDB Cloud Dedicated clusters hosted on AWS and Google Cloud.
This feature enables fine-grained computing resource isolation within a single cluster, helping you optimize performance and resource allocation for multi-tenant or multi-workload scenarios.
Key benefits:
Resource isolation:
- Group TiDB nodes into logically isolated units, ensuring workloads in one group do not affect other groups.
- Prevent resource contention between applications or business units.
Simplified management:
- Manage all node groups within a single cluster, reducing operational overhead.
- Scale groups independently based on demand.
For more information about the benefits, see the technical blog. To get started, see Manage TiDB Node Groups.
Introduce the Standard storage type for TiKV nodes in TiDB Cloud Dedicated clusters hosted on AWS.
The Standard storage type is ideal for most workloads, providing a balance between performance and cost efficiency.
Key benefits:
Improved performance: Reserves sufficient disk resources for Raft logs, reducing I/O contention between Raft and data storage, thereby improving both the read and write performance of TiKV.
Enhanced stability: Isolates critical Raft operations from data workloads, ensuring more predictable performance.
Cost efficiency: Delivers higher performance at a competitive price compared with the previous storage type.
Availability:
The Standard storage type is automatically applied to new TiDB Cloud Dedicated clusters created on or after April 1, 2025, hosted on AWS, with supported versions (versions >= 7.5.5, 8.1.2, or 8.5.0). Existing clusters still use the previous Basic storage type, and no migration is needed.
The price of the Standard storage differs from that of the Basic storage. For more information, see Pricing.
March 25, 2025
Console changes
Support firewall rules for public endpoints in TiDB Cloud Serverless clusters.
You can now configure firewall rules for TiDB Cloud Serverless clusters to control access via public endpoints. Specify allowed IP addresses or ranges directly in the TiDB Cloud console to enhance security.
For more information, see Configure TiDB Cloud Serverless Firewall Rules for Public Endpoints.
March 18, 2025
General changes
Support creating TiDB node groups for TiDB Cloud Dedicated clusters deployed on Google Cloud to enhance resource management flexibility.
For more information, see Overview of TiDB Node Group.
Support storing database audit log files in TiDB Cloud for TiDB Cloud Dedicated clusters deployed on AWS.
You can download these audit log files directly from TiDB Cloud. Note that this feature is only available upon request.
For more information, see Database Audit Logging.
Enhance TiDB Cloud account security by improving the management of multi-factor authentication (MFA). This feature applies to password-based logins for TiDB Cloud.
For more information, see Password Authentication.
February 18, 2025
Console changes
Introduce Connected Care, the new support services for TiDB Cloud.
The Connected Care services are designed to strengthen your connection with TiDB Cloud through modern communication tools, proactive support, and advanced AI capabilities, delivering a seamless and customer-centric experience.
The Connected Care services introduce the following features:
- Clinic service: Advanced monitoring and diagnostics to optimize performance.
- AI chat in IM: Get immediate AI assistance through an instant message (IM) tool.
- IM subscription for alerts and ticket updates: Stay informed with alerts and ticket progress via IM.
- IM interaction for support tickets: Create and interact with support tickets through an IM tool.
For more information, see Connected Care Overview.
Support importing data from GCS and Azure Blob Storage into TiDB Cloud Serverless clusters.
TiDB Cloud Serverless now supports importing data from Google Cloud Storage (GCS) and Azure Blob Storage. You can use a Google Cloud service account key or an Azure shared access signature (SAS) token to authenticate. This feature simplifies data migration to TiDB Cloud Serverless.
For more information, see Import CSV Files from Amazon S3, GCS, or Azure Blob Storage into TiDB Cloud Serverless and Import Apache Parquet Files from Amazon S3, GCS, or Azure Blob Storage into TiDB Cloud Serverless.
January 21, 2025
Console changes
Support importing a single local CSV file of up to 250 MiB per task to TiDB Cloud Serverless clusters, increased from the previous limit of 50 MiB.
For more information, see Import Local Files to TiDB Cloud.
January 14, 2025
General changes
Support a new AWS region for TiDB Cloud Dedicated clusters:
Jakarta (ap-southeast-3)
.Introduce the Notification feature, which enables you to stay informed instantly with TiDB Cloud updates and alerts through the TiDB Cloud console.
For more information, see Notifications.
January 2, 2025
General changes
Support creating TiDB node groups for TiDB Cloud Dedicated clusters to enhance resource management flexibility.
For more information, see Overview of TiDB Node Group.
Support connecting TiDB Cloud Dedicated clusters to generic Kafka in AWS and Google Cloud through Private Connect (beta).
Private Connect leverages Private Link or Private Service Connect technologies from cloud providers to enable changefeeds in the TiDB Cloud VPC to connect to Kafka in customers' VPCs using private IP addresses, as if those Kafkas were hosted directly within the TiDB Cloud VPC. This feature helps prevent VPC CIDR conflicts and meets security compliance requirements.
For Apache Kafka in AWS, follow the instructions in Set Up Self-Hosted Kafka Private Link Service in AWS to configure the network connection.
For Apache Kafka in Google Cloud, follow the instructions in Set Up Self-Hosted Kafka Private Service Connect in Google Cloud to configure the network connection.
Note that using this feature incurs additional Private Data Link costs.
For more information, see Changefeed Sink to Apache Kafka.
Introduce additional configurable options for Kafka changefeeds:
Support using the Debezium protocol. Debezium is a tool for capturing database changes. It converts each captured database change into a message called an event, and sends these events to Kafka. For more information, see TiCDC Debezium Protocol.
Support defining a single partition dispatcher for all tables, or different partition dispatchers for different tables.
Introduce two new dispatcher types for the partition distribution of Kafka messages: timestamp and column value.
For more information, see Sink to Apache Kafka.
Enhance roles in TiDB Cloud:
Introduce the
Project Viewer
andOrganization Billing Viewer
roles to enhance granular access control on TiDB Cloud.Rename the following roles:
Organization Member
toOrganization Viewer
Organization Billing Admin
toOrganization Billing Manager
Organization Console Audit Admin
toOrganization Console Audit Manager
For more information, see Identity Access Management.
Regional high availability (beta) for TiDB Cloud Serverless clusters.
This feature is designed for workloads that require maximum infrastructure redundancy and business continuity. Key functions include:
- Nodes are distributed across multiple availability zones to ensure high availability in the event of a zone failure.
- Critical OLTP (Online Transactional Processing) components, such as PD and TiKV, are replicated across availability zones for redundancy.
- Automatic failover minimizes service disruption during a primary zone failure.
This feature is currently available only in the AWS Tokyo (ap-northeast-1) region and can be enabled only during cluster creation.
For more information, see High Availability in TiDB Cloud Serverless.
Upgrade the default TiDB version of new TiDB Cloud Dedicated clusters from v8.1.1 to v8.1.2.
Console changes
Strengthen the data export service:
Support exporting data from TiDB Cloud Serverless to Google Cloud Storage and Azure Blob Storage through the TiDB Cloud console.
Support exporting data in Parquet files through the TiDB Cloud console.
For more information, see Export Data from TiDB Cloud Serverless and Configure External Storage Access for TiDB Cloud Serverless.