🐛 Bug Fixes
- TSDB Event Group preview no longer hangs on sparse leagues — the dead
eventsround.phpendpoint (now 404 for every league) was an ungated last-resort fallback, so sparse leagues like CFL preseason hit it on every empty date and tripped TSDB's rate limiter. Repointed to the workingeventsseason.php, gated to the few leagues that need it, and made deterministic 404s fail fast. (#217)
✨ New Features
- Stream Sorting Expansion — new Home/Away feed rule types (
team_feed/not_team_feed), a team filter on thestream_type: teamrule, and acatch_all"Everything Else" rule for setting fallback priority. Includes a stopword guard to curb over-matching. — thanks @sethwv (#216)
🔧 Under the Hood
- Cleared pre-existing lint debt across the
tests/suite (no behavior change)
What's Changed
Full Changelog: v2.5.6...v2.5.7