Skip to content

Releases: Asana/python-asana

4.0.2

02 Aug 20:52
Compare
Choose a tag to compare
  • Update Github Action: add tags to update pushes and update gh-action-pypi-publish release version

4.0.1

31 Jul 23:51
Compare
Choose a tag to compare

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

13 Apr 16:54
e5f5c83
Compare
Choose a tag to compare

Releasing version 3.2.1

v3.2.0

24 Mar 17:24
b90d0dd
Compare
Choose a tag to compare

Releasing version 3.2.0

v3.1.1

24 Feb 23:46
d57e0c4
Compare
Choose a tag to compare
  • Added memberships endpoints

v3.1.0

08 Feb 19:34
cd5f79f
Compare
Choose a tag to compare
  • removed delete_status_message method

v3.0.0

22 Dec 19:03
2e4fa14
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
  • Removed Travis CI and added GitHub Actions