Skip to main content

2025.06.01 Release Notes

Assets

Docker Images

  • Fileservice: istaridigital.jfrog.io/customer-docker/fileservice2:7.6.1
  • Frontend Service: istaridigital.jfrog.io/customer-docker/frontend-service:7.0.0
  • Docs Service: istaridigital.jfrog.io/customer-docker/docs-service:6.2.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.2.0 --username ${ISTARI_ARTIFACTORY_USERNAME} --password ${ISTARI_ARTIFACTORY_PASSWORD}

SDK Clients

Agent

CLI

API Breaking Changes

  • None

Change Log

Feature changes:

  • Introducing Desktop Agents: Users can now route jobs to specific agents installed on their desktops. This feature allows for more localized and direct task execution, improving performance and enabling greater control over job distribution.
  • Default & Custom Agent Display Names: Agent display names are now visible throughout the application. Additionally, users can customize these names to make configuration and management easier and more intuitive.
  • The homepage is now the Systems Page, and the bulk uploader has been moved to the Files page
  • Systems:
    • Systems File Filtering: Users can filter system files in the SDK, particularly by file type for developer experience purposes
    • Systems Card View: Users can view all of their systems in a card view and filter their systems by name, description, or creator
    • Download System JSON Files: Users can download all JSON files in a system in both UI and SDK
    • LLM Utilities - System Text Data Dump: Users can download the text-based JSON contents of a system as a zip file so they can give the content to an LLM. Users should be able to select the appropriate snapshot if desired.
  • Azure Support for Data Plane: Users can now choose between an AWS S3 bucket or an Azure Object Storage container for the storage of their file and file-like entities (e.g. models and artifacts).
  • Introducing the Istari Digital CLI: a command-line interface designed for integrators and IT administrators. Check out our new CLI Documentation to get started. With the CLI, you can:
    • Connect to the Istari platform
    • Develop and manage both Istari-native and customer-specific integrations
    • Use utility tools for common operations
  • Integrations SDK: We’ve launched the first phase of our Integrations SDK, enabling users to build custom integrations tailored to their specific needs. Start building today by exploring our new API Documentation & Integrator Guides.

Paper-cuts:

  • UX
    • File Upload UX Improvements: Required fields are now marked with an asterisk
    • Extraction Status UX Improvements: Extraction status is now updated more frequently in the UX
    • Share Modal UX Improvements: Add User flow is streamlined
    • Artifact navigation: Left and right keyboard arrows can now navigate between artifacts
    • Copy ID Buttons: ‘Copy ID’ buttons exist in the Artifact and Model pages
    • Agent Management Table Bug Fix: Fixed a bug related to table sizing
  • SDK
    • Global HTTP Timeout: Users can set a global timeout in the Python Client
    • Archive/Restore Convenience Methods: Convenience methods for Archiving/Restoring System, Model, Artifact, Job and File
    • Authenticated Ping Endpoints: Users can determine server health/readiness and determine who the current authenticated user is
    • Developer Experience Improvements: Enhanced Configuration class error handling and pagination iteration on Page objects