Skip to content

Release v2.1.0

Compare
Choose a tag to compare
@pjbreaux pjbreaux released this 01 Dec 19:00

Summary

This is a feature release!

Release Highlights

  • AsmTaskResource added as endpoint.
  • Fix implemented for resources which have Python keywords as attributes. Previously, this was disallowed, but it is now possible and the rule is that any Python keyword used as an attribute should be of the format: _. Adding a trailing underscore to the keyword allows it to be used in dotted access of an object. Likewise, any kwarg passed into a create, update, or modify call will be modified on it's way out to the device, and any response which has a Python keyword will automatically be changed to have a trailing underscore.

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

Open Issues

See the project issues page for a full list of open issues in this release.