Aura Configuration API changelog
Changelog of Aura Configuration API component for Titas Aura Platform release
Added
2025-08-25 - Add new status metrics in aura-configuration-api
- A new
services_statusmetric has been included. - Affected documents:
2025-08-27 - Add new JSON validation schemas in aura-configuration-api
- Added two new JSON configuration schemas (
bot-response-changes-configuration-schema.json,locales-changes-configuration-schema.json) - These schemas are now used by config-provision to validate the
changes-bot-response.jsonandchanges-locale-xx.jsonconfiguration files. - Related documents:
2025-10-02 - Added routing-filters management in Aura Configuration API
- A new set of endpoints has been added to manage the list of routing-filters:
routing-filters plugin. - aura-configuration-api documentation has been updated to include this new plugin and update the architecture diagrams.
- Implemented the /aura-services/v2/configuration/routing-filters endpoints.
- Added tests to cover the new functionalities.
- Affected documents:
2025-10-02 - Added filter-engine-api in Aura Configuration API
- A new set of endpoints has been added to manage of filter-engine-api endpoints:
filter-engine-api plugin. - aura-configuration-api documentation has been updated to include this new plugin and update the architecture diagrams.
- Implemented the /aura-services/v2/routing-filters endpoints.
- Added tests to cover the new functionalities.
- Affected documents:
Updated
2025-09-18 - Update Aura Configuration API docker image to the latest Node.js 22 version
- Update of Node.js to version 22.19.0 to keep Aura platform up to date.
- Updated aura-configuration-api docker image to node:22.19.0-alpine3.22 version.
- Updated aura-configuration-api jenkins slave image to aura-node22-19-ubuntu22 version.
Last modified October 13, 2025: feat: Routing by filter. Limit the use of LLMs based on usage statistics per user. #AURA-30493 [RTM] (b17eada8)