October 20th, 2025

T
Theresa Trevino
2 min read

Isora v1.8.0

October 20th, 2025

Frontend Release v1.8.0

What's New

Assets

  • Simplified Asset Page URLs

    You can now access Asset pages directly using the shorter URL format:

    /newui/asset/{uuid}

    This automatically routes to the corresponding Asset Group page (/newui/asset-groups/{uuid}), making navigation easier when you know the Asset UUID.

  • Dedicated Asset Detail Pages

    We’ve introduced dedicated routes for Asset details:

    • /newui/asset/{id}
    • /newui/asset-deployment/{id}

      These pages now fetch asset details directly via GET /api/hosts/{id} for a more consistent and streamlined experience.


Backend Release v1.8.0

What's New

Unit Assessments

  • Auto-Save for Asset Enrichment Answers

    Asset Enrichment responses now auto-save automatically when a survey is launched — reducing the risk of data loss and improving efficiency.

UUID Copy & Search Enhancements

  • The Search Bar now supports UUID lookups across additional entities for faster access and consistency.

    Supported Entities:

    • Assets
    • Asset Groups
    • Vendors
    • Vendor Products
    • Vendor Product Deployments
    • Assessments
  • Improved Survey Details search performance for faster and more accurate results.

Bug Fixes & Improvements

Risk Register

  • Fixed an issue where filtering Risks by Category caused an error — you can now filter smoothly without interruption.
  • Resolved a bug where creating a new Risk returned a 500 error. You can now create new Risks without issue.

API Documentation Enhancements

The API documentation now includes example return data for improved clarity and validation of data types and payload structures.

Updated Endpoints Include:

/api/orgs, /api/reports, /api/shared, /api/vendors

Access here: https://{instance_URL}/api/schema/redoc/


Did this answer your question?