1 - Aura system components version

Aura system components versions

Updated versions of Aura system components for the current Aura Platform release

Components versions

All components in the table below run over AKS cluster version 1.31

Name Namespace Image deployed
alertmanager aura-system devopstf.azurecr.io/tools/alertmanager:v0.26.0
elastic-operator aura-system docker.elastic.co/eck/eck-operator:2.7.0
elasticsearch-es-aura aura-system devopstf.azurecr.io/tools/elasticsearch:8.16.1
elasticsearch-exporter aura-system devopstf.azurecr.io/tools/elasticsearch_exporter:v1.5.0
fluent-bit-aggregator aura-system devopstf.azurecr.io/tools/fluent-bit:3.2.2
grafana aura-system devopstf.azurecr.io/tools/grafana:10.3.3
kibana-kb aura-system docker.elastic.co/kibana/kibana:8.16.1
prometheus aura-system devopstf.azurecr.io/tools/prom/prometheus:v2.53.1
mongodb-atlas-operator aura-system devopstf.azurecr.io/tools/mongodb-atlas-kubernetes-operator:2.1.0
redis-exporter aura-system devopstf.azurecr.io/tools/redis-exporter:1.6.1
redis aura-system devopstf.azurecr.io/tools/redis:6.0.19
thanos-store-gateway aura-system devopstf.azurecr.io/tools/thanos:v0.32.5
atlas-logger aura-system devopstf.azurecr.io/tools/atlas-logger:2.0.0
azure-logger aura-system devopstf.azurecr.io/tools/azure-logger:1.4.0
pushgateway aura-system devopstf.azurecr.io/tools/pushgateway:v1.4.1
thanos-querier aura-system devopstf.azurecr.io/tools/thanos:v0.32.5

Additional information

Information regarding Aura system components end-of-life (EOL) and next updates is included in the document Scheduled updates in Aura components. Find it in the Aura releases section of your corresponding release.

2 - Atria Model Gateway changelog

Atria Model Gateway changelog

Changelog of Atria Model Gateway for Ozzy Aura Platform release

Added

2025-04-09 - Best practices for ATRIA configuration

  • New document aimed at helping constructors with the ATRIA configuration process, where the most commonly used configuration parameters are selected and grouped by their purpose when developing a use case.
  • Additionally, other documents focused on ATRIA configuration have been improved and completed:
    • Added detailed information regarding the default prompts available in ATRIA: structure, fields and complete example
    • Adjustments in guidelines for the creation of a preset and completed definition of presets fields
  • Related documents:

2025-04-01 - Adjust timeouts in ATRIA

  • New document that shows the process for adjusting timeouts in ATRIA components: aura-gateway-api and atria-model-gateway.
  • Related documents:

Changed

2025-04-11 - Updated tutorial for the creation of a Copilot preset

  • The guidelines “Create a new Copilot preset” have been updated, with the orderly steps after ATRIA apification process.
  • Related documents:

3 - Atria Rag Server changelog

Atria Rag Server changelog

Changelog of Atria Rag Server for Ozzy Aura Platform release

Added

2025-03-18 - New multi-language feature in ATRIA RAG stage

2025-03-14 - New configuration parameters for language detection

2025-04-09 - Best practices for ATRIA configuration

  • New document aimed at helping constructors with the ATRIA configuration process, where the most commonly used configuration parameters are selected and grouped by their purpose when developing a use case.
  • Additionally, other documents focused on ATRIA configuration have been improved and completed:
    • Added detailed information regarding the default prompts available in ATRIA: structure, fields and complete example
    • Adjustments in guidelines for the creation of a preset and completed definition of presets fields
  • Related documents:

Changed

2025-03-14 - Complete fields definition and example of default prompts

4 - Aura Bot changelog

Aura Bot changelog

Changelog of Aura Bot component for Ozzy Aura Platform release

Changed

2025-04-07 - Update Generic dialog configuration for the Move forwards and Move backwards use cases

Fixed

2025-03-31 - App/skill not available when it is recently created without a restart

  • In previous releases, once an application or skill was created, it could not be used without manually restarting aura-gateway-api or aura-groot.
  • From Ozzy release onwards, apps and skills are available without a manual component restart.

2025-04-17 - Provide correct response format for the TV custom recommendation dialog on STB in channelData V1 (Ozzy 9.12.1 NoDoubt 9.11.1)

  • In the TV custom recommendation use case, the response format generated as output for its dialog on STB channel for channelData V1 was incompatible with the response handler of the STB. This happens due to the lack of several fields, that are not mandatory for the channelData V1 response, but are handled as mandatory by STB.
  • Related documents:

5 - Aura common utilities changelog

Aura common utilities changelog

Changelog of Aura common utilities for Ozzy Aura Platform release

Changed

2024-04-07 - Remove default configuration in actions move forwards and backwards

  • Delete default configuration for moving TV content forwards and backwards. If necessary, the default configuration is done in each specific dialog for each channel.

6 - Aura Configuration API changelog

Aura Configuration API changelog

Changelog of Aura Configuration API component for Ozzy Aura Platform release

Added

2025-03-06 - Added add new property in preset

  • Added a new property in the preset model rag.stages.defaultUserLanguage to manage the default language code in which the LLM output is requested when the language detector does not detect the user’s language.
  • Updated aura-configuration-api client.
  • The related aura-configuration-api documentation has been updated.
  • Affected documents:

Changed

2025-03-06 - Renamed properties in preset

  • Certain properties have been renamed in the preset:
    • rag.type –> ragType
    • rag.stages.language –> rag.stages.promptSystemLanguage
    • rag.stages.securityStg.maxLength –> rag.stages.securityStg.injectionMaxLength
  • Updated aura-configuration-api client.
  • Affected documents:

2025-04-09 - Improvements in the synchronization by events process

  • Synchronization by events now uses a combination of channel and message when handling an expired event. Although the internal mechanism remains similar, it uses different code to support this change.
  • This update allows elements expiration in real time, even when Redis is heavily loaded, as the channel is used to broadcast the event.
  • Related documents:

7 - Aura deployment changelog

Aura deployment changelog

Changelog of Aura deployment for Ozzy Aura Platform release

Added

2025-04-10 - Check Hugging Face embedding models downloading

Changed

2025-03-31 - Disabled public IP of clusters in Databricks workspaces

  • By default, the Databricks public network access has been deactivated at workspace level for security purposes.
  • A new resource will be created and, once Ozzy is deployed, the OBs must delete the already existing Databricks resource.

2025-03-31 - Enabled data loss prevention for OpenAI resources

  • Data loss prevention for Azure AI services has been enabled for OpenAI resources, allowing us to configure a list of outbound URLs the resources are allowed to access. This creates another level of control to prevent data loss.
  • The list of URLs must be added to the allowedFqdnList property. Currently, www.microsoft.com is included by default.
  • More information at: Configure data loss prevention for Azure AI services

8 - Aura Gateway API changelog

Aura Gateway API changelog

Changelog of Aura Gateway API component for Ozzy Aura Platform release

Fixed

2025-03-25 - Resolved internal error calling Feedback API with empty app id or app name

  • In previous releases, when the aura-gateway-api feedback API swagger was called with empty app id or empty app name, the API threw an internal server error.
  • This behavior has been fixed, and in this scenario, the API shows a bad request error, indicating that the application is not found.

9 - Aura microfrontend base changelog

Aura microfrontend base changelog

Changelog Aura microfrontend base for Ozzy Aura Platform release

Added

2025-04-01 - Aura microfrontend base component

  • Description of aura-microfrontend-base, a new foundational component that provides a common structure for the development of user interfaces in Aura ecosystem. This is a base component over which certain interfaces will be developed, but it will not be directly productized.
  • Related documents:

10 - Aura NLP changelog

Aura NLP changelog

Changelog of Aura NLP component for Ozzy Aura Platform release

Added

2025-03-11 - New normalization pipeline

2025-03-25 - Move Forwards use case

  • A new global experience is added to Aura: The Move Forwards use case allows users moving the content forwards on the TV. This experience is adapted to the request-response normalized model v3.
  • Related documents:

2025-03-25 - Move Backwards use case

  • A new global experience is added to Aura: The Move Backwards use case allows users moving the content backwards on the TV. This experience is adapted to the request-response normalized model v3.
  • Related documents:

2025-03-20 - Subtitles remove use case documentation

  • The Subtitles remove video experience was deployed in Aura in Nodoubt 9.11.0 release. Now, its documentation is available. This global use case allows Telefónica customers to remove the subtitles from a content being displayed on TV.
  • Related documents:

2025-03-20 - Change language use case documentation

  • The Change language video experience was deployed in Aura in Nodoubt 9.11.0 release. Now, its documentation is available. This global use case allows Telefónica customers to change the language of a content being displayed on TV.
  • Related documents:

Changed

2025-04-08 - Microsoft LUIS disabled in Brazil

  • Due to the deprecation of Microsoft LUIS, this service has been disabled in Aura for Brazil OB.

Fixed

2025-03-14 - Fixed error when generating dicts using Stop words & Word replacer normalizers

  • The behavior of Aura NLP pipelines including Stop words & Word replacer normalizers has been fixed.
  • Now, these pipelines allow updating dictionaries, running the build stage properly, training NER stages with new values in catalogs, training the overall pipeline and visualizing results in local environment.

11 - Aura Redis MongoDB sync changelog

Aura Redis MongoDB Synchronizer

Changelog of Aura Redis MongoDB Synchronizer for Ozzy Aura Platform release

Added

2025-04-01 - New metrics and dashboards for Aura Redis MongoDB Synchronizer

  • Metrics are now available for the aura-redis-mongo-sync (ARMS) component, as well as Grafana dashboards to monitor its performance.
  • Related documents:

12 - Aura Documentation changelog

Aura documentation changelog

Changelog of Aura documentation for Ozzy Aura Platform release

The current section:

✅ Includes changes that exclusively affect to Aura documentation, without technical modifications in the component or processes described: Restructuring of documents, format, style or typos fixing

⛔ Does not include technical corrections in documents or modifications derived from changes over a specific Aura component. These ones will be included in their corresponding section within the release changelog.

Changed

2025-04-10 - Improved Aura channel model documentation

  • General review of the document “Aura channel model”, to ensure its alignment with the corresponding GitHub repository, review formats, content and dependencies between fields.
  • Related documents:

2025-04-10 - Documents fixes and corrections

  • Throughout the website, different links, styles, weights and typos have been modified and/or corrected, for a continuous improvement of Aura Platform documentation.