Release notes
Version 3.6.7
- Released: May 12, 2026
- Compatible platform version: Work.AI 10.2.8.54+
The Evelyn 3.6.7 release improves traceability and exception handling for alert processing and reduces manual follow-up when incoming Firco alerts cannot be processed.
Quality check reports can now use the original input filename for CSV-based processing, making it easier to trace report results back to the source file, especially when multiple input files are processed. You can enable this behavior using the new Do you want QC report file name to be copied from the input file? option on the Input configuration screen.
When an incoming Firco alert cannot be parsed, Evelyn now automatically sends a Need More Information status update to the Firco Trust system and adds a comment requesting manual review. This helps you identify alerts that require attention faster, while preventing duplicate updates during retries.
Version 3.6.3
- Released: March 27, 2026
- Compatible platform version: Work.AI 10.2.8.54+
The Evelyn 3.6.3 release enhances name-matching logic, simplifies model configuration, and improves the clarity of alert resolution outcomes.
Evelyn now uses the unified name matcher for securities, ensuring consistent and reliable entity screening and reducing the risk of missed true positive alerts.
To streamline the setup process and reduce configuration complexity, the model configuration form no longer includes the Stopwords section.
Bug fixes
- Resolved the issue where alert resolution wording was incorrect when handling oversized alerts.
Version 3.6.2
- Released: February 27, 2026
- Compatible platform version: Work.AI 10.2.8.54+
The Evelyn 3.6.2 release improves scalability and stability for high-volume processing by streamlining handling of oversized alerts and strengthens model execution under heavy workloads.
- Automatic escalation for oversized alerts is added to skip automatic evaluation when the number of comparison data pairs exceeds a configured threshold. Such alerts are returned with the Need More Information status and a narrative explaining that the alert was not automatically evaluated due to its size. The enhancement reduces processing time for alerts that are likely to be escalated anyway.
Bug fixes
Resolved the issue where model execution could fail due to a Python out-of-memory error by increasing available Python memory to ensure more stable performance under heavy workloads.
Resolved the issue where large model-processing cases could fail with a timeout exception by extending the allowed processing time.
Version 3.6.1
- Released: August 28, 2025
- Compatible platform version: Work.AI 10.2.8.54+
The Evelyn v3.6.1 release fixes the issue where disabling ticker name enrichment caused a missing configuration property error.
Version 3.6.0
- Released: August 1, 2025
- Compatible platform version: Work.AI 10.2.8.54+
The Evelyn v3.6.0 release focuses on providing client data traceability, expanding ticker data enrichment options, and extending the API input to include street address data.
A new client_id field has been introduced in NSS input contracts to improve traceability of data linked to specific clients. This field allows you to identify transactions in Control Tower, Data Stores, and reports by the client ID.
You can now configure Evelyn NSS to enrich ticker data for all record types or for securities only. This flexibility allows you to adjust the scope of enriched ticker data in a transparent manner. To activate this feature, use the designated option on the Enrichment settings page.
A new
streetparameter has been added to the input and hit address data available through the Evelyn NSS API, providing more detailed information about the location of each screened entity.
Bug fixes
Updated the API contract to exclude
Locationfrom input entity types.Fixed the null pointer exception in the date matcher causing incorrect date matching proximity.
Fixed the incorrect filtering on NSS dashboard charts.