Information of Asana API version expiry

  1. Which is the latest API version you are supporting? what is the support end date and what is expiry date of API version ?

  2. What is the next version coming after current latest API version and its release date ?

  3. Where can we find API version release date / support end date/ expiry date on your website please share exact link?

Hi @Manoj_Bhosale and welcome to the forum,

The Asana DevRel team might want to comment here as well, but I can overall give you the info that the Asana API does not work on versioning, so the answer to all of your questions is “Not applicable”.

I know they have considered moving to a versioned API and may still do it in the future; it’s just not anything that exists now.

cc: @sasha_f

1 Like

hi @Manoj_Bhosale,

Phil was correct. The Asana API does not have version. However, we do make backwards-incompatible changes to the API periodically and do our best to follow these guidelines.

What this means:

  • most backwards-incompatible API changes have associated HTTP headers (Asana-Change, Asana-Enable, Asana-Disable)
  • response headers allow API clients to determine if they are at the end of support for a particular API resource or endpoint (end of life for a “version”)
  • request headers allow API clients to indicate to the API that they are ready for the updated resource or endpoint (upgrading to a “new version”)
  • request headers also allow API clients to indicate to the API that they are not ready for the updated resource or endpoint (pinning to an “old version”)
  • announcements for all of these backwards-incompatible API changes and new features are made here in the forum and in the Changelog
1 Like