Releases: Asana/ruby-asana
Releases · Asana/ruby-asana
v2.0.3
v2.0.2
- Added the following resources:
- goal
- goal_relationship
- membership
- project_brief
- project_template
- status_update
- time_period
- Fixed:
- typeahead not working as outlined in docs
- Updated rubocop
v2.0.1
- Added support for Faraday 2
v2.0.0
- Updates behavior of Attachments (attachments are no longer tightly coupled with tasks)
- Adds GoalRelationships
- Updates Ruby requirement: 2.7.0
v1.0.0
- Adds support for
/attachment
endpoints. Note: Attachments are no longer tied to a taskPOST /tasks/:task/attachments
->POST /attachments?parent=
GET /tasks/:task/attachments
->GET /attachments?parent=
- Adds
goal_id
request parameter for Goals-related endpoints - Adds support for
GET /workspaces/{workspace_gid}/teams
. Note: Removes support for getting teams in an organization
v0.10.13
- Relax oauth2 dependency
v0.10.12
- Merge updates from Dependabot
- Remove Travis CI for GitHub Actions
- Update Ruby version support to 2.5+