github.com/pingcap/ticdc@v0.0.0-20220526033649-485a10ef2652/CHANGELOG.md (about)

     1  # CDC (Change Data Capture) Change Log
     2  
     3  All notable changes to this project are documented in this file.
     4  
     5  ## [4.0.0-beta.2] - 2020-03-13
     6  
     7  Initial release of the change data capture, providing following features in this release
     8  
     9  - Support capturing change data from TiKV since v4.0.0-beta.2
    10  - Support replicating change data to MySQL protocol compatible database, with a eventual consistency guarantee
    11  - Support replicating change data to Kafka, with either a eventual consistency guarantee or row level order guarantee
    12  - Provide a native support for high availability