Releases: Asana/python-asana
Releases · Asana/python-asana
v3.2.2
- Rollback from v4 to v3 -> update README.md to mention v4 = BETA
4.0.11
- task_templates endpoints
- GET /task_templates
- GET /task_templates/{task_template_gid}
- POST /task_templates/{task_template_gid}/instantiateTask
- Added
complete
color option tocurrent_status.color
value -> for endpoints that returncurrent_status.color
EX: Projects - Update description for
custom_fields
updates -> gives example of date and date-time values
4.0.10
- 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
- Fix not being able to search using custom fields query for searchTasksForWorkspace method
4.0.8
- Added
minimum_access_level_for_customization
andminimum_access_level_for_sharing
to the project schema - Added
completed_since
as a query param to GET /sections/{section_gid}/tasks
4.0.7
- Handle multiprocessing.pool init
- Sync with API/Developer Docs: Removed required
text
andcolor
fromProjectStatusBase
which caused problems in developer docs -> Update a Project endpoint
4.0.6
4.0.5
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
- Sync with API/Developer Docs: Added
created_by
property to task response
4.0.3
- Fix indentation on code samples template