temporalio / api

Temporal gRPC API and proto files
https://temporal.io
MIT License
77 stars 65 forks source link

Removed /api/v1 prefix for HTTP paths #410

Closed cretz closed 1 month ago

cretz commented 1 month ago

What changed?

Remove the /api/v1 path from HTTP API. This is technically a 💥 breaking change, but the HTTP API has not been publicly/fully released from a Temporal product perspective.

Closes #409