This is the multi-page printable view of this section. Click here to print.

Return to the regular view of this page.

What's new in RIA Framework


Comprehensive Test Results

TA v3 provides detailed insights into both the scenario and step execution. Scenarios are structured hierarchically, with each step clearly defined and placed within its corresponding scenario. This structure ensures full traceability for each test run, allowing for a thorough review and analysis of the results.

1 - Release Notes

1.1 - 2026 Release Notes

This release notes documentation contains package updates and the list of new features and fixed issues for all RIA Framework releases in 2026.

Framework 3.1.0

New Features

This section provides the list of new features and enhancements that have been added in this release.

Affected module Description
Scheduler The Scheduler Service now operates independently of HSPF and Spark-based execution, enabling support for additional technologies.
Scheduler The framework now supports multiple job types, enabling scheduling and management of Spark, SQL, DBT, REST API, Shell, and other workloads.
Scheduler Workflow orchestration now enables execution of multi-step processes with dependency management, retries, and failure handling.
Scheduler Execution monitoring and tracking now provide a centralized view of workflow status, execution history, and failures.
Scheduler The Scheduler Service now integrates with RIA Framework security, multi-tenancy, audit, and observability standards, ensuring governance and compliance.
Scheduler Support for pluggable scheduling engines has been added so the framework can use orchestration platforms and support future technology choices.
Platform Spring Boot Admin client integration has been added to the common-core application so services can automatically register with a central Spring Boot Admin server and be managed from a single interface.
Platform Spring Actuator endpoint support has been enabled, so health, metrics, application information, and logs can be viewed through the Spring Boot Admin UI.
Platform Application metadata support has been added, allowing registered services to be identified, monitored, and managed from the Admin dashboard.
Rules Engine The RIA Framework now integrates the Rules Engine, enabling applications to evaluate business rules through standard APIs without code changes.
Rules Engine The Rules Service has been upgraded to the latest Spring Boot version and integrated with RIA Framework security, logging, monitoring, and configuration standards to ensure compatibility and observability within the platform.
Rules Engine Repository setup, CI/CD pipelines, and environment configuration now enable consistent build, deployment, and management of the Rules Service across environments.
Rules Engine Testing coverage has been added to validate rule execution, integration flows, and system stability across SIT, UAT, and performance scenarios.
Rules Engine Documentation has been added to help teams onboard and use the Rules Engine, with defined APIs and configuration guidelines.
UI The RIA Framework UI has been updated to align with the RIA Product Suite theme, ensuring a consistent look and feel across products.
UI The global stylesheet has been updated with a unified color palette, typography, spacing, and component styles, and common UI components have been standardized, ensuring buttons, tables, headers, and links follow consistent design guidelines across all screens.
UI UI theming changes have been applied, allowing visual alignment without changes to business logic, backend APIs, workflows, or existing screen layouts, ensuring no impact on functionality.
Email notification The user onboarding process has been updated so that a welcome email is sent after user creation using the existing notification service, extending the password reset email flow to support post-user-creation events with a configurable template.

Fixed Issues

This section provides the list of issues that have been fixed in this release.

Affected module Description
TMS service The TMS service now supports end-to-end tenant onboarding without errors, including theme image upload, API key creation, and product subscription.
TMS service Issues with theme image upload, API key creation, and product subscription have been resolved. AWS S3 bucket access, cache manager configuration, and organisation or product mappings no longer block tenant setup.
Notification alert The Notification Alert Settings save operation now completes successfully for single-user updates without simultaneous updates or version checks.
Notification alert Record versioning validation has been corrected to prevent the record has been updated by another user error when no parallel updates are present.
HTTPS connection The SSL certificate has been updated to include fw-gateway, so it now connects securely over HTTPS.
SAT token The FW-auth Gateway now correctly adds mandatory multi-tenancy headers to SAT token requests before forwarding them to downstream services. This prevents 400 Bad Request errors caused by missing headers.
SAT token All the necessary headers, such as X-Multi-tenant, X-TenantCode, and USERNAME, are now always included for every SAT token type.