Skip to content

v0.8.0

Choose a tag to compare

@imacross imacross released this 05 Sep 13:18
· 2 commits to main since this release

Contract: crawlsnap-contracts v0.11.0

Added

  • sport_snap.channel_repeats() (sync and async) accepts an optional cursor
    keyword that is forwarded verbatim as the cursor query parameter. The
    channel repeat schedule is served as ~20-fixture pages with
    fixtures_next / fixtures_prev cursors; without this, callers were pinned
    to the first page (roughly two days of schedule). The region is always taken
    from iso_code, never from the cursor.

Changed

  • Models regenerated from the bundled contract: the cursor fields on the
    channel repeat payload are now documented.