MS SQL Server Change Tracking agent changelog
Release notes
2.1.4.8
Released: October 1, 2025
-
Fixed a bug that was causing the replication to fail when the source table was having non contigue primary keys;
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.4.2
Released: September 19, 2025
-
Added abiliy to disable change tracking setup at agent’s setup wizard;
2.1.2.10
-
GSSD-321: Removed an unwanted control that was checking the existence of a physical primary key in a source table during the entity deletion phase;
-
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);
-
Fixed an issue causing the agent to fail enabling CT on databases that have special characters in their name (e.g. "my+database+name")