Releases: Asana/python-asana
Releases · Asana/python-asana
4.0.2
- Update Github Action: add tags to update pushes and update gh-action-pypi-publish release version
4.0.1
v4.0.0
- Completely new python client library. Code generated through Swagger Codegen.
- Improves internal release process -> allows Asana to keep python client library in sync with the API more frequently
- Introduces classes for resources. Responses return resource objects and data can be accessed via dot notation
- Sample code documentation is more rich
- Synced with latest API changes since Apr 18, 2023
v4.0.1
- Add missing quotes to version in custom Asana header
v3.2.1
Releasing version 3.2.1
v3.2.0
Releasing version 3.2.0
v3.1.1
- Added memberships endpoints
v3.1.0
- removed
delete_status_message
method
v3.0.0
- Drop support for python 3.6 and below
- Added Message and Memberships resources
v2.0.0
- Added goal relationships
- Removed goals methods:
add_subgoal
,add_supporting_work_for_goal
,get_subgoals_for_goal
,remove_subgoal
,remove_supporting_work_for_goal
,supporting_work
v1.0.0
- Adds support for
/attachment
endpoints. Note: Attachments are no longer tied to a taskPOST /tasks/:task/attachments
->POST /attachments?parent=
GET /tasks/:task/attachments
->GET /attachments?parent=
- Adds
goal_id
request parameter for Goals-related endpoints - Adds support for
GET /workspaces/{workspace_gid}/teams
. Note: Removes support for getting teams in an organization
v0.10.13
- Removed Travis CI and added GitHub Actions