Release v1.2.0
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
modifymethod - 100% code coverage of
resource.pywith unittests
See the changelog for the full list of changes in this release.