Skip to content

Releases: bdperkin/gamesheet-sdk-py

v0.1.44

16 Jun 17:17

Choose a tag to compare

v0.1.44 (2026-06-16)

Bug Fixes

  • Populate missing field values in get commands (#104, dff9679)

  • divisions: Populate team_count field in get_division (#104, dff9679)

  • teams: Correctly match invitation code via relationship (#104, dff9679)

  • teams: Populate invitation_code field in get_team (#104, dff9679)

  • teams: Use list endpoint to populate invitation_code in get_team (#104, dff9679)

Chores

  • Remove accidentally committed pycache files (#104, dff9679)

Code Style

  • Apply linter/formatter fixes from pre-commit hooks (#104, dff9679)

  • divisions: Reformat docstring line wrapping (#104, dff9679)

  • tests: Fix autopep8 indentation conflicts (#104, dff9679)

  • tests: Fix editorconfig indentation issues (#104, dff9679)

Documentation

  • tests: Add docstrings to test package init files (#104, dff9679)

Features

  • cli: Add get sub-command for associations, leagues, divisions, teams, games, and roster (#104, dff9679)

Testing

  • cli: Achieve 100% test coverage for get commands (#104, dff9679)

  • cli,units: Add comprehensive test coverage for get commands (#104, dff9679)


Detailed Changes: v0.1.43...v0.1.44

v0.1.43

16 Jun 03:47

Choose a tag to compare

v0.1.43 (2026-06-16)

Bug Fixes

  • spider: Add unused-ignore to type ignore for version compatibility (#103, 0959456)

  • spider: Queue all discovered links, not just the first one (#103, 0959456)

  • spider: Remove login requirement - use BrowserSession auto-load (#103, 0959456)

  • spider: Wait for networkidle instead of domcontentloaded (#103, 0959456)

Chores

  • spider: Clean up vulture warnings (#103, 0959456)

  • spider: Improve code quality and linter compliance (#103, 0959456)

Features

  • spider: Add season web spider utility (#103, 0959456)

  • spider: Add season web spider utility with comprehensive tooling (#103, 0959456)

  • spider: Add URL pattern deduplication and network artifacts (#103, 0959456)


Detailed Changes: v0.1.42...v0.1.43

v0.1.42

15 Jun 13:50

Choose a tag to compare

v0.1.42 (2026-06-15)

Features

  • referees: Implement full CRUD operations with comprehensive test suite (#101, cc95486)

Detailed Changes: v0.1.41...v0.1.42

v0.1.41

15 Jun 11:46

Choose a tag to compare

v0.1.41 (2026-06-15)

Bug Fixes

  • cli: Remove redundant default=None in click options (#100, 4450638)

  • cli: Remove redundant readable=True from Path options (#100, 4450638)

  • teams: Correct API field names and compute roster counts (#100, 4450638)

Features

  • teams: Add create, update, delete commands with comprehensive tests (#100, 4450638)

  • teams: Extract invitation codes from JSON:API included data (#100, 4450638)

  • teams: Request additional fields in teams list API call (#100, 4450638)

Testing

  • teams: Add coverage for invitation code edge cases (#100, 4450638)

Detailed Changes: v0.1.40...v0.1.41

v0.1.40

13 Jun 04:11

Choose a tag to compare

v0.1.40 (2026-06-13)

Bug Fixes

  • ci: Format CodeQL permission comments for zizmor compliance (#99, 1ed8a28)

Detailed Changes: v0.1.39...v0.1.40

v0.1.39

13 Jun 04:00

Choose a tag to compare

v0.1.39 (2026-06-13)

Bug Fixes

  • ci: Harden workflow security per zizmor recommendations (#98, a419a6c)

Detailed Changes: v0.1.38...v0.1.39

v0.1.38

13 Jun 03:42

Choose a tag to compare

v0.1.38 (2026-06-13)

Bug Fixes

  • security: Suppress false positive credential logging alerts (#97, 489e740)

Detailed Changes: v0.1.37...v0.1.38

v0.1.37

13 Jun 03:05

Choose a tag to compare

v0.1.37 (2026-06-13)

Bug Fixes

  • build: Remove hatchling version pin, PyPI now supports metadata 2.4 (#96, d1fe9fd)

Build System


Detailed Changes: v0.1.36...v0.1.37

v0.1.36

13 Jun 02:47

Choose a tag to compare

v0.1.36 (2026-06-13)

Bug Fixes

  • ci: Exclude Dependabot PRs from GitGuardian scan (#95, fe066ed)

Detailed Changes: v0.1.35...v0.1.36

v0.1.35

12 Jun 17:19

Choose a tag to compare

v0.1.35 (2026-06-12)

Bug Fixes

  • ci: Resolve workflow failures in GitGuardian and Dependabot (#93, ef5edec)

Build System

  • deps: Bump the actions group with 11 updates (#92, 3c28bf4)

Detailed Changes: v0.1.34...v0.1.35