Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 1.66 KB

CHANGES.rst

File metadata and controls

80 lines (50 loc) · 1.66 KB

Changelog

2.2.2 (2022-12-13)

  • Fix an issue with v2 media uploads
  • Fix an issue with the v2 client import in some examples

2.2.1 (2022-05-05)

  • Address Issue #64 by having ThumbnailClient inherit from SiteResourceClient

2.2.0 (2021-11-01)

  • Add support for remaining v2 routes as of official release.

2.1.3 (2021-08-19)

  • Fixed exception handler failing to _str_ represent itself

2.1.2 (2021-03-23)

  • Fixed missing dependency causing import errors after install.

2.1.1 (2021-01-13)

  • Fixed an issue where the v1 client could not be imported from the jwplatform module.

2.1.0 (2021-01-12)

  • Added support for JWPlatform file upload using a multi-part mechanism.

2.0.1 (2021-01-11)

  • Fix a bug on generating the signature when array value is in the query string.

2.0.0 (2020-12-03)

  • Added support for JWPlatform API v2
  • All existing v1 API functionality has been moved to the jwplatform.v1 submodule (from jwplatform).

1.3.0 (2019-12-22)

  • remove Python 2 compatibility

1.2.2 (2018-04-10)

  • parameters are now included in the request body by default for POST requests

1.2.1 (2017-11-20)

  • improved default parameters handling when instantiating client
  • added exponential connection backoff

1.2.0 (2016-11-22)

  • allow additional Request package params in API requests

1.1.0 (2016-11-03)

  • added JWPlatformRateLimitExceededError exception

1.0.0 (2016-07-21)

  • Initial release.