0.2.5b6 release.
Pre-release
Pre-release
Breaking changes
HTTPClient
will now raiseOSError
if the Bungie API is shutdown instead of making the request and raising an Unknown error.- Moved package metadata to
_info.py
. - Added an aiobungie client
User-Agent
key as an http kwarg.
Features
- Bungie Season basic implementation.
- Removed type hints from
__slots__
since mypy is causing errors. - Finished All coverage for the
User
endpoints except one which will be finished by next relese. - Added a code spelling fixes to nox tests which requires the
codespell
module. - Improved Docstrings for all methods.
Bug Fixes
- Fixed a bug where
joined_at
,last_online
,group_id
andis_online
attribs were the same for all clan members inClient.fetch_clan_members()