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_infohas been added to the base schema in Kernel video content responses, so now all responses can containtracking_infoin addition toidandcontent_type. - Related documents:
2025-06-24 - Removal of sorting parameter for content search queries in tv.search plugin
- The
orderparameter has been removed from the requests intv.searchplugin. - 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_typesparameter 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.
Last modified July 17, 2025: feat: Documentation general review after PTM (#2294) (ecf9da00)