Skip to content

Releases: Asana/java-asana

v0.10.3

01 Oct 19:29
Compare
Choose a tag to compare

Adds sections to the asana client.

v0.10.2

11 Sep 18:43
Compare
Choose a tag to compare

Adds attachments to the task resource

v0.10.1

17 Apr 21:02
Compare
Choose a tag to compare

Added WorkspaceMembership model and added a missing field on Workspace

v0.10.0

14 Feb 21:14
9763d54
Compare
Choose a tag to compare

This version converts our client libraries to use the OpenAPI spec. We also switched to a more consistent naming convention. This version keeps the old methods and adds the new methods.

v0.9.1

11 Nov 19:53
Compare
Choose a tag to compare

Fixed an issue where the travis build failed.
Fixed missing gid on Custom Field Enums.

v0.9.0

08 Aug 16:50
a0e3f28
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 21:43
Compare
Choose a tag to compare

findByProject for the Sections resource wasn't returning a collection. This was fixed upstream and this new release contains that fix.

v0.8.0

20 Aug 19:14
f518cce
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.5.2

09 Feb 23:26
Compare
Choose a tag to compare
  • Custom Field Support
  • Handle 402's from API