Skip to content

Releases: ojadeyemi/cfl-sdk

v0.0.3

Choose a tag to compare

@ojadeyemi ojadeyemi released this 24 May 02:18

What's Changed

  • 2026 season support — default season updated to 2026 (preseason starts May 12, regular season June 2, Grey Cup Nov 10)
  • Fix stats endpoints — CFL API permanently renamed /stats/players/stats/playerrecords and
    /stats/teams/stats/teamrecords (308 redirects)
  • Type fixesSeason fields are now optional for historical seasons; RosterPlayer.birthdate is now str | None to match actual API responses

v0.0.2 — Expanded API Coverage

Choose a tag to compare

@ojadeyemi ojadeyemi released this 18 May 02:08

What's New

  • Added players, colleges, roster players endpoints
  • Added team roster, fixture, and roster summary endpoints
  • Fixed limit param being ignored in paginated requests
  • Updated fixtures with home_team_id, away_team_id, venue_id filters

v.0.0.1

Choose a tag to compare

@ojadeyemi ojadeyemi released this 08 Sep 04:31

CFL-SDK v0.0.1 – Initial Release 🚀

Overview

This is the first pre-release of CFL-SDK, a Python wrapper for the Canadian Football League (CFL) API.
The goal of this package is to provide a simple, consistent interface for retrieving CFL data for use in analytics, applications, and research.

See more details in the README.md file.