Releases: temporalio/api
Releases · temporalio/api
v1.27.0
What's Changed
- Add build-id-based reset by @dnr in #333
- rename to export package by @alice-yin in #335
- Add SDK-only workflow metadata by @antlai-temporal in #336
- adding signaling workflow information to the signal event. by @ast2023 in #338
- Allow client to suggest delay until next retry by @ast2023 in #334
- Add namespace_delete_delay option to DeleteNamespaceRequest by @hehaifengcn in #343
- Moving retry interval to ApplicationFailure per Yimins request. by @ast2023 in #344
- Re-enable breaking changes check by @ast2023 in #345
- Update comment in SDK workflow_metadata by @antlai-temporal in #342
- ResetReapplyExcludeType (preparation for Update reapply) by @dandavison in #348
- New event: update requested by @dandavison in #351
- Add namespace level capabilities by @Quinn-With-Two-Ns in #341
- Nexus callbacks, tasks, and incoming service registry by @bergundy in #352
Full Changelog: v1.26.0...v1.27.0
v1.26.0
- Add stage to UpdateWorkflowExecutionResponse and PollWorkflowExecutionUpdateResponse
- Add update_ref to PollWorkflowExecutionUpdateResponse
- Introduced protos for exporting workflow execution history
- Replaced gogo/protobuf with google/protobuf
v1.25.0
v1.24.0
v1.23.0
- Add merge sets operation for update build ids API
- Add event ID reference from update completed event back to update accepted event.
(Note 1.22 was skipped over since api-go was tagged at that version but this repo wasn't)
v1.21.0
Worker versioning
v1.20.0
Fixes misspelled (unreleased) build id apis
v1.19.0
Refactoring & additions to the in-progress build-id-based-versioning work
v1.18.0
- Add metering metadata field to WFT completion & corresponding event
v1.17.0
- Add SDK specific metadata field & associated capability
- Add continued_failure and last_completion_result to StartWorkflowExecution