temporalio / api

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

Versioning 2 API #393

Closed ShahabT closed 3 months ago

ShahabT commented 3 months ago

What changed?

Why? The new API provides better versioning experience for users, and provides a better foundation for us to build more features on top of.

Breaking changes Removed bundle_id field in WorkerVersionStamp (but it's confirmed not to be used anywhere, so no breaking change really)

Server PR https://github.com/temporalio/temporal/pull/5691

ShahabT commented 3 months ago

The CI fails for expected reasons due to field renames. Need to an admin to bypass the check.