Skip to content

v6.0.0

Choose a tag to compare

@github-actions github-actions released this 20 Aug 02:58
· 2 commits to master since this release

6.0.0 (2026-08-20)

Features

  • signage: add shared_with field to media, playlists and templates (72ea54b)
  • signage: sync endpoints and types with OPENAPI_DOC (d8f690d)

BREAKING CHANGES

  • signage: showSignageMetrics is renamed to
    updateSignageMetrics(id, metrics). The endpoint takes the metrics as
    the request body and returns 202 with no content, so the old function
    posted an empty body and cast an empty response.
  • signage: SignageMediaQueryOptions no longer has
    authority_id, preview or item_id. The media index does not accept
    them. Use SignageDisplayOptions for preview and item_id.

Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com