- Added
GET /v1/premier/conferencesandGET /v1/premier/conferences/{uuid}for Premier conference data. - Added
GET /v1/premier/logosandGET /v1/premier/logos/{uuid}for Premier team logos. - Added a recoloring guide documenting the marker colors used by the base logo: black is preserved, blue is the outline, red is the primary color, and green is the secondary color.
- Added a Premier group to the API Reference sidebar.
- Added
GET /v1/diff/latest— returns the pipeline-emitted diff between the active version and the previous one. - Added
GET /v1/diff/{from}/{to}— returns an ad-hoc diff between two retained versions, served from a precomputed file when available. - Added
GET /v1/metrics— Prometheus text-format scrape endpoint exposing pipeline stage, freshness, error, and uptime gauges.