Skip to content

v1.25.0

Latest

Choose a tag to compare

@github-actions github-actions released this 12 Aug 14:55
· 15 commits to main since this release
d3216be
  • [BREAKING] [MSSQL] Replication streams no longer adopt schema or table changes automatically. Streams now pin their table set and CDC capture instances; schema changes require explicit table names and a new sync config deployment. (PR #727)
  • [ADDED] [MSSQL] Custom CA certificate support through the new cacert option, with optional tls_servername configuration when the connection hostname differs from the certificate name. (PR #750)
  • [IMPROVED] Subkey UUID generation performance. (PR #749)
  • [FIXED] [MySQL] Idle heartbeat keepalives now retain the last committed position instead of stalling checkpoints, and GTID sets containing multiple server UUIDs are parsed correctly. (PR #706)
  • [FIXED] [MSSQL] CDC operations are now processed in a consistent order, preventing inconsistencies when handling deferred updates. CDC polling also reports transaction counts correctly and streams query results. (PR #742)

Full Changelog: v1.24.0...v1.25.0