- Fix an issue with v2 media uploads
- Fix an issue with the v2 client import in some examples
- Address Issue #64 by having ThumbnailClient inherit from SiteResourceClient
- Add support for remaining v2 routes as of official release.
- Fixed exception handler failing to _str_ represent itself
- Fixed missing dependency causing import errors after install.
- Fixed an issue where the v1 client could not be imported from the jwplatform module.
- Added support for JWPlatform file upload using a multi-part mechanism.
- Fix a bug on generating the signature when array value is in the query string.
- Added support for JWPlatform API v2
- All existing v1 API functionality has been moved to the jwplatform.v1 submodule (from jwplatform).
- remove Python 2 compatibility
- parameters are now included in the request body by default for POST requests
- improved default parameters handling when instantiating client
- added exponential connection backoff
- allow additional Request package params in API requests
- added JWPlatformRateLimitExceededError exception
- Initial release.