Skip to content

Release v1.2.0

Choose a tag to compare

@zancas zancas released this 10 Aug 15:24
· 198 commits to release_1 since this release

This is a feature release.

After a brief experiment with update as the wrapper method for HTTP PATCH, update has been reverted to wrap HTTP PUT. The SDK now supports a new HTTP request wrapper for PATCH: modify.

The modify method requires a set of key word arguments (**patch in the definition); the attributes specified as the keyword parameters are submitted as the JSON keys of a PATCH request.

Release Highlights

  • #609 #608 Implement the HTTP PATCH based modify method
  • 100% code coverage of resource.py with unittests

See the changelog for the full list of changes in this release.