v6.0.1
LISA v6.0.1 Hotfix Release
We're releasing a hotfix to address several important configuration, security, and caching improvements following the v6.0.0 launch.
What's Fixed
Prisma Caching Improvements
Enhanced Prisma dependency pre-caching for offline Docker deployments. The system now uses PRISMA_CACHE_DIR with conditional fallback logic, making deployments more reliable in air-gapped environments.
UI Data Refresh Behavior
Updated how the React application handles cached data across all reducers. The app now refetches data on reloads, instead of whenever RTK feels like it. This ensures you always see the most current state.
Model Management Security Enhancement
Important Security Fix: Model management endpoints (create, update, delete) now properly enforce admin-only access control. Non-admin users attempting these operations will receive a 403 Forbidden response. This closes a security gap where model operations weren't validating admin permissions.
Model Health Check Fix
Resolved an issue with the health endpoint during new model creation.
Acknowledgements
Full Changelog: v6.0.0...v6.0.1