Skip to content

Releases: Asana/python-asana

v3.2.3

24 Apr 23:43
d58abb3

Choose a tag to compare

  • Update v3 to v3.2.3
  • Add important message to README.md

v5.0.6

25 Mar 20:43

Choose a tag to compare

v5.0.5

14 Mar 22:41

Choose a tag to compare

v5.0.3

16 Dec 00:10

Choose a tag to compare

BEFORE:

    api_response = projects_api_instance.add_custom_field_setting_for_project(body, project_gid)

AFTER:

    api_response = projects_api_instance.add_custom_field_setting_for_project(body, project_gid, opts)

v5.0.2

15 Dec 19:32

Choose a tag to compare

v5.0.0

13 Dec 18:49
7cd503b

Choose a tag to compare

  • Changes from v4:
    • Query params are now passed in through opts dictionary instead of method params
  • Added pagination
  • Updated sample code
  • Document how to use new client library features
  • Fix response decode issue of special characters from previous versions

v3.2.2

10 Oct 22:02

Choose a tag to compare

  • Rollback from v4 to v3 -> update README.md to mention v4 = BETA

4.0.11

13 Sep 17:15

Choose a tag to compare

  • task_templates endpoints
    • GET /task_templates
    • GET /task_templates/{task_template_gid}
    • POST /task_templates/{task_template_gid}/instantiateTask
  • Added complete color option to current_status.color value -> for endpoints that return current_status.color EX: Projects
  • Update description for custom_fields updates -> gives example of date and date-time values

4.0.10

30 Aug 22:30

Choose a tag to compare

  • Fix search_tasks_for_workspace custom fields query not working for is_set, value, starts_with, ends_with, less_than, greater_than

4.0.9

29 Aug 01:10

Choose a tag to compare

  • Fix not being able to search using custom fields query for searchTasksForWorkspace method