Skip to content

0.4.0a1

Compare
Choose a tag to compare
@Jackenmen Jackenmen released this 24 Jun 22:43
64e410c

This release takes an effort towards making the attribute names more consistent with the Rocket League API.

Breaking changes:

  • user_id from the payload is now in Player.user_id and the attribute can be None if the payload doesn't contain
    user_id (as is the case for non-Steam players).
  • Player.player_id now instead contains the player_id as passed to Client.get_player().

Enhancements:

  • Allow lib users to install aiohttp 3.6.x and lxml 4.5.x.
  • Change typing_extensions req to only specify minimum version.