Skip to content

0.2.5b4

Pre-release
Pre-release
Compare
Choose a tag to compare
@nxtlo nxtlo released this 07 Aug 22:59
· 562 commits to master since this release
0.2.5b4
f902b93

Breaking changes

  • UserCard class name changed to UserLike.
  • http.PreLock class for thread safety for htto requests.
  • All Entitiy definitions now inherit from the Entity main abc.
  • All as_dict methods has changed into @properties.

Features

  • Version bump to 0.2.5b4
  • ClanMember object is fully implemented.
  • You can now fetch clan members from the Clan object using await fetch_member("NAME") and await fetch_members()
    for the clan members will return all members in a mutable dict
    contains a clan member name and a their id as the value. example: {"Foo": 19823791283, "Bar": 12391203, ...}.
  • InventoryItem entity which's DestinyInventoryItemDifinition is implemented but you might find some buggy stuff.
  • Added a fetch_inventory_item method which returns an InventoryItem entity.

Bug Fixes.

  • Minort http error handling.
  • The main fetch() http method is now decorated with typing.final.