Skip to content

Releases: Asana/ruby-asana

v0.9.1

15 Aug 22:18
3fa34e2
Compare
Choose a tag to compare

Patch to upgrade package dependencies

v0.9.0

05 Aug 23:20
1191c97
Compare
Choose a tag to compare

This adds api functionality the the client libraries have been missing:

  • Portfolios
  • PortfolioMemberships
  • Jobs
  • UserTaskLists

This update also includes Asana-Change warnings. These warnings pop up every time a request is made and the response contains a deprecation header. You can find out how to work with these here.

Fix Sections#findByProject

08 Oct 19:22
Compare
Choose a tag to compare

Sections#findByProject wasn't acting as a collection request.

v0.8.0

20 Aug 18:33
beb1c85
Compare
Choose a tag to compare

This release contains many of the API updates that have accumulated since the last release, including:

  • The search API
  • Dependencies
  • Custom field creation
  • Project memberships
  • Project statuses
  • Editing and deleting comments

v0.6.3

09 Feb 22:29
Compare
Choose a tag to compare
  • Handle 402's from the API.

Fix to Faraday configuration

27 Sep 21:47
Compare
Choose a tag to compare

The Faraday gem was not configured properly for bearer token authentication, resulting in Faraday generating a wrong header. This merge fixes the Faraday configuration.

Custom Fields support

15 Sep 01:08
Compare
Choose a tag to compare

Asana has added Custom Fields to its tasks and projects!

To read more information about Custom Fields, please head to https://asana.com/developers/documentation/getting-started/custom-fields