Skip to content

Releases: dakota-marshall/python-ogs

v1.3.0

31 Aug 01:16
Compare
Choose a tag to compare

[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.

v1.2.0

28 Aug 22:42
Compare
Choose a tag to compare

[1.2.0] - 2023-08-28

Changed

  • Dont instantiate socket connection unless we need to
  • Disable loguru logging by default, require user to enable and configure it (#4)

Added

  • Added documentation on how to configure loguru (#4)

Fixed

  • Fixed POST requests to the REST API not working correctly due to using data instead of json

v1.1.3

24 Aug 15:27
Compare
Choose a tag to compare

[1.1.3] - 2023-08-24

Added

  • Added additional tests for the REST API
  • Added support for using dotenv for loading credentials for testing
  • Added CI workflow for creating releases both in Gitlab and Github
  • Added Changelog to mkdocs

Changed

  • Added social href to README
  • Added github sponsor link README

v1.1.2

24 Aug 13:45
Compare
Choose a tag to compare

[1.1.2] - 2023-08-16

Changed

  • Added License shield to README
  • Added GPL-3.0 License headers to all files