Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

26 lines (20 loc) · 1.3 KB

TiDB-Binlog

All notable changes to this project are documented in this file.

[2.1.3]

  • Pump

    • Add a API to get binlog by ts #449
  • Drainer

    • Fix history job not sorted by schema version #444
    • Change default config value to more reasonable value #439 #442
    • Fix not skip rollback state ddl job #432
    • Fix data may not consistent when no pk but has uk #421
  • Other

    • Add integration test for node status #416

[2.1.4]

  • Nothing's changed

[2.1.5]

  • Update the DDL binlog replication plan to guarantee the correctness of DDL #466
  • Switch juju/errors to pingcap/error #464
  • Open go mod and update despondencies #475
  • Add package pkg/loader #471
  • Add tool Arbiter sync from Kafka to Mysql #441