Added - `RateLimitError` to handle the 2 requests/sec ratelimit of the API.
2.1.3
Added - Remove warnings and stuff to prevent memory leaks and fix session initialization (PR from Kyber)
2.1.2
Added - Resp accessible in data models via `Model.resp` - Added documentation for below change and new attributes that the API introduced. Changed - `InvalidTag` changed to `NotFoundError`
2.1.1
Added - Allows developers to change the base URL to make request to. This addresses [issue 6](https://github.com/SharpBit/brawlstats/issues/6)
2.1.0
Added - Synchronous support! You can now set if you want an async client by using `is_async=True` Fixed - `asyncio.TimeoutError` now properly raises `ServerError` Removed - `BadRequest` and `NotFoundError` (negates v2.0.6). These were found to not be needed
2.0.7
Added - Support for the new `/events` endpoint for current and upcoming event rotations Changed - Change the Unauthorized code from 403 to 401 due to API error code changes