- `X-Sleet-Timestamp` is now `X-Sleet-Requested-At` and is now a string representation.
1.1
Features 🎉
- Added rate limiting that reflects Blizzard's policies (100/second, 36000/hour). - _NB. If you'd prefer to let Blizzard handle this via HTTP 304 responses you can disable this via setting `rate_checking` to `False`._
1.0.4
Bug Fixes 😔
- Fix exception message following environment variable change.
1.0.3
Adjustments ðŸ›
- Optional environment variables are now "BNET_API_ID" and "BNET_API_SECRET".
1.0.2
Adjustments ðŸ›
- Update docstrings across the package.
1.0.1
Bug Fixes 😔
- An issue with OAuth token acquisition that led to it being non-functional has been fixed.