Skip to main content

2025.07.01 Release Notes

Assets

Docker Images

  • Fileservice: istaridigital.jfrog.io/customer-docker/fileservice2:8.4.3
  • Frontend Service: istaridigital.jfrog.io/customer-docker/frontend-service:8.5.4
  • Docs Service: istaridigital.jfrog.io/customer-docker/docs-service:6.3.0
  • SpiceDB: ghcr.io/authzed/spicedb:v1.39.1
  • SpiceDB Operator: ghcr.io/authzed/spicedb-operator:v1.18.0
  • Zitadel: ghcr.io/zitadel/zitadel:v2.65.4

Helm Charts

  • SpiceDB Operator: helm pull --repo https://bushelpowered.github.io/spicedb-operator-chart spicedb-operator --version 2.0.0
  • Zitadel: helm pull --repo https://charts.zitadel.com zitadel --version 8.7.2
  • Istari-Platform Chart: helm pull --repo https://istaridigital.jfrog.io/artifactory/customer-helm istari-platform --version 2.5.0 --username ${ISTARI_ARTIFACTORY_USERNAME} --password ${ISTARI_ARTIFACTORY_PASSWORD}

SDK Clients

Agent

CLI

  • v0.2.4 (No updates from previous relesae)

API Breaking Changes

  • None

Change Log

Agent

  • New Configuration File Location: The Agent configuration file has moved from .istari_config to istari_digital_config.yaml in the folder %LOCALAPPDATA%/istari_digital/ (Windows) or ~/.config/istari_digital/ (Linux).
    • The agent will automatically migrate an existing .istari_config file to istari_digital_config.yaml when first started.
    • Review the migrated file for correctness before starting the agent again.
  • More Granular Job Statuses: The RUNNING job status has been split into three statuses to more accurately reflect the progress of each job. Agent statuses have been updated to match the new job statuses.
    • VALIDATING - validating and processing inputs
    • RUNNING - executing the function
    • UPLOADING - uploading outputs
  • Job Cancelation: Support for canceling pending jobs has been added to the API.

Integrations

  • Cameo Tag Updates: The Cameo module now allows users to update tags in a Cameo model with the @istari:update_tags function.
  • Windchill Links: Support for linking and extracting Creo files from Windchill PLM has been added.

Python Client

New Features

  • Enhanced Admin Oversight: Admins can now view all jobs across all users.
  • Bulk Permissions Management: New bulk permissions endpoints have been added.
  • Detailed Job Status Visibility: New job statuses, including VALIDATING, UPLOADING, and CANCELED, have been added.
  • Granular Agent Status Tracking: Additional agent statuses, such as VALIDATINGJOB and UPLOADINGJOB, offer a more detailed view of agent activities.
  • Optional Job Status Messaging: Users can now add optional messages to job statuses for clearer updates on job progress.

Improvements

  • Optimized Job Management: The job management process now stops polling for canceled jobs which reduces system load.
  • Enhanced Authentication Configuration: Authentication setup is now allows the creation of a Function Auth provider with data integration and a registration secret.
  • Improved Agent List Sorting: Agent lists can now be sorted by various fields.
  • Direct Model Extraction: Users can now extract a model directly from the Model object.
  • System Revision Retrieval: System revisions can now be accessed by both snapshot and snapshot tag.

Istari Platform

New Features

  • Env Var: FILE_SERVICE_ZITADEL_JWKS_URL env var has been deprecated for the File Service. No changes to in-flight config are required, the File Service will throw a warning if you still have the variable set.
  • UI Overhaul: The Istari app has an updated look and feel.
  • Improved Artifact Visibility: Models now automatically display their extracted artifacts in the System..
  • Added Tool Access Management Modal: Introducing a new tool access modal on the users page, making it easier for you to manage and control access to various tools.
  • Enhanced System Menus with Timestamps: We've updated the system menus to be timestamp-centric.

Paper-cuts

  • Simplified Authentication: We've eliminating the need for registration secrets and now only Basic or Token authentication methods.
  • Improved JSON Download Functionality: You can now easily download all system JSON files directly from the System page.
  • Fixed Authentication Integration Issues: We've resolved a bug affecting the setting of the Auth Integration Type.
  • Improved Security in User Management: We've enhanced the security of our user management system by removing the admin role toggle which prevents unintended permission elevation.
  • Fixed Loading Issues for a Seamless Experience: Resolved a critical issue where the application required a manual refresh to load properly after logging in.
  • Enhanced Login Security and Usability: Updated our authentication process to hide password entries.
  • Fixed Access Issues for Non-Admin Users: We've resolved an issue that was preventing non-admin users from accessing the app.
  • Improved Navigation with New Sidebar Design: We've overhauled our layout system by introducing a new sidebar design.
  • Improved Display Consistency: We've enhanced the layout of system detail pages to better accommodate different screen sizes.
  • Enhanced Readability: Long system descriptions are now neatly truncated within cards, preventing overflow and maintaining uniform card heights.
  • Fixed Icon Visibility: The edit icon for control tags is now always visible when you hover over the relevant area.
  • Improved Access to Personal Tokens: You can now view all your personal access tokens, not just the latest 10.
  • Instant Updates for System Details: We've fixed an issue where changes to system titles and descriptions in the card view required a page refresh to appear.
  • Improved Navigation: The "Back" button in the Files section now conveniently takes you directly to the Files index page.
  • Seamless Profile Updates: Now, when you change your display name, the update takes effect immediately without needing to log out and back in.
  • Streamlined Navigation Experience: Now, when you visit the home page, you'll be automatically redirected to the systems view.
  • Fixed System File Download Issue: We have resolved an issue where the "Download All System Files" feature was not functioning properly.