Releases: Asana/python-asana
v0.10.3
Added create_attachment_for_task to the attachments resource.
v0.10.2
Fixes BatchAPI being ignored on the client.
v0.10.1
Added team_memberships to resources
v0.10.0
This version converts our client libraries to use the OpenAPI spec. We also switched to a more consistent naming convention. This version keeps the old methods and adds the new method names.
v0.9.2
Fixes an incorrectly strict requirement.
v0.9.1
v0.9.0
This adds api functionality the the client libraries have been missing:
- Portfolios
- PortfolioMemberships
- Jobs
- UserTaskLists
This update also includes Asana-Change warnings. These warnings pop up every time a request is made and the response contains a deprecation header. You can find out how to work with these here.
Fix issue #79
In Python 3.7, it's bad form to raise StopIteration at the end of a loop - and it yells at you for it by turning the exception into a Runtime Exception.
This simply removes throwing this, since it should be safe to just return.
Tested with pipenv on 2.7 and 3.7. We don't officially support 3.7 yet due to https://bugs.python.org/issue34226, but we should be close - support for everything except attachments.