Static MySQL agent changelog

Release notes

2.1.9.11

Released: December 23, 2025

  • Fixed binlog type casting;

2.1.8.9

Released: December 8, 2025

  • GSSD-459: Fixed an issue that could cause duplicated columns to be diplayed wihin the Fields editor’s tab when a foreign key is declared;

2.1.8.5

Released: December 1, 2025

  • GSSD-444: Fixed MySQL agent not able to parse an incoming Short value from the BinLog;

  • GSSD-445: Fixed MySQL agent not able to resume the BinLog processing after all entities within the same pipeline are set into pause and the server is restarted;

2.1.8.1

Released: November 20, 2025

  • Fixed MySQL deserialization for values of columns with type JSON, GEOMETRY, TEXT, TINY_TEXT, MEDIUM_TEXT, LONG_TEXT;

  • Fixed MySQL wrong usage of Gluesync schema name in some queries;

  • Added useCursorFetch parameter to connection string in MySQL agent;

2.1.6.4

Released: October 21, 2025

  • GSSD-388: Added flag for zero date conversion to null (when used in conjunction with the ALLOW_INVALID_DATES flag);

2.1.5.6

Released: October 14, 2025

  • Added allowPublicKeyRetrieval parameter to the connection string;

2.1.2.7

Released: August 26, 2025

  • Fixed an issue that could have caused the agent to send duplicated CDC messages;

2.0.6

Released: February 12, 2025

  • Fixed a bug that could have caused the agent to halt the replication in certain scenarios, forcing it to wait for a manual restart;

2.0.5

Released: January 24, 2025

  • Added support for MySQL 8.4+