DA Store App – UI for Version Controlled Tax Content and Config Sync (1714513)
In the previous release of DA Store app, we introduced backend controls for managing the versions of content and configuration synced to it (refer 1375879). In this release, we’ve expanded that capability by providing a user interface (UI) for version control.
The new Version Control screen, accessible from the Determination Anywhere menu, allows administrators to view all available content and configuration versions, mark versions for testing prior to activation for production use, and reactivate an archived version if needed. User access will be limited based on appropriate Roles.
By default, content and configuration changes will continue to sync automatically to the DA Client based on the configured schedule. To use the version control feature, it must be explicitly enabled for the tenant. Please work with the ETS team to enable this feature.
Further information about the UI is outlined in the Determination Anywhere section of Help ().
Java Update to Version 21 (1733714)
To maintain compliance with current standards and proactively mitigate potential security vulnerabilities, we are upgrading the Java component used across multiple areas of the DA application to v21. This update enables DA to leverage enhanced performance, security features, and long-term support offered by Java 21.
DA Client Sync – Enable Proxy to TR Mothership (1649181)
This feature enables DA client(s) to connect to Thomson Reuters Mothership through corporate proxy servers – ideal for customers operating in restricted network environments. Customers can now configure custom HTTP headers required for proxy authentication, ensuring DA Client components can communicate with external services when direct internet access is restricted.
New options in the installer overlay allow specification of custom API headers as key-value pairs, while sensitive header information is securely stored using Kubernetes secrets, DA Client components are updated to support adding custom headers to all outbound requests. This support is implemented across multiple components including Transaction Sync Client, Tenant Data Sync Client, and Telemetry Client.
Customers who need to connect through a proxy server should work with their TR ETS team to configure the appropriate custom HTTP headers in the installer overlay. These headers must be specified as key-value pairs based on your organization’s proxy authentication requirements.
DA Overlay Extension - Additional Volume Mounts (1720680)
This feature enhances the flexibility of DA deployments by allowing customers to mount additional volumes, config maps, and secrets to containers.
Previously, specialized configurations – such as self-signed Docker registries or custom monitoring tools – required manual edits that were lost during system updates.
Organizations with unique security setups, infrastructure needs, or monitoring solutions can now maintain their custom configurations reliably and persistently. By eliminating the need for manual reconfiguration, this feature improves system reliability and streamlines ongoing maintenance.To configure the appropriate overlay parameters for your environment, please consult your ETS team member.
Database Connection Management Enhancement (1731983)
We’ve implemented a critical update to DA that resolves issues related to database connection exhaustion in environments with multiple PgPool replicas.
In previous versions, over time, idle connections were not being properly released, leading to connectivity issues that could affect critical services like Tax Determination Sync Service (TDSS) and potentially result in entity state corruption requiring data reconciliation.
There is now a new process that regularly clears unused database connections to maintain optimal performance. This improvement prevents connection exhaustion and ensures stable connectivity across services. Database resources are now more efficiently managed, especially in environments with high transaction volumes or multiple replicas.