- 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_subtype
field to tasks schema
- Added
custom_fields
to projects schema
- Added start_on field to tasks schema
- Deprecated
id
forgid
#16
- Added workaround for int ID deprecation #13
- First, attempts to parse
gid
asint
and assign it toid
for 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