Skip to content

0.2.5b3 release.

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 31 Jul 01:30
· 577 commits to master since this release
0.2.5b3
86f795e

Breaking changes

  • Profile Component reimplementation.
  • Activity can not be used currently.
  • character variable has been removed from the Profile component with an easier access for the characters. see Features.
  • types module has been deleted since we're using class attrs.

Features

  • Profile component now has 5x faster responses and safer.
  • Added a PartialProfile and 3 new async methods to PartialProfile. titan, warlock, hunter. All three returns the selected Character object instead of character class var.
  • Added a new method in Time. format_played that formats the total played time for characters and players.
  • Profile object is now serialized.
  • Character object is now serialized.
  • Added a new runtime protocol RESTful for accessing and making rest methods from other objects.
  • New Errors

Minor Changes

  • Better http error handling.
  • All http errors now derives from HTTPException

Bug Fixes.

Profile component fixes and error handling.