Commit 9a5fee4
committed
Update temporal submodule for branch main
1 parent b54d546 commit 9a5fee4
1 file changed
+1
-1
lines changed- api/errordetails/v1/message.pb.go+114-81
- api/historyservice/v1/request_response.pb.go+2.4k-2.4k
- api/token/v1/message.pb.go+158-141
- common/persistence/transitionhistory/transition_history.go+60
- common/serviceerror/current_branch_changed.go+24-14
- proto/internal/temporal/server/api/errordetails/v1/message.proto+2
- proto/internal/temporal/server/api/historyservice/v1/request_response.proto+1
- proto/internal/temporal/server/api/token/v1/message.proto+1
- service/history/api/get_workflow_util.go+63-7
- service/history/api/getworkflowexecutionhistory/api.go+15-8
- service/history/events/notifier.go+5
- service/history/events/notifier_test.go+11-2
- service/history/history_engine_test.go+2-1
- service/history/ndc/history_replicator.go+2-1
- service/history/ndc/workflow_state_replicator.go+10-9
- service/history/replication/executable_verify_versioned_transition_task.go+3-2
- service/history/replication/progress_cache.go+4-3
- service/history/replication/sync_state_retriever.go+2-1
- service/history/workflow/mutable_state.go+2
- service/history/workflow/mutable_state_impl.go+19-25
- service/history/workflow/mutable_state_impl_test.go+23-44
- service/history/workflow/mutable_state_mock.go+14
- service/history/workflow/state_transition_history.go-22
- service/history/workflow/task_generator.go+4-7
- service/history/workflow/task_generator_test.go+3
- service/history/workflow/transaction_impl.go+2
- tests/gethistory_test.go+28-1
0 commit comments