Releases: ro-py/ro.py
Releases · ro-py/ro.py
v2.0.0 🎉
v1.2.0.5
- "Bases" submodule which contains "base classes" that other objects inherit
- New URL system (
ro_py.utilities.url
) - Removed notifications (for the time being)
- has_badge/owns_badge
- Text filtering (uses gameUpdateNotifications/filter)
- Friend requests
- SSO (Secure Sign Out) and Logout
- Updated events system
- Modified prompt extension errors (lots more needs to be done here)
- Gamepasses/Presence getting started (not ready yet)
- Proper Place support
- Updated shout system (Shout is now callable, meaning
group.shout.body
contains the body andgroup.shout(text)
will update the shout) - PartialUser system modified
v1.1.4
This version came with lots of new internal changes that helped speed things up or improved code readability, like:
- utilities/requests.py has been cleaned up and now wraps .request instead of all individual methods
- http errors now inherit APIError as a "catch all"
- all objects a client generates inherit "ClientObject", allowing us to apply changes to all client objects at once (we needed this of ra new feature that we're adding soon!)
- fixed fatal bugs in group ranking, should work now
v1.1.3
v1.1.2
v1.1.1
v1.1.0
Some changes:
- ClientSharedObject (shared between all objects, pretty self explanatory)
- bug fix
- requests-async was replaced with httpx
- events!
This release used a new 2nd digit number because it contains 3 big changes (ClientSharedObject, which required editing of almost all of the files in ro.py, swapping to httpx, and events)