Static 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);

2.1.2.7

Released: August 26, 2025

  • Replaced the MERGE statement with UPDATE/INSERT statements to improve write performance. Gluesync from now on uses a combination of temporary tables, or CTEs, to speed up the write process based on context;

2.1.2.4

Released: August 14, 2025

  • Fixed Bit / Boolean conversion;

2.1.0.5

Released: July 16, 2025

  • Fixed MSSQL numeric data types mapping;

2.0.5.3

Released: January 30, 2025

  • Fix duplicate columns in MSSQL discovery columns when clusted indexes are used twice or more with the same column name;