For the complete documentation index, see llms.txt. This page is also available as Markdown.

v2026.3.0

July 9, 2026

Highlights

  • Added support to search by email and organizationName when searching Licenses

  • Build Pipeline UX updated to supported API calls to start, approve and deploy SIM builds


New Features

SIM Build Management

  • Added functions for listing, getting, approving, starting, and deploying builds in the builds module.

  • Introduced new types for build options and build status to enhance type safety.

  • Updated the build model to include additional properties such as operating system and release channel.

  • Refactored the router to include a new dashboard simulator route and removed the old unity modules view.

  • Integrated build modals and updated the store to manage build state.


Improvements

License Search Functions

  • Added optional organizationName field to the LicenseSearch.Options interface.

  • Updated searchOptions in the Licenses module to accommodate organizationName in search filters.

  • Added optional email field to LicenseSearch.Options interface.

  • Updated Licenses module to include email in search options based on filter input.

Table Cell User Email

  • Refactored TableCellUserEmail component to handle email resolution and display.

  • Integrated TableCellUserEmail component into the licenses table for owner and assigned users.

Last updated

Was this helpful?