0.2.5b3 release.
Pre-release
Pre-release
Breaking changes
Profile
Component reimplementation.Activity
can not be used currently.character
variable has been removed from theProfile
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 toPartialProfile
.titan
,warlock
,hunter
. All three returns the selectedCharacter
object instead ofcharacter
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.