Skip to content

RESTPool + typesafe RESTClient.

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 08 May 15:59
· 302 commits to master since this release

0.2.6a3 2022-05-8

Added

  • New builders.py contains results of received/sent objects to the API.
  • RESTPool impl.

Changed

  • REST_DEBUG level name to TRACE
  • enable_logging parameter now accepts str | int | bool.
  • Setting the level to True now will only log minimal information.
  • PlugSocketBuilder and OAuth2Response has been moved to builders.py
    and both objects are not exposed to the project namespace anymore. However aiobungie.builders.* is exposed.
  • aiobungie.crate is renamed to crates + Added an alias for crate for backward versions.
  • RESTnterface and RESTClient is now completly async def + typesafe.

Removed

Fixed

  • Objective in metrics components was always returning None