> For the complete documentation index, see [llms.txt](https://wiki.zephyr-sim.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.zephyr-sim.com/patch-notes/zephyr-dashboard/archive/2026/v2026.3.0.md).

# 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.
