MS SQL Server CDC agent changelog
Release notes
2.1.4.3
Released: September 22, 2025
-
Added support for compression at JDBC level (now enabled by default);
-
Minor bugfixes and improvements.
2.1.2.10
Released: September 3, 2025
-
It is now possible to create entities even though the source table does not have a physical primary key, use case example: configure the table just for a snapshot task;
-
Added support for saving rows in which one of the columns is defined as a primary key with IDENTITY property;
-
Added explicit collate support;
-
Fixed datetime data type upsert with temp table;
-
Fixed uniqueidentifier data type support;
-
Fixed time data type precision loss;
2.1.2.9
Released: September 2, 2025
-
GSSD-327: MSSQL improve support for unconventional table names (e.g. table names containing special characters at the end/beginning of the name);