Skip to content
Compare
Choose a tag to compare
@github-actions github-actions released this 05 Aug 14:29
· 4 commits to main since this release
eba6fa5

Minor Changes

  • b1add5a: [MongoDB Storage] Compact action now also compacts parameter lookup storage.
  • d56eeb9: Delay switching over to new sync rules until we have a consistent checkpoint.
  • d4db4e2: MySQL:
    • Added schema change handling
    • Except for some edge cases, the following schema changes are now handled automatically:
      • Creation, renaming, dropping and truncation of tables.
      • Creation and dropping of unique indexes and primary keys.
      • Adding, modifying, dropping and renaming of table columns.
    • If a schema change cannot handled automatically, a warning with details will be logged.
    • Mismatches in table schema from the Zongji binlog listener are now handled more gracefully.
    • Replication of wildcard tables is now supported.
    • Improved logging for binlog event processing.

Patch Changes