This article covers UnqorkAI features. UnqorkAI requires an active AI capabilities agreement. To upgrade from Unqork 9.0 or learn more, contact your Unqork representative.

9.0.0 Release Notes

Prev Next
Environment Release Date
Staging Sep 15, 2026
UAT Sep 29, 2026
Production Oct 13, 2026

Version 9.0.0 launches UnqorkAI — Unqork's AI development experience, including the Build Agent and Smart Components. UnqorkAI includes all Unqork platform capabilities plus AI-powered features available to customers with an active AI capabilities agreement.

Unqork 9.0 delivers an enhanced Creator experience for all customers: improved navigation, an enhanced Module Builder, and a unified Designer, along with platform improvements and bug fixes across the full product.

Customers on Unqork 9.0 can upgrade to UnqorkAI at any time. All existing capabilities carry forward without migration required.

UnqorkAI

Important: The following capabilities are available to customers with an active AI capabilities agreement. Contact an Unqork representative to learn about activating AI-powered features.

Build Agent

Creators describe what they want to build in plain language. The Build Agent generates a structured plan for review before building anything — giving full visibility into what gets created before it happens. After building, it runs automated tests and diagnoses failures with Auto-Fix enabled. The Build Agent can read and edit any module in the active workspace, not only the current one, and asks for confirmation before writing to modules not explicitly opened. Rollback is available at any build checkpoint.

Smart Components

Smart Components are four types of reusable definitions — Logic, UI, Query, and Agentic — that propagate changes to every module using them on publish. Smart Components are environment-wide: a public component is reusable across modules; a private component is single-use. The Build Agent creates and modifies Smart Components. Updates to a published Smart Component no longer block module saves — a badge marks affected modules and Creators can review and accept changes when ready. Smart Components cannot be promoted through the UDLC Promotion Tool; use the Unqork application or Smart Components Hub instead.

AI Components for Applications

Customer-provided LLM credentials. Agentic Smart Components require customer-provided LLM credentials. Unqork does not provide LLM access. Supported vendors: Google Vertex AI, Amazon Bedrock, Microsoft Azure OpenAI, and Anthropic. Register credentials in LLM Credentials Administration before deploying Agentic Smart Components. Each environment must have at least one registered credential for AI features to function.

AI Summarizer component. Condenses submissions, documents, or records into a concise summary and writes the result to a designated component in the module.

Unqork Platform

The following improvements are available to all customers on version 9.0.0.

Updated Designer Experience

Version 9.0.0 introduces an enhanced Unqork Designer with major upgrades to the tools Creators use most. The UI has been unified from workspace to canvas, with focused improvements to understanding, actioning, and debugging configurations.

A unified, streamlined UI: One consistent set of patterns across the whole Designer, so every screen feels familiar the moment Creators open it.

A refreshed, more readable look: An updated color palette and icon set, plus a full dark mode, make dense configuration screens easier to read and faster to scan.

Better performance: Improved load performance across the entire Designer experience.

This release improves how Creators find, open, and navigate their work. Global Search reaches every workspace, application, workflow, module, and administration screen. The Workspace Selector keeps everything about a workspace in one view and restores where Creators left off when they return. The Explorer panel organizes resources by type and is accessible from any surface without leaving the current build context. Modules, workflows, and data collections open as tabs grouped by application and can be pinned, reordered, and closed in bulk.

Module Builder

This release brings improvements to understanding, actioning, and debugging configurations, with fewer interruptions while building.

Three views of every module. The same module, seen three ways, switched freely. Each view surfaces a different layer of insight, making complex configurations faster to understand and navigate.

  • UI View: The module rendered live, exactly as an end-user sees it, with logic running and data populating. Check the result without building a preview or leaving the Designer.
  • Logic View: Module logic drawn as a navigable graph instead of read as a list. Follow a chain end to end to see how each piece connects. Understanding an unfamiliar module no longer requires reading it line by line.
  • Config View: The component tree with settings for the selected component.

Component Auto Apply. Configuration changes apply as Creators work. Edit as many components as a change requires, check the result in UI View, and save once when everything is ready. Changed components are marked as work proceeds. The full set can be applied or discarded together from a bar at the bottom of Config View. Undo and redo cover the full component tree and are context-aware: pressing the shortcut inside a text field performs field-level undo instead of component-tree undo.

Keyboard shortcuts. A comprehensive shortcut set spans the Designer. Every shortcut is remappable, and the shortcuts most relevant to the active context stay visible at the bottom of the screen.

API Debugger (formerly the SSE Debugger). Test and debug from anywhere in the Module Builder without navigating away. The API Debugger now reaches every Unqork API, not only the Execute endpoint, and opens four debug views alongside module execution responses: Event Log, Data Changes, Timeline, and Execution Chain.

Additional Platform Updates

Embedded UI. Embedded UI is now fully supported in Centauri-based modules. Modules can be embedded in external applications as web components or iFrames, with support for module-to-module navigation and Unqork Workflow.

Bring Your Own Component. Bring Your Own Component (BYO) is now fully supported in Centauri-based modules. BYO bundles can be promoted to upper environments from the Administration dashboard. Creators can test BYO components locally using the SDK without uploading to Unqork first. This release also introduces BYO Logic Components.

Markdown component. Renders formatted Markdown text on the module canvas for static content display.

Application Versioning. Versioning and the merge experience are being rebuilt as part of UnqorkAI. Customers currently on the Branch & Merge Beta can continue using it as-is. New access to the Beta is not available at this time. Customers interested in version control capabilities can learn more about joining the Beta later this year.

BI Connector End-of-Life. The legacy Connector for Business Intelligence reached end-of-life on September 1, 2026. Environments currently using the BI Connector must migrate to Data Share. Contact a Customer Advocacy Manager to confirm the migration timeline.

Bug Fixes

The following fixes apply to the Unqork platform and are available to all 9.0.0 customers.

  • Accessibility: Resolved an issue where VoiceOver did not correctly read the content of validation error modals.
  • Application Versioning: Resolved an issue where the Module Import search stopped working when viewing a module inside a branch in a versioned application.
  • Applications: Resolved an issue where Enable Submission Revisions was enabled by default when creating a new application. The setting is now disabled by default and can be enabled after the application is created.
  • Applications: Resolved an issue where environment production URLs stopped working after migrating from an earlier platform version.
  • Audit Logs: Resolved an issue where the Create Workflow event was not captured in audit logs.
  • Audit Logs: Resolved an issue where GET /getSubmissions calls were not captured in audit logs.
  • Authentication: Resolved an issue where login session cookies were removed when the login failure rate limit was reached, preventing end-users from retrying.
  • Authentication: Resolved an issue where custom connector sessions could specify an expireOffset value greater than the 30-day maximum.
  • Chart component: Resolved an issue where charts failed to render when Watch triggers were active.
  • Chart component: Resolved an issue where the View Data Table feature appended new datasets to the table instead of replacing them on data change.
  • Data Workflow: Resolved an issue where data failed to load when the API response contained an empty array.
  • Dropdown component: Resolved an issue where the Post Trigger failed to execute during data pre-fill on page load.
  • Dynamic Grid component: Resolved an issue where the column filter popup did not close when the grid was scrolled horizontally.
  • Dynamic Grid component: Resolved an issue where Multi-Select column values were not programmatically linked for screen readers.
  • Dynamic Refresh: Resolved an issue where Dynamic Refresh in Vega modules did not function consistently after v8.0.
  • File component: Resolved an issue where file size validation did not support configured limits above 500 MB.
  • Map V2 component: Resolved an issue where the component label was not programmatically associated with the field. Screen readers could not access the component.
  • Modules: Resolved an issue where nested remote execution modules returned an empty expressRoles array for designer credentials when Act as Super-User was configured.
  • Number component: Resolved an issue where the Number component lost its decimal formatting after navigating away from and returning to a module.
  • Panel component: Resolved an issue where the component's ARIA role attribute was not applied correctly.
  • Platform: Resolved an issue where an unexpected comma in a platform error message broke customer translations.
  • RBAC: Resolved an issue where GET /getSubmissions calls experienced high query latency against unqork.users.
  • RBAC: Resolved an issue where role-based permissions failed on components deeply nested inside column layouts.
  • Services: Resolved an issue where service execution failed when the response data exceeded 100 MB and response logging was enabled.
  • SSO: Resolved an issue where OIDC authentication failed when the identity provider returned an empty scope value.
  • Text Field component: Resolved an issue where prefix and suffix text was not announced by VoiceOver.
  • Timer component: Resolved an issue where the component label was not programmatically associated with the field value. Screen readers could not access the component.
  • Uniform Grid component: Resolved an issue where Number component validation was not displayed when the grid was set as required.
  • Uniform Grid component: Resolved an issue where validation errors did not display for required fields inside a Uniform Grid nested in a Panel inside a Nav component.
  • View Grid component: Resolved an issue where a persisted column sort was not applied to the grid on page load.
  • Workflow: Resolved an issue where the Message node truncated characters before an apostrophe in email addresses.

Security

This release includes scheduled security patches. No action is required.

UDLC Toolkit 3.2.0 Release Notes ship alongside this release and cover a service log navigation fix in the UDLC Toolkit.

Patches

Version Date Notes
9.0.2.0 September 22, 2026 Scheduled patch — Build Agent, Data Collection, Data Workflow, Module Builder, Number component, Plug-In component, SSE Debugger Tool, Smart Components
9.0.1.0 September 17, 2026 Hotfix — Application Versioning, Decisions, Dropdown, Global Variables, Plug-In

Changelog

Date Change
2026-09-22 Compressed: removed changelog-style granularity; collapsed Build Agent (5 bullets → 1 paragraph), Smart Components (9 bullets → 2), Navigation (4 bullets → 1 paragraph), API Debugger, Embedded UI, BYO (EN-8130).
2026-09-22 Leo Fisher review: reframed intro around UnqorkAI launch; replaced "rebuilt" with "enhanced"; updated Designer bullets to Version A; updated Module Builder intro (EN-8130).
2026-09-22 Added 9.0.2.0 scheduled patch reference (EN-8133).
2026-09-17 Restructured to clearly distinguish Unqork platform features (all customers) from UnqorkAI features (requires AI agreement); updated title and intro accordingly (EN-8130).
2026-09-17 Added Patches section and 9.0.1.0 hotfix reference (EN-8127).
2026-09-16 Added 9 additional bug fixes from 9.0.0 DISPATCH sweep — all confirmed on develop with code changes (EN-8121).
2026-09-16 Added 14 bug fixes from 8.3.0 DISPATCH sweep — all confirmed on develop for 9.0 (EN-8121).
2026-09-16 Added Charts bug fix — View data table appending instead of clearing on data reset (EN-8121).
2026-09-15 Generalized BI Connector EOL — removed vendor names (EN-8115).
2026-09-11 Fix title suffix; update UDLC callout — remove SC banner reference (EN-7959).
2026-09-10 Added Security section and UDLC Toolkit 3.2.0 companion release callout (EN-8102).
2026-09-09 Added Application Versioning bullet from comms doc — Branch & Merge Beta status for 9.0 (EN-7959).
2026-09-09 Added bug fix: Enable Submission Revisions now disabled by default on new applications (UQE-16885).
2026-09-09 Synced MDX to exported Doc360 version — Leo Fisher review (batch 2) (EN-7959).
2026-08-21 Editorial pass (EN-7959).
2026-07-23 Initial draft.