Skip to content

Releases: Asana/python-asana

v3.1.1

24 Feb 23:46
d57e0c4

Choose a tag to compare

  • Added memberships endpoints

v3.1.0

08 Feb 19:34
cd5f79f

Choose a tag to compare

  • removed delete_status_message method

v3.0.0

22 Dec 19:03
2e4fa14

Choose a tag to compare

  • Drop support for python 3.6 and below
  • Added Message and Memberships resources

v2.0.0

15 Oct 20:49
5fad0f2

Choose a tag to compare

  • 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

30 Jun 18:37
6535719

Choose a tag to compare

  • Adds support for /attachment endpoints. Note: Attachments are no longer tied to a task
    • POST /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

14 Apr 03:47
483dc24

Choose a tag to compare

  • Removed Travis CI and added GitHub Actions

v0.10.12

11 Apr 19:51
35a875c

Choose a tag to compare

  • Fix get_audit_log_events

v0.10.11

21 Mar 22:15
c75ad7d

Choose a tag to compare

Fix support for:

  • audit_log_api
  • goals
  • project_briefs
  • project_templates
  • status_updates
  • time_periods

v0.10.10

04 Mar 22:52
b6e4ff4

Choose a tag to compare

  • Add support for Project Templates API

v0.10.9

26 Jan 03:53
1f47580

Choose a tag to compare

  • Adds support for Project Brief API (*preview)
  • Adds support for Status Updates