May 2025
May 22 2025
Improvements
- Modular Analysis: Improved error handling for Modular Analysis
- The Modular Analysis page will now display a message if the analysis fails to load
- Use the Logs tab to view the detailed error message
- Agents: File watcher Agents will now restart automatically if the input_path directory (the directory being watched) is deleted or becomes inaccessible
Bug Fixes
- UI: The default Agent version will now be set to the latest version when creating a new Agent
Agent Version: 5.5.29
May 15 2025
Improvements
- Agents: Agents will now ignore file uploads where both the file name and MD5 hash are the same as a previously uploaded file
Bug Fixes
- UI: The pagination settings of the Files page will now include all file when launched from the Application Session list
Agent Version: 5.5.24
May 8 2025
Features
- UI: Tags can now be updated directly from the Files Page
- Select multiple files and click the "Edit Tags" button to update Tags for all selected Files
- Tags can be added or removed from the selected Files (if the Environment is not in Strict Mode)
- This functionality is limited to Environment Admins only
Improvements
- Agents: Errors around log file uploads will no longer be marked as errors in the agent logs
- Agents: Improved robustness around agent file upload, flow trigger, and tagging
- UI: A loading indicator will be displayed on the Files page while the page is loading and filters are applied with no results
- Virtualization: Sessions that have encountered an error will not be deleted by default
- Virtualization: Data from Virtualization sessions is now available in the metadata for use in Dashboards
Bug Fixes
- UI: The pagination settings of the Files page are now displayed when a filter is applied
- Virtualization: Fixed an issue where the Virtualization window would not resize correctly in some cases
Agent Version: 5.5.13
May 1 2025
Features
- UI: Agents can now detect errors with the Connection identity
- Agents will now detect errors or configuration issues with the Connection identity and display them in the UI
- These errors should be resolvable by modifying the Connection identity through the UI
- Additional error states will be detected in the future
Improvements
- Agents: get_process_metrics has been added as a reserved variable for Agents. Setting this variable to false for a connection will skip the collection of host metrics, if the collection of those metrics is not needed.
- Agents: max_concurrent_workers has been added as a reserved variable for file watcher Agents, which specifies the maximum number of concurrent workers used to process files. By default, this is set to 10.
- Agents: allow_overlapping_runs has been added as a reserved variable for file watcher Agents, which specifies whether file processing (file upload / Flow run) can overlap with the next file processing. By default, this is set to true; if set to false, the Agent will wait for the current file processing to complete before starting the next file processing.
- Agents: max_concurrent_workers has been added as a reserved variable for cron Agents, which specifies the maximum number of concurrent workers used to process files. By default, this is set to 10.
- Agents: allow_overlapping_runs has been added as a reserved variable for cron Agents, which specifies whether file processing (file upload / Flow run) can overlap with the next file processing. By default, this is set to true; if set to false, the Agent will wait for the current file processing to complete before starting the next file processing.
Bug Fixes
- Agents: Fixed an issue where expired certs on instrument PCs could prevent Agent from starting, and prevent the Agent from being able to trigger Flows. Agents v5.5.1 and later will rely on bundled certs to avoid this issue.
Agent Version: 5.5.5