Releases: Asana/java-asana
v0.10.3
Adds sections to the asana client.
v0.10.2
Adds attachments to the task resource
v0.10.1
Added WorkspaceMembership model and added a missing field on Workspace
v0.10.0
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
Fixed an issue where the travis build failed.
Fixed missing gid on Custom Field Enums.
v0.9.0
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
findByProject for the Sections resource wasn't returning a collection. This was fixed upstream and this new release contains that fix.
v0.8.0
v0.5.2
- Custom Field Support
- Handle 402's from API