Skip to content

Releases: Asana/python-asana

v5.0.7

v3.2.3

24 Apr 23:43
d58abb3
Compare
Choose a tag to compare
  • Update v3 to v3.2.3
  • Add important message to README.md

v5.0.6

25 Mar 20:43
Compare
Choose a tag to compare

v5.0.5

v5.0.3

16 Dec 00:10
Compare
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
Compare
Choose a tag to compare

v5.0.0

13 Dec 18:49
7cd503b
Compare
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
Compare
Choose a tag to compare
  • Rollback from v4 to v3 -> update README.md to mention v4 = BETA

4.0.11

13 Sep 17:15
Compare
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
Compare
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