Skip to content

Releases: Asana/python-asana

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

4.0.8

25 Aug 22:46

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

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

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

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

Choose a tag to compare

  • Sync with API/Developer Docs: Added created_by property to task response

4.0.3

03 Aug 02:45

Choose a tag to compare

  • Fix indentation on code samples template

4.0.2

02 Aug 20:52

Choose a tag to compare

  • Update Github Action: add tags to update pushes and update gh-action-pypi-publish release version

4.0.1

31 Jul 23:51

Choose a tag to compare

v4.0.0

  • Completely new python client library. Code generated through Swagger Codegen.
  • Improves internal release process -> allows Asana to keep python client library in sync with the API more frequently
  • Introduces classes for resources. Responses return resource objects and data can be accessed via dot notation
  • Sample code documentation is more rich
  • Synced with latest API changes since Apr 18, 2023

v4.0.1

  • Add missing quotes to version in custom Asana header