0.4.0a1
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 inPlayer.user_id
and the attribute can beNone
if the payload doesn't contain
user_id
(as is the case for non-Steam players).Player.player_id
now instead contains theplayer_id
as passed toClient.get_player()
.
Enhancements:
- Allow lib users to install
aiohttp
3.6.x andlxml
4.5.x. - Change
typing_extensions
req to only specify minimum version.