Skip to content

v1.3.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 31 Aug 01:16
· 8 commits to main since this release

[1.3.0] - 2023-08-30

Added

  • active_games() method to OGSClient to see your currently active games @benjaminpjones
  • Added page and page_size args to user_games() to be able to effectively use the method @benjaminpjones
  • py.typed file to package directory to allow for downstream type-checking (#5) @benjaminpjones
  • Added type hints to all method arguments and method return types.

Fixed

  • Fixed loguru not disabling the correct logger, causing the OGSClient to still log to console even when logger.enable("ogsapi") was never called.