Aura Configuration API changelog
Changelog of Aura Configuration API component for Radiohead Aura Platform release
Added
2025-06-10 - Added suggestion management in Aura Configuration API
- A new set of endpoints has been added to manage the list of suggestions configured in each instance of Aura:
suggestion-api. - aura-configuration-api documentation has been updated to include this new plugin and update the architecture diagrams.
- Implemented the /aura-services/v1/configuration/suggestions endpoints.
- Added tests to cover the new functionalities.
- Refactor of the server to allow plugins loading.
- Updated aura-configuration-api client.
- Related documents:
Changed
2025-07-03 - Improved MongoDB server connection settings
- The complete set of environment variables for MongoDB connection has been added to the aura-configuration-api component. This includes settings for maximum and minimum pool sizes, idle time, retry writes and reads, heartbeat frequency, server selection timeout, socket timeout, connection timeout, and read preference.
- Related documents:
Fixed
2025-06-11 - Fixed metrics to be aggregated by path in Prometheus metrics
- For certain aura-configuration-api metrics, there was a wrong result when aggregating them by path to Prometheus metrics. Now, new paths for
presets,components,suggestionsandtv-sectionsendpoints have been created.
Last modified July 17, 2025: feat: Documentation general review after PTM (#2294) (ecf9da00)