Skip to content

Tags: dakota-marshall/python-ogs

Tags

v1.3.0

Toggle v1.3.0's commit message
placeholder

v1.2.0

Toggle v1.2.0's commit message
## [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

Toggle v1.1.3's commit message
## [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

Toggle v1.1.2's commit message
## [1.1.2] - 2023-08-16


### Changed
- Added License shield to README
- Added GPL-3.0 License headers to all files

v1.1.1

Toggle v1.1.1's commit message
Merge branch 'main' into 'prod'

docs: Update pyproject to correct format

See merge request dakota.marshall/ogs-python!30

v1.1.0

Toggle v1.1.0's commit message
Merge branch 'main' into 'prod'

Add ability to log to file

See merge request dakota.marshall/ogs-python!28

v1.0.0

Toggle v1.0.0's commit message
Merge branch 'main' into 'prod'

Implement loguru as logging backend and add get_palyer_games method

See merge request dakota.marshall/ogs-python!26

v0.9.1

Toggle v0.9.1's commit message
Merge branch 'main' into 'prod'

Refactor: Move game data and clock into their own dataclasses

See merge request dakota.marshall/ogs-python!25

v0.9.0

Toggle v0.9.0's commit message
Merge branch 'main' into 'prod'

release: version bump

See merge request dakota.marshall/ogs-python!24

v0.8.0

Toggle v0.8.0's commit message
Merge branch 'main' into 'prod'

Release: v0.8.0

See merge request dakota.marshall/ogs-python!22