Releases: SharpBit/brawlstats
Releases · SharpBit/brawlstats
New brawler 8-bit
[2.3.13] - 8/29/19
Added
- New brawler 8-Bit
Battle logs and local leaderboards
[2.3.12] - 7/18/19
Added
- Player battle logs
- Local leaderboards
fix sync bug
[2.3.11] - 7/3/19
Fixed
- Fixed the sync version of the wrapper to not raise a RuntimeWarning due to using
asyncio.sleep()
instead oftime.sleep()
Add Tick
Sync fixes and brawler list changes
[2.3.9] - 5/27/19
Fixed
- Renamed ricochet to rico
- Fixed the sync client when not using
prevent_ratelimit
Added
- Bibi!
Revert 2.3.7 due to API fixes and some rate limiting improvements
[2.3.8] - 5/21/19
Changed
- Changed the Base URL back to the new URL.
- Now waits the number of seconds instead of raising a
RateLimitError
when a rate limit will be detected BEFORE it requests.
Update 2.3.6
[2.3.6] - 4/27/19
Added
- Rosa to the brawler list
prevent_ratelimit
option when initializing a client to wait when chaining requests
Changed
- Base URL for requests to the new API URL
- Ratelimit updated to API's 3 requests per second
Fix Rate limiter
[2.3.5] - 4/15/19
Fixed
- Fixed the rate limit handler when error code 429 was returned by the API.
Fix time bug
[2.3.4] - 4/10/19
Fixed
- Fixed a mistake where
time()
was being called directly (instead oftime.time()
)
Add Carl, rename profile to player
[2.3.3] - 4/5/19
Added
- Added carl to the brawler list
Changed
- Renamed
Profile
class toPlayer