- BlizzardAPI now raises an error if required fields have not been set.
2021.2.1
Improvements 🙌
- All exceptions now inherit from GameAPIException ``from GameAPI.errors import GameAPIException``.
2021.2.0
New ✨
- Added CHANGELOG, previous versions have no such information. - GameAPI has been relicensed, GameAPI is now distributed under Mozilla Public License, v. 2.0.
Improvements 🙌
- Requests has been removed as a dependency, all functionality is now implemented using urllib3 directly.