Note: This is a draft version of the release notes for Aria6—Version 71, which is currently available in Stage Future.
Enhancements and fixes to Aria functionality for this release are described below.
Release Date
Stage Future Release Date
12-May-2026
Aria supports the latest stable versions of the following Web browsers:
- Chrome 63
- Firefox 52
- Microsoft Edge
- Safari 11 on MacOS
1024 x 768 or higher
Application Features
Append Schedule ID to Filename Client Parameter Added (DEV-11697)
The client parameter Append Schedule ID to Filename is introduced in this release.
When this parameter is set to True (default), the schedule_id will be appended (after the filename prefix or rpt_id) during report file name generation. This ensures a unique file name for each schedule of the same report type. Additionally, milliseconds have been included in the timestamp portion of the file name to further enhance uniqueness, particularly in scenarios where duplicate schedule_id values may occur (e.g., sandbox generation).
When the client parameter is set to False, the existing report file naming behavior remains unchanged.
With this enhancement, the report filename will be set as follows:
| Schedule ID |
output_file_name_prefix |
file_name (if Client Parameter is set to False) |
file_name (if Client Parameter is set to True) |
| 22318 |
mb_inv_item_child_dtl |
mb_inv_item_child_dtl-20240723-133236.csv |
mb_inv_item_child_dtl-22318-20240723-133236123.csv |
| 22318 |
- (if no prefix is configured) |
<rpt_id>-20240723-133236.csv |
<rpt_id>-22318-20240723-133236123.csv |