Aura Bot changelog
Changelog of Aura Bot component for Prince Aura Platform release
Added
2025-04-02 - TV Search dialog configuration for channels MP and MH
- Configuration has been added for channels movistar-plus and movistar-home to enable TV search use case for basic content search.
- Related documents:
Changed
2025-04-30 - Updated Nodejs components dependencies versions
- Updated versions of Nodejs-related dependencies in aura-bot: Nodejs and npm packages (Typescript, BotFramework, Superagent, Joi)
- Related documents:
Fixed
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:
2024-05-09 - Changed default value of env var for managing KPIs blob
- In WhatsApp/Novum channels, the conversation was not expired after
AURA_BOT_CONTEXT_CACHE_TTLtimeout (set to 180) and a response was sent to the user. It has been fixed to expire after 240 seconds (180 + 60, as MongoDB removes old conversations every 60 seconds) and no response is sent after that time.
2024-05-09 - Unhandled exception for unauthenticated users
- When a user did not have authorizationId and did not exist in Kernel, an unhandled exception occurred. Now, an unauthenticated error with ‘Invalid auraid’ message is shown.
Last modified May 21, 2025: feat: Add video use case using AI capabilities to BR #AURA-27741 [RTM] (bb9b4416)