TiDB 4.0.0 Beta.2 Release Notes
Release date: March 18, 2020
TiDB version: 4.0.0-beta.2
TiDB Ansible version: 4.0.0-beta.2
Compatibility Changes
- 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
New Features
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
Bug Fixes
TiKV
PD
Tools
- Backup & Restore (BR)