- [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
cacertoption, with optionaltls_servernameconfiguration 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