Changelog

A running log of notable changes to the Slot Aggregator API.

Jan 14, 2026
publishersavailabilityperformance
Notable updates shipped on this date.
  • Refactored /publishers/health to only show real-time operational status and removed state.
  • Added /publishers/metadata to list all configured publishers, expose a usable key for /availability (publishers without a resolvable geographic state can be skipped), and surface publisher states for easy filtering.
  • Refactored /availability to consume a cached registry of publishers from /publishers/metadata, and cache an index of which states apply to which publishers for fast lookups of which publishers to scan.
Jan 13, 2026
publishersux
Notable updates shipped on this date.
  • Added /publishers/health endpoint for checking operational status of publishers.
  • Updated /availability so city is no longer required, enabling statewide searches for clients.
Jan 12, 2026
launch
Notable updates shipped on this date.
  • Created the initial Slot Aggregator API with the /availability endpoint.