Published artifacts

Search Sporacle

Use the up and down arrow keys to move through results. Press Enter to open a result and Escape to close search.

Type to search published players, teams, and games.

Releases

1.8.1

All releases, newest first

For you

  • Every player's page, and every team's squad list, actually appear on the published site. The pages were built and linked correctly, but the published build never downloaded the roster file they read from, so each club's squad came up empty and no player page existed at all. Nothing about the pages themselves changed; they can now find their data.

Under the hood

  • The files the published build downloads and the files the site reads are now checked against each other by a test that reads the reader module's own source, so a reader added later is covered without anyone remembering to update a list. The two had drifted: `rosters.json` shipped as something the site reads without being added to what the build fetches, and because an absent roster is a state the site reports honestly rather than an error, every gate stayed green while the published sitemap carried 525 addresses against a local build's 3,283.
  • boto3 and the Gemini client take their current releases, and two site build dependencies take theirs. No package is added or removed.