This repository was archived by the owner on Aug 21, 2023. It is now read-only.
v4.0.14
Improvements
- Always split tables using
_tidb_rowidwhen the upstream is a TiDB v3.x cluster, which helps reduce TiDB's memory usage #306
Bug fixes
- When using Dumpling to export data to the S3 storage, the
s3:ListBucketpermission is no longer required on the entire bucket. The permission is required only on the data source prefix. #898