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.
Quick Links
Latest Release: 2.3.0
Status: Preview β releasing soon
Gluesync 2.3.0: bring your own brain, pick your own write rules, and let the target fill in its own blanks
Release highlights
Dear data wranglers,
Last time we taught your CDC readers to remember where they were and your Grafana dashboard to stop lying about lag. This time we went after the last place Gluesync was still deciding things on your behalf: the quiet ones. AI now runs on models you own, with your keys and your permissions β and every spot in the write path that used to guess for you is now a choice you get to make.
We’ve been busy. Here’s what’s new:
AI Studio β build it, route it, run it, govern it
Query Studio AI helper β it read the schema so you don’t have to
PII discovery β labels everywhere, values only when you mean it
AI as SQL β ask a question, get a result set
Insert conflict strategy β UPSERT, SKIP, or FAIL. You pick.
Scalar function call β let the target database fill in the blank
Field functions and UDFs, together at last
UDFs that finally understand arrays and maps
Clear Logs β a clean baseline before you hit reproduce
Streaming before-image β the old values finally show up
IBM i: two entities, one table, no more borrowed metadata
Smart alerts v2 β it now knows the difference between quiet and broken
MCP catalog at 112 β Chronos, Core Hub webhooks, email, and PII classify
AI Studio remembers the chat β and can explain the alert
Confirmed pipeline writes β the model proposes, you press go
LLM providers β park them without deleting the keys
Chronos can run the agent you already published
Custom Field Functions β write once, bind everywhere
OIDC logout that also ends the IdP session
Target column name case β the engine folds, Gluesync follows
Query Studio data access β who sees which tables, on which connection
Ask Spark reads support knowledge when it explains an alert
AI platform gateway β fallback, cache, capabilities ledger
IBM i β stop filling the disk for entities you already stopped
Additional improvements
-
Core Hub:
-
AI Studio + BYO LLM provider vault;
-
Query Studio AI helper chat + Tab autocomplete;
-
PII discovery, labels, Query Studio / MCP result masking, and SUPER_ADMIN platform-wide masking toggle (on by default);
-
AI as SQL virtual catalog
gluesync.ai; -
Insert conflict strategy (
UPSERT/SKIP/FAIL) with per-connector support signalling; -
Scalar function call field function on RDBMS targets that declare the capability;
-
Field functions may run together with a mapping UDF;
-
Mapping UDFs work on entities with array or map columns (editor mockup + production-shaped test run);
-
Custom Field Functions β pipeline-level reusable Java functions (publish/install, bind in Fields Editor, shared across entities/UDFs);
-
OIDC RP-initiated logout via discovery
end_session_endpoint(local logout first, then IdPidpLogoutUrl; no Signout URL field; allowlist{CoreHub origin}/ui/v2/login); -
Clear Logs support action β truncate Core Hub logs (and optionally support archives) without a restart;
-
Streaming targets (Kafka / Solace / Pub/Sub): optional
includeBeforeImage; Pub/Sub payload carriestransactionlike the other brokers; -
AS400: column metadata keyed by what it belongs to so multi-entity same-table setups decode with each entity’s attributes;
-
Smart alerts v2 β confidence-gated source inactivity (sparse suppression, independent heartbeat;
algorithmVersion: 1keeps legacy); -
MCP catalog grows to 112 built-in tools (Chronos schedules/triggers, Core Hub webhooks and email notifications, richer
create_entity,update_pipeline, documentation search, PIIclassify_table/classify_schema); -
AI Studio searchable conversations with retention, plus read-only notification explanations;
-
Confirmed pipeline writes from AI Studio for MANAGER / SUPER_ADMIN (pending action + explicit confirm; credentials redacted);
-
AI Studio: enable or disable a vaulted LLM provider without deleting credentials (disabled providers fail closed at chat time);
-
MANAGER can publish AI Studio skills and agent versions (not only SUPER_ADMIN);
-
Chronos can invoke published agents via
ai_agent_run(prompt templates, payload allow-lists, loop guards); -
Target column name case β nodes declare UPPERCASE / LOWERCASE / BOTH; Hub normalizes on save, CREATE TABLE and UI follow;
-
CDC retention purge also covers stopped entities (GSSD-1330) on Sybase, SAP HANA, Oracle triggers legacy, and Db2 LUW CDC/triggers;
-
Query Studio connection-scoped data access β per-user/per-connection OPEN/RESTRICTED ACL (deny wins) plus PII unmask grants; enforced on Query Studio, AI SQL, and MCP/Spark;
-
Ask Spark notification explanations also call
search_support_knowledge(empty/unavailable results are non-fatal); -
AI platform gateway β streamed chat, Responses API, embeddings, model fallback + circuit break, exact cache, redaction-aware telemetry;
GET /api/ai/v1/capabilities;
-