All notable changes to this project will be documented in this file.
- Exception wrapping when error message from the API has not standard format.
- Link to source code in pypi.org package page
- Relaxed jinja2 dependency
- Fixed import of version in documentation
- Added location check to inform about degraded performance from outside US
- Major first release
- Updated README.md
.createrenamed.run- Updated endpoint names
- Updated endpoint routes
- Fixed imports in
__init__to surpress warnings - Moved
versionfromconfig.pyto__init__ - Moved
log_levelfromconfig.pyto__init__ - Moved from
grequeststorequestsfor sync calls to avoid gevent warnings - Moved import of
grequeststo runtime to avoid gevent warnings
Bearerprefix for Token authorization
- Dependencies security issues
- Error at package import
- This changelog
- Documentation
The format is based on Keep a Changelog, and this project tries to adhere to Semantic Versioning.
- Added for new features.
- Changed for changes in existing functionality.
- Deprecated for soon-to-be removed features.
- Removed for now removed features.
- Fixed for any bug fixes.
- Security in case of vulnerabilities.