Skip to content

Releases: Asana/python-asana

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

4.0.9

29 Aug 01:10
Compare
Choose a tag to compare
  • Fix not being able to search using custom fields query for searchTasksForWorkspace method

4.0.8

25 Aug 22:46
Compare
Choose a tag to compare
  • Added minimum_access_level_for_customization and minimum_access_level_for_sharing to the project schema
  • Added completed_since as a query param to GET /sections/{section_gid}/tasks

4.0.7

17 Aug 18:13
Compare
Choose a tag to compare
  • Handle multiprocessing.pool init
  • Sync with API/Developer Docs: Removed required text and color from ProjectStatusBase which caused problems in developer docs -> Update a Project endpoint

4.0.6

14 Aug 21:27
Compare
Choose a tag to compare
  • Fix IndentationError: Updated api.mustache template file to generate api classes with out indentation errors. (issue)

4.0.5

11 Aug 18:56
Compare
Choose a tag to compare

README.md + Sample code changes

  • Update tab spacing in sample code and README.md from 2 to 4 spaces
  • Separate call_api examples in README.md
  • Add instructions on how to paginate with next_page response data in README.md
  • Add instructions on how to access response data in README.md
  • Add instructions on how to get events in README.md
  • Add instructions on how to set asana-enable header to README.md
  • Add instructions on how to access status and headers from response to README.md
  • Update GitHub Action to include version in update commit message

4.0.4

04 Aug 17:19
Compare
Choose a tag to compare
  • Sync with API/Developer Docs: Added created_by property to task response

4.0.3

03 Aug 02:45
Compare
Choose a tag to compare
  • Fix indentation on code samples template