Releases: Asana/php-asana
Releases · Asana/php-asana
v0.10.5
v0.10.4
v0.10.3
v0.10.2
Sync with the latest OpenAPI spec
v0.10.1
Allows for the sync token to be saved for the events endpoint.
Cleans up some comments.
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.
Fixed recursive merge of headers
Update from v0.9.0 to recursively merge headers (previously a bug made write requests lose headers set by the developer)
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.