Skip to content

0.2.5b6 release.

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 24 Aug 22:36
· 541 commits to master since this release
5b8698f

Breaking changes

  • HTTPClient will now raise OSError 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 and is_online attribs were the same for all clan members in Client.fetch_clan_members()