Skip to content

dtle 2.19.03.0

Compare
Choose a tag to compare
released this 09 Apr 10:07
· 1 commit to 2.19.03.0 since this release

Release Note

Features:

  • Fine-grained DDL filtering (#392)
    • You can specify type of alter table (add|drop|modify|change|alter column)
  • schema.table name conversion (alpha) (#231) (doc)

Bug-fixes:

  • Consistent DDL meta-data (#321)
    • When doing an incremental copy (binlog streaming), upon a DDL,
      table structure info in dtle will be correctly updated. See demo
      test case in the issue.
  • Job status will be set to dead if conection to dest mysqld is broken (#414).
  • Closing a session with a temporary table now will not cause the job dead (#384).
  • Detect binlog dump threads (source mysqld) aliveness (#416).
  • Advoid binlog dump thread leakage (#220).
  • Fix 'systemctl cannot start dtle' (#383).
  • Choose PK for paging (in full copying) when there are multiple unique keys (#415).

Pre-built Binary

  • rpm or tarball as below
  • docker image docker pull actiontech/dtle:2.19.03.0