Gluesync release notes and changes

Welcome to the Gluesync release notes. This page provides detailed information about each release, including new features, improvements, and fixes.

📬 Stay in the Loop!

Looking forward to keep you updated on Gluesync releases? Subscribe to Gluesync Updates to receive our latest news and updates, including new features, improvements, and fixes right into your inbox. We promise to keep it short and not spammy.

Latest Release: 2.1.2.2

Released: August 12, 2025

  • Scheduler: UI polishing and minor bugfixes;

  • UDFs: added support for BIG DECIMAL data type, that previously was not supported;

  • AS400 agent: fixes and enhancements;

  • Minor bugfixes and improvements.

2.1.2.1

Released: August 11, 2025

  • AS400 agent: fixes and enhancements;

  • Minor bugfixes and improvements.

  • Oracle OpenLogReplicator agent: default mount type is now set to VOLUME;

2.1.2

Released: August 8, 2025

Release Highlights 🌟

  • Unlock schema feature in Fields Editor tab;

  • New KPIs available in the Core Hub’s Control Plane such as "Last transaction ID", "Last transaction timestamp", "Applied function";

  • Immediately get to know the "RPS" (Rows Per Second) of your pipeline by looking at the Core Hub’s Control Plane left panel;

  • Schedule via CRON-like expression other than a human readable format (e.g. 0 0 1-7 * 0 for first Sunday of the month at midnight);

  • Gluesync Docker images: added support for Windows native builds, based out of windowsservercore 2022, these will be gradually made available within the pre-built kits (Docker compose & Kubernetes) within the next few days.

New Features

Modules improvements and fixes

  • Chronos scheduler: fixes and enhancements;

  • Scheduler:

    • Now it is possible to schedule jobs via a CRON-like expression other than a human readable format (e.g. 0 0 1-7 * 0 for first Sunday of the month at midnight);

    • Ability to enable/disable the scheduler via UI;

    • Simplified the job creation process by making it more clear and intuitive the "apply to all entities within the pipeline" option.

UI improvements and fixes

  • Fixed a bug that could lead to the inabilily to browse target’s objects (schema, tables, columns) when the target agent was experiencing some connectivity latency;

  • Ability to Unlock a schema within the Fields Editor tab: this feature allows you to unlock a schema and force data type inference and casting via UDFs, errors will be then suppressed leaving full control to the user;

  • New KPIs available in the Core Hub’s Control Plane such as "Last transaction ID", "Last transaction timestamp", "Applied function";

  • Immediately get to know the "RPS" (Rows Per Second) of your pipeline by looking at the Core Hub’s Control Plane left panel;

  • Minor bugfixes and improvements.

Agents improvements and fixes

2.1.1

2.1.1.4

Released: August 5, 2025

  • AS400 agent: fixes and enhancements;

  • Default JVM Max RAM threshold has now been increased to the 50% of the available memory (aiming to increase it further in the future), previously it was set to 25% default JVM value. You can always set a custom value by using the MAX_RAM_PERCENTAGE ENV VAR;

  • Fixed an UI issue that could lead to duplicate an entity while trying editing it;

2.1.1.3

Released: August 3, 2025

  • AS400 agent: fixes and enhancements;

  • Enhacements to Chronos scheduler;

  • Fixed an issue that could have prevented agents to successfully connect to the Core Hub in certain scenarios;

  • Minor bugfixes and improvements.

2.1.1.2

Released: July 30, 2025

  • Improvements on PostgreSQL agent, see here;

2.1.1.1

Released: July 28, 2025

  • Scheduler module now supports Snapshot mode in INSERT or UPSERT mode via UI;

  • Clarified Snapshot message when using INSERT mode from the entity’s play tab;

  • AS400 agent: fixes and enhancements;

  • YugabyteDB: fixes and enhancements;

  • Minor bugfixes and improvements.

2.1.1.0

Released: July 25, 2025

Release Highlights 🌟

  • User Defined Functions (UDFs);

  • TRUNCATE before snapshot, to be choosed on a per-snapshot basis from the entity’s play tab;

  • TRUNCATE command forwarding, with ability to be disabled at agent’s level to avoid unwanted behaviors;

  • Chronos scheduler now supports Snapshot mode in INSERT or UPSERT mode;

  • Relaxed controls over data types mapping, which are now handled by family (Numbers, Dates, Strings, etc.) and it is allowed to map a column to a different data type within the same family (a warning is shown);

  • New allowed operations forwarding menu: this deprecates the "Skip Deletions" feature in favor of a more flexible and powerful one. Learn more here;

  • New Objects Browser’s Fields editor (phase 1).

  • New Agent: GridGain joins our lineup as a brand new target agent.

New Features

👨‍💻 UDFs

User Defined Functions (UDFs) allow you to implement custom business logic and transformations on your data as it flows through the system. UDFs are written in Java, with Kotlin, Python and JavaScript support to come.

UDFs are trigger on the main events that occur on your datasource (e.g. insert, update, delete) and allow you to implement custom business logic and transformations on your data as it flows through the system, also by switching the operation mode based on your business requirements.

You can learn more about UDFs here.

🪓 TRUNCATE operations

TRUNCATE operations are now available in Gluesync for supported agents.

TRUNCATE before Snapshot can be executed before the execution of a snapshot task, to be choosed on a per-snapshot basis from the entity’s play tab.

TRUNCATE command forwarding (enabled by default) can be disabled at agent’s level to avoid unwanted behaviors. With this feature enabled, TRUNCATE operations executed on supported source databases are automatically forwarded to supported target databases.

Read more here.

2.1.0

2.1.0.10

Released: July 24, 2025

  • DB2 for IBM i: added support for files created via SQL having longer names (exceeding 10 characters limit for system-files);

  • Minor fixes and improvements.

2.1.0.9

Released: July 22, 2025

  • Fixed mutliple chronos icon shown in UI;

  • Added username used for database connection to agent address in agent detail;

  • Fixed management of old values map with not-null old wrapper, leading to an unwanted behavior especially when rollbacks where incoming from source database;

2.1.0.8

Released: July 21, 2025

  • Fixes to the Oracle XStream agent;

2.1.0.7

Released: July 18, 2025

  • IBM I Series (AS400): added support for tables journaled with AFTER image.

  • Improved management of primary keys update

2.1.0.6

Released: July 17, 2025

  • GSSD-260: Improved notification grouping logic also adding occurences count.

  • GSSD-258: Fixed "HikariDataSource has been closed" error.

2.1.0.5

Released: July 16, 2025

  • GSSD-257: Fixed sync update operations on primary key columns;

  • Fixed AS400 numeric data types mapping;

  • Fixed MSSQL numeric data types mapping;

  • Fixed Couchbase information schema when collection is empty;

  • Minor UI Bugfixes.

2.1.0.4

Released: July 15, 2025

  • Fixed MariaDB filename rotation issue;

  • Minor UI Bugfixes.

2.1.0.3

Released: July 11, 2025

  • GSSD-248: Fixed pipeline status sent to UI after pipeline deletion;

  • GSSD-249: Fixed sessions/connection to database not closed when agent unassigned from the pipeline;

  • Minor UI Bugfixes.

2.1.0.2

Released: July 9, 2025

  • Improvements to the Snowflake agent;

2.1.0.1

Released: July 2, 2025

  • Improvements to the Core Hub’s UI;

  • GSSD-242: fixed a UI bug in the scheduler time picker;

Important Snowflake agent improvements:

  • Added support for RSA key pair authentication.

  • New enhanced Snapshots: when using INSERT mode, the agent will use the Snowflake’s Snowpipe API to improve performance.

2.1.0

Released: June 27, 2025

2.1 is the first major update to Gluesync 2 since its initial release 10 months ago. It introduces two powerful features to the Core Hub: Groups and Chains. These features transform how you organize and manage your data entities, making complex data integration scenarios more manageable and intuitive.

2.1 also includes a set of features that will be gradually released in the upcoming weeks such as User Defined Functions (UDFs), Automatic Target Table Creation and a whole new object browser.

Release Highlights 🌟

  • Groups: organize and manage entities all together for streamlined operations such as common settings and tasks management;

  • Chains: define a physical execution order for entities allowing for referential integrity;

  • Tons of improvements and bug fixes;

New Features

⛓️ Groups & Chains

Groups and Chains transform how you organize and manage your data entities, making complex data integration scenarios more manageable and intuitive.

While Groups serve as a logical grouping mechanism for entities, designed to simplify configuration and settings management across multiple related entities, Chains define a physical execution order allowing for referential integrity among tables.

You can learn more about Groups and Chains here.