Date: 10 October 2025
Stage scheduling with exclusion calendar options
Stage scheduling now includes exclusion calendar options, allowing users to specify whether to use the environment default, no exclusions, or a specific calendar when configuring scheduled stages. This provides more flexibility and control over when scheduled stages are executed.
To support streamlined calendar management, administrators can now export and import environment calendars via the Calendars tab. Exported calendars are saved as JSON files, and importing allows for easy transfer or backup of calendar configurations. The system validates imported files and updates or adds calendars as needed, ensuring consistent and efficient calendar management across environments.
When you import or promote a stage that references an exclusion calendar into a new environment, the system checks whether the calendar exists in the target environment. If the calendar is not present, the system creates a new, empty calendar with the same name as the one in the source environment. You will receive a notification that this calendar has been created.
Define "Notify with Data Table" task in process model
A new "Notify with Data Table" task is available in process models, enabling users to send emails containing output datastore data as part of the email body. Users can customize the email subject, body, and select which data columns to include, enhancing communication and data sharing workflows.
Bulk action enhancements in case and data stores
Bulk action features in case stores and data stores have been significantly improved to increase efficiency and give users more control.
Bulk delete in case and data store search screens
The search screens now support bulk delete actions. Users can filter records, select all displayed results, and delete them in a single step. A confirmation prompt helps ensure that bulk deletions are intentional, making it easier to manage large data sets and reducing manual work.
Bulk fast track for case stores
The bulk fast track feature has also been added to case store search screens. Users can select multiple cases that match filter criteria and fast track them to a terminal state in one action. Progress is displayed, and the process continues in the background, so users can continue working on other tasks without interruption.
For greater administrative control, the system can now be configured to hide bulk actions from the user interface. If all bulk actions are hidden, the main Bulk Action button is also removed. This allows administrators to customize the interface and limit access to bulk operations as needed.
Application server health monitoring via /health endpoint
A new /health endpoint has been introduced for application server
health monitoring. Load balancers and infrastructure creation scripts for AWS and
Azure have been updated to use this endpoint instead of
/index.html, providing faster and more efficient health checks.
Support for Ctrl+Click in breadcrumb title bar menu
You can now use Ctrl+Click on breadcrumb title bar menu items to open them in a new browser tab. This enhancement streamlines navigation, allowing you to quickly access multiple areas of the application without losing your current context.
Support for Elastic Beanstalk IMDSv2
The application now supports Elastic Beanstalk environments configured with IMDSv2 only. This enhancement improves security by allowing the application to retrieve EC2 instance metadata without requiring IMDSv1.
Govern integration enhancements
SQL Rule group and rule information are now pushed to Govern, ensuring accurate representation and additional metadata for SQL rules.
Security improvements
The security posture of the application has been improved by implementing validation of the Host header in incoming requests, addressing high-severity out-of-band resource load issues.
Library and component updates
The following libraries and components have been updated to address security vulnerabilities and improve system performance:
- Upgraded Athena database driver from version 2.0.6 to 3.5.1.
- Upgraded Postgres JDBC driver to version 42.7.7 to address security vulnerability BDSA-2025-5099.
- Upgraded Spring Security and related Spring framework libraries to address security vulnerability BDSA-2025-4341.
- Upgraded Apache Kafka client library to version 3.9.1 to address security vulnerability BDSA-2025-5053.
- Upgraded Apache Commons BeanUtils to version 1.11.0 to address security vulnerability BDSA-2025-4668.
Corrected issues
| Issue Summary | Issue Key |
|---|---|
| Fixed issue affecting retention of data files pushed from Analyze or Assure. | ISX-23509 |
| Fixed an issue where Execute Query in DB node processing fails to map alias names to outputs for some database drivers. | ISX-23447 |