Releases: dakota-marshall/python-ogs
Releases · dakota-marshall/python-ogs
v1.3.0
[1.3.0] - 2023-08-30
Added
active_games()
method toOGSClient
to see your currently active games @benjaminpjones- Added
page
andpage_size
args touser_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 whenlogger.enable("ogsapi")
was never called.
v1.2.0
[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
[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
[1.1.2] - 2023-08-16
Changed
- Added License shield to README
- Added GPL-3.0 License headers to all files