Skip to content

Releases: Asana/python-asana

v5.0.10

27 Aug 18:40
Compare
Choose a tag to compare

v5.0.9

v5.0.8

27 Jul 01:39
Compare
Choose a tag to compare

v5.0.7

20 May 22:44
Compare
Choose a tag to compare

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