Skip to main content

Changelog

[1.0.0] - 2025-01-21

Initial release.

Added

  • Configuration function
  • Basic panel implementation

[2.0.0] - 2025-02-14

Dev release for API integration testing.

Added

  • MaestroManagerInterface - API for core App->SDK calls
  • MaestroEventInterface - API for event-related App->SDK calls
  • MaestroEventDelegate - API for event-related SDK->App calls
  • Pre-release version of Key Plays UI
  • Key plays data is retrieved once after opening event (no polling yet)

Changed

  • Configuration function now requires real siteID but not a real jwt token
  • MaestroPanel takes new arguments

[2.0.1] - 2025-02-18

Small API changes.

Changed

  • Removed panelType argument from MaestroPanel constructor
  • Changed keyPlaysData(forEventID:) to use async/await

[2.0.2] - 2025-02-19

Change to MaestroPanel constructor and new error handling.

Changed

  • Removed viewModel argument from MaestroPanel constructor
  • Added error handling w/accompanying views

[2.0.3] - 2025-02-19

Small API changes.

Changed

  • Updated event ID handling