title | aliases | summary | ||
---|---|---|---|---|
TiDB 4.0.0 Beta.2 Release Notes |
|
TiDB 4.0.0 Beta.2 was released on March 18, 2020. The new features include support for persisting dynamically updated configurations, bidirectional data replication, TLS configuration, change data capture, and experimental features like incremental backup. Bug fixes address issues with panic, hibernate regions, replication delay, and compatibility. TiDB Ansible now supports injecting node information to etcd and deploying services on the ARM platform. |
Release date: March 18, 2020
TiDB version: 4.0.0-beta.2
TiDB Ansible version: 4.0.0-beta.2
- Tools
- TiDB Binlog
- Fix the issue that the system returns an error and exits when
disable-dispatch
anddisable-causality
are configured in Drainer #915
- Fix the issue that the system returns an error and exits when
- TiDB Binlog
-
TiKV
- Support persisting the dynamically updated configuration into the hardware disk #6684
-
PD
- Support persisting the dynamically updated configuration into the hardware disk #2153
-
Tools
- TiDB Binlog
- TiDB Lightning
- TiCDC
- Initial release of the change data capture (CDC), providing the following features:
- Support capturing changed data from TiKV
- Support replicating the changed data from TiKV to MySQL compatible databases, and guarantee the eventual data consistency
- Support replicating the changed data to Kafka, and guarantee either the eventual data consistency or the row-level orderliness
- Provide process-level high availability
- Initial release of the change data capture (CDC), providing the following features:
- Backup & Restore (BR)
- Enable experimental features such as incremental backup and backing up files to Amazon S3 #175
-
TiDB Ansible
-
TiKV
-
PD
-
Tools
- Backup & Restore (BR)