Skip to content

0.2.5b2

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 29 Jul 18:35
· 552 commits to master since this release

Breaking changes

  • meta.py has been moved to aiobungie/ext as a aiobungie extension.
  • Class RedisCache has been renamed to Cache.
  • HTTPClient.fetch() now has two more paramaters for Manifest client bindings.

Features

  • Manifest now auto-checks for the version and warn if there's a new one.

Minor Changes

  • Asserting responses before returning them for catching bugs.

New Modules

db.py for Bungie manifest database.

Bug Fixes.

  • HTTPClient now only raises the error message instead of the whole data.
  • Better error handling for the manifest.
  • README fixes for the python versions tags.