temporalio / api

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

Rename Update Requested to Update Admitted #387

Closed stephanos closed 6 months ago

stephanos commented 6 months ago

What changed?

Renamed "Update Requested" to "Update Admitted".

Why?

After some discussion, we came to the conclusion that the name should align with Update's wait stage in order to simplify the mental model for the user. "Requested" would be yet another concept, but "Admitted" (wait stage) already exists and should be used instead.

Breaking changes

Yes, but the renamed types are not used by the Server yet.

They are present in:

And subsequent PRs will adjust these accordingly.

Server PR

Not needed; these types are not used in Server yet.