December 18th, 2025

T
Theresa Trevino
2 min read

Isora v1.12.0

December 18th, 2025

Frontend Release v1.12.0

What's New

Assets

  • Asset email contacts for notifications

    You can now add, edit, or remove email addresses in the Asset email contact section to control who receives Asset delegate notifications.

  • Last Seen filter for Asset Groups

    A new Last Seen filter with a stoplight indicator helps you quickly see when each asset was last detected.

Exception Register

  • Asset navigation from the sidebar

    You can now jump directly to an Asset detail page from an associated Exception Register entry.

Assessments

  • Improved layout

    Questions, help text, and comments are now visible at the same time. The layout also adapts more smoothly to smaller desktop screens.

Risk Register

  • Risk Score Documents in the sidebar

    View and manage audit evidence, mitigation proof, and review notes directly from the Risk sidebar.

Third Party Products

  • New deeplink pages

    Added dedicated deeplink pages for vendors, vendor products, and product deployments. These pages provide a single, shareable view with breadcrumb navigation back to the related product and vendor.

Bug Fixes & Improvements

Exceptions Register

  • Owning Unit filter fix

    The Owning Unit filter now searches by unit name instead of code, making it easier to find what you’re looking for.


Backend Release v1.12.0

What's New

CSV Imports and Exports

  • UUID support across the platform

    CSV imports and exports now include a UUID column, making it easier to create, update, and delete records.

    • If the UUID matches an existing record, that record is updated.
    • If the UUID is missing or invalid, a new record is created.

Bug Fixes & Improvements

Locations Inventory

  • Fixed the Category header in the Locations CSV import template to correctly display On Premises and Off Premises.

Unit Assessments

  • Fixed an issue where assessment means were not filtering out soft-deleted surveys.

API Updates

/api/hosts

  • Added last_seen to the host (asset) viewset ordering_fields, allowing you to sort assets by when they were last detected.
  • Example response:
{
  "id": string,
  "...": "...",
  "last_seen": null,
   "...": "...",
}

/api/reports/{uuid}/questions

  • Added a new endpoint that returns only the questions block of a report, reducing payload size and improving performance for large reports.

Did this answer your question?