Aura Complex Logic Framework changelog

Changelog of Aura Complex Logic Framework for Radiohead Aura Platform release

Changed

2025-06-24 - New tracking_info field in API responses

  • A new field named tracking_info has been added to the base schema in Kernel video content responses, so now all responses can contain tracking_info in addition to id and content_type.
  • Related documents:

2025-06-24 - Removal of sorting parameter for content search queries in tv.search plugin

  • The order parameter has been removed from the requests in tv.search plugin.
  • The default ordering is now fully handled by GVP platform, which will eventually support a “Scoring” criteria for ordering based on content relevance.
  • Related documents:

2025-06-24 - Addition of new catalog types and content categories in tv.search plugin

  • A new content category has been included in the responses: GAME.
  • The accepted values for the catalog_types parameter have been updated. Now the device sending the request may include a list of catalog types.
  • The allowed values are now: VOD, LIVE, L7D, LCH, and LSR.
  • For legacy devices or where the device does not specify supported types, the default list of VOD, LIVE and L7D will be used.
  • This update ensures that the search functionality works correctly when new content types are supported.
  • Related documents:

Fixed

2025-05-23 - Logs without correlator field

  • Fixed certain logs that did not contain the correlator field, which is a mandatory one.