Version 2025.264.1
Release Date: September 21, 2025
New Features
Microsoft Azure Active Directory (Entra ID) Authentication
Sign in to mindzieStudio using your corporate Microsoft account. Supports multi-tenant organizations with automatic tenant detection, allowing employees to use their existing work credentials for seamless access. Custom company portal URLs can be configured to automatically direct users to the correct tenant and authentication method.
Python API Client Library
Access mindzieStudio programmatically through the new Python API client library, published to PyPI as mindzie-api. Upload datasets, create investigations, execute notebooks, and retrieve results programmatically using authenticated API calls.
Copilot Assistants Management
Create and manage custom copilot assistants with specialized knowledge and behavior. Configure assistant settings, system prompts, and knowledge bases through the new assistant grid and editor interface.
Service Account Management
Tenant administrators can now create and manage service accounts for automated system integrations and API access, with proper authorization controls to ensure secure programmatic access.
Improvements
Enhanced User Management Interface
Role and Display Name fields are now visible for all users in the Edit User dialog, providing better visibility into user account details and permissions.
Active Directory Configuration
Improved on-screen instructions and documentation for configuring Azure Active Directory authentication, making it easier to set up corporate SSO integration.
Validation Message Improvements
Dashboard and variant validation messages now appear as warnings instead of errors, reducing noise while still providing important feedback about data quality.
File Upload Experience
File upload validation messages now display as warnings rather than errors, providing a less disruptive experience when uploading data files while still alerting users to potential issues.
Large Dataset Export
Improved handling of large dataset exports to prevent timeout issues when exporting substantial amounts of data.
Bug Fixes
| Task | Title | Description |
|---|---|---|
| 6571 | Copilot HTML Display | Fixed issue where copilot responses were displaying raw HTML instead of properly formatted content. |
| 6569 | Dataset Export Hanging | Resolved issue where dataset exports would hang indefinitely when exporting large amounts of data. |
| 6570 | Compiler Warnings | Fixed CS1998 and CS0168 compiler warnings to improve code quality. |
| 6568 | API Documentation | Corrected Swagger documentation issues in API controllers to ensure accurate API reference information. |
| 6256 | Pivot Calculator Validation | Fixed validation logic to prevent "Unknown aggregate function" error when configuring pivot calculators. |
| 6566 | NightlyErrorParser Bug Resolution | Improved automated bug detection and resolution process for errors found in nightly logs. |
| 5740 | Dashboard Block Execution | Fixed issue where blocks were being unnecessarily re-executed when adding them to dashboards. |
| 6455 | Filter Attribute Display | Resolved NullReferenceException that occurred when setting filter attribute data. |
| 6444 | Missing Copilot Table | Added graceful handling for missing tbl_copilot_notebook_run database table. |
| 6367 | ExecutionQueue Concurrency | Improved handling of concurrent execution queue operations to prevent conflicts. |
| 6402 | JavaScript Module Loading | Added error handling for JavaScript module loading failures to prevent application crashes. |
| 6262 | Temporary File Cleanup | Resolved IOException that occurred during temporary file cleanup operations. |
| 6281 | Error Logging | Enhanced error logging to capture complete stack traces for better troubleshooting. |
| 6329 | Antiforgery Exception Logging | Excluded AntiforgeryValidationException and FilterWarningException from error logs to reduce log noise. |
| 6264 | Filter Warning Logging | Changed FilterWarningException logging level from error to warning for more appropriate categorization. |
| 6534 | File Upload Cleanup | Applied 24-hour cleanup pattern to CSV and XES file uploads to prevent FileNotFoundException errors. |