Note: This is a draft version of the release notes for Aria6—Version 66, 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
19-August-2025
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
None
API Features
Enhancements to Anonymization API (DEV-11834)
Aria has enhanced the anonymization process for account data deletion, which now includes "country," "state," and "birthdate," when the delete_acct_data API is invoked. Address information will be anonymized with 'x' and birthdate with '01/01/1900'.
Recurring Credit Displays Incorrect Status For Archived Accounts (DEV-12013)
The appropriate recurring credit status and cancellation-related information are now returned for the following APIs:
- cancel_unconsumed_credit
- delete_acct_coupon
- get_recurring_credit_info
Status |
Description |
Status Update |
Previously, when recurring credits were canceled via batch processing, the status was incorrectly set to "Cancelled, No Credits Created", even if some credits had been created. This has been corrected to now set the status to "Cancelled, Some Credits Created". |
Cancellation Details |
Cancellation related information was not previously updated in the system. The following fields in the <recurring_credits> table are now populated with appropriate data:
- <cancel_user>
- <cancel_date>
- <cancel_comments>
|
Specific comments will be returned for differing cancellation types and scenarios.
For batch cancellations of recurring credits on deactivated accounts: "Orphaned recurring credit no. <credit id> discarded by daily pre-invoice housekeeping batch process due to account being in non-provisioned status."
For cancellations when the associated coupon is canceled via API, UI, or batch process: "Recurring credit is cancelled since the associated coupon is cancelled."