- Add Asana API error handling to recursive subtask fetching by decorating fetch_children with asana_error_handling.#69
- Upgrade asana SDK version to 5.1.0. #61
- New Stream Inclusion: Subtasks #56
- Below are the changes #48
- Upgraded the asana-python SDK
- Added parameterized in config.yml file
- Schema fields addition
- Updated code as per PEP8 standards #49
- Updated missing tap-tester tests and assertions #47
- Request timeout Implementation #42
- Fix backoff logic #41
- Fix pagination for stores and tasks [#40] (#40)
- Check Best Practices [#39] (#39)
- Fixed issue where stream selection wasn't applying #29
- Added endpoints:
portfolios,sections,stories, andteams. Add missing fields to other endpoints.
- Added
resource_subtypefield to tasks schema
- Added
custom_fieldsto projects schema
- Added start_on field to tasks schema
- Deprecated
idforgid#16
- Added workaround for int ID deprecation #13
- First, attempts to parse
gidasintand assign it toidfor no visible effect on the current data - This may result in IDs being integer or string if Asana changes the value of
gid
- First, attempts to parse
- Added custom_fields and tags to tasks schema
- Releasing from Beta --> GA