Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 1.71 KB

CHANGELOG.md

File metadata and controls

48 lines (35 loc) · 1.71 KB

Changelog

2.3.0

  • New Stream Inclusion: Subtasks #56

2.2.0

  • 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

2.1.2

  • Request timeout Implementation #42
  • Fix backoff logic #41
  • Fix pagination for stores and tasks [#40] (#40)
  • Check Best Practices [#39] (#39)

2.1.1

  • Fixed issue where stream selection wasn't applying #29

2.1.0

  • Added endpoints: portfolios, sections, stories, and teams. Add missing fields to other endpoints.

2.0.3

  • Added resource_subtype field to tasks schema

2.0.2

  • Added custom_fields to projects schema

2.0.1

  • Added start_on field to tasks schema

2.0.0

  • Deprecated id for gid #16

1.0.2

  • Added workaround for int ID deprecation #13
    • First, attempts to parse gid as int and assign it to id for no visible effect on the current data
    • This may result in IDs being integer or string if Asana changes the value of gid

1.0.1

  • Added custom_fields and tags to tasks schema

1.0.0

  • Releasing from Beta --> GA