Releases: gogcom/galaxy-integrations-python-api
Releases · gogcom/galaxy-integrations-python-api
0.69
- Enhancement in logging (plugin RPC responses are logged again)
- Silenced socket errors on plugin termination by @Mixaill in #188
- Added
internal_type
to errors'data
members as a value used by Galaxy to identify original error raised on plugin side - Changed error code number for
UnknownBackendResponse
- Allowed specifying error
message
in error classes - Removed
LoggedInElsewhere
error type
Internal
- Updated documentation dependencies
- Switched CI to Github Actions
Full Changelog: 0.68...0.69
0.68
- Skip logging API related DEBUG messages by default
- Add default
None
to optional parameters inUserInfo
class
0.67
Added inadvertently missed feature from previous release:
- Import game sizes synchronously to optimize storage-based, asynchronous implementations on HDD
0.66
- Import game sizes synchronously to optimize storage-based, asynchronous implementations on HDD
- Update documentation for
get_local_size
to not return0
for invalid cases, raise relevant error instead
0.65.1
- Bumped psutil >5.6.6 due to CVE-2019-18874
- Fix logging error on handling response from Galaxy Client
0.65
0.64
- Added interface to import platform subscriptions and subscription games
- Added interface to import size of local games
- Enhanced error logging in http module
0.63
- Relaxed dependency version requirements
0.62
- Add missing psutil setup requirement
- Log JSON-RPC response