0

In the Dapr API, most HTTP requests are in the format http://localhost:<daprPort>/v1.0/....
What does "v1.0" means? And when will I need to change it to another value?

Ocimar
  • 53
  • 1
  • 6
  • I do think it means that they are at version "1.0", and it will change when they release a new version? – Luuk May 03 '21 at 15:52
  • Just found the page where they explain when it is going to change: https://docs.dapr.io/operations/support/support-versioning/ – Luuk May 03 '21 at 15:54
  • So, is it the version of Dapr HTTP API? – Ocimar May 03 '21 at 16:11

1 Answers1

0

It is the HTTP API version.

It will change when a new feature is released and you decide to use the new version.

In Dapr Community Call 13 this information is explicitly stated.

You can find more about in the documentation.

Thanks to @Luuk for showing this documentation link.

Ocimar
  • 53
  • 1
  • 6