Skip to content

Releases: Asana/php-asana

v0.10.5

28 Sep 00:31
ae0d30b
Compare
Choose a tag to compare
  • Adds support for updating webhooks

v0.10.4

23 Aug 22:43
0580f0a
Compare
Choose a tag to compare
  • Adds POST /goals
  • Adds Time Periods

v0.10.3

06 Aug 17:39
94a579a
Compare
Choose a tag to compare

Adds support for Goals endpoints.

v0.10.2

15 Apr 00:04
d5c466c
Compare
Choose a tag to compare

Sync with the latest OpenAPI spec

v0.10.1

20 Jul 20:49
2144e36
Compare
Choose a tag to compare

Allows for the sync token to be saved for the events endpoint.

Cleans up some comments.

v0.10.0

14 Feb 01:00
22bec8e
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.

Fixed recursive merge of headers

29 Aug 17:54
Compare
Choose a tag to compare

Update from v0.9.0 to recursively merge headers (previously a bug made write requests lose headers set by the developer)

v0.9.0

05 Aug 23:39
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.

v0.8.0

20 Aug 18:34
acee830
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.1

09 Feb 22:38
Compare
Choose a tag to compare
  • Handles 402's correctly now.
  • #43