Release notes
Version 4.0.0
- Release date: October 17, 2025
- Compatible platform versions: Work.AI 10.3+
The release modernizes Tara to be compatible with Work.AI v10.3, enhancing performance, maintainability, and scalability. It also introduces real-time analytics and strengthens data management and security.
To align with Work.AI 10.3 dependencies, the Tara codebase is migrated to Java 21, with all third-party libraries upgraded to the latest compatible versions for enhanced stability and runtime efficiency.
All Data Stores are updated with the
_v4suffix to facilitate more efficient data maintenance. Unused Data Stores are deleted to streamline platform resources and reduce maintenance overhead.To improve database version control, auditability, and deployment consistency across environments, a new set of Liquibase scripts is created for each Data Store.
Rather than relying on batch processing, Tara now streams events in real time through RabbitMQ. The Payment sanction screening overview dashboard is updated to consume these live events directly from the analytics service instead of Data Stores, providing faster operational insights, greater data accuracy, and more responsive decision-making.
Data purge and archiving functionality is now included in the bundle, with purges disabled by default and separated between analytics and request processing. Purge frequency and data retention periods are adjustable, with the default retention period set to three months. Now, each Data Store can follow its own retention policy, which helps to maintain optimal storage performance and compliance with data governance standards.
The JNW Generic Connector is upgraded to v3.5.0 for the Orbis Enrichment Connector, ensuring improved data quality during enrichment processes.
Bug fixes
- Resolved Snyk security vulnerabilities by updating multiple third-party dependencies and upgrading the platform components to the latest version.