7.24.0 Platform Release Notes

Release Schedule

Cohort Staging Release Date UAT Release Date Production Release Date

Early Release

Jul 15, 2025

Jul 29, 2025

Aug 12, 2025

GA

Jul 30, 2025

Aug 13, 2025

Aug 27, 2025

Exception

Aug 14, 2025

Aug 28, 2025

Sep 11, 2025

Enhancements & Bug Fixes

Administration

Fixes

Applications

Enhancements

  • Version Names: Previously, versioned applications were limited to a semantic version number as their name, like 1.0.0. With this release, Creators can now add an optional name to their versioned applications, providing more clarity and flexibility in identifying your deployments.

Creators can now use names like:

  • 1.0.0 MyGreatApp

  • 2.1.0 FeatureX-Beta

  • 1.5.2 ProductionReady

This change allows for a more descriptive and readable identification of your application versions, making it easier to manage and track versions.

  • Branches: Previously, branches were filtered by their base version, which could make it difficult to view all branches at a glance. Now, all branches display in a single, unified panel. That way, Creators are no longer required to switch between base versions to locate a branch. A search bar is also added so Creators can filter branches, making it quicker and easier to navigate their repositories.

APIs

Enhancements

  • Update Data Model Records API: With this change, when a Creator attempts to update a model record using the Update Data Model Records endpoint, they can pass strictValidation: false to update records created with previous versions of the data model that include breaking changes.

Centauri

Fixes

  • Data Models - Schema/Component Generation: Updated the component generated from Array of Non-Enumerable string data type in the schema to the correct Multi-Select component for Centauri modules.

  • Phone Number component: Fixed an issue when configuring the Phone Number component and setting the runtime to Centauri. In the component’s settings drawer, an unexpected, empty Actions section displays. This issue has now been resolved and the Actions section no longer displays when using the Centauri runtime.

UDesigner

Enhancements

  • When opening Global Search, or using Cmd + / (Mac) or Ctrl + / (PC) on your keyboard, the cursor focuses in the search box by default.

  • When opening the Advanced Search page, the cursor focuses in the search box by default.

  • After entering a search query in the Advanced or Global Search fields, Creators can now press Enter (Return) on their keyboard to execute the search.

  • Dynamic Grid component: Added a new editable setting called Order to each row in the Column Setup table. If a Creator chooses to add a row before the 0 order, the field accepts negative integers. After adding, the setting reorders the rows to begin with 0 once again.

Fixes

  • Copying Module Definitions: Fixed an issue where copying a module definition that includes imported modules would not copy the imported fields in the JSON JSON (JavaScript Object Notation) is an open standard file and data interchange format. Unqork uses JSON for submission (record) data.. The copying functionality now successfully copies imported fields.

  • Decisions component: Fixed an issue where buttonClick inputs in a Decisions component were being converted to $runtimeEvent.payload.value when viewed in UDesigner. This release prevents further conversion.

  • Environment Login: Fixed an issue, where in certain situations, Creators experienced an endless loop that prevented them from logging into their environment in UDesigner, regardless if the Creator is using the Centauri or Vega runtime.

  • Plug-In component: Fixed an issue where the Amazon S3 authentication type was selectable from the component’s External Services drop-down. This option is no longer available in the Plug-In component.

  • Server-Side Execution Testing: After executing a test and clicking into the Response Body field, the tool supports a Find feature when pressing Cmd + F (Mac) or Ctrl + F (PC) on your keyboard. Fixed an issue where the Find feature did not display after pressing those key combinations on your keyboard. This issue is now resolved.

Vega

Fixes

Workflow Builder

Fixes

  • Navigation: Fixed an issue where using the local browser’s Back button in Express View, instead of the workflow’s navigation buttons, resulted in unexpected Initializer component triggering.