1 file changed
+1
-1
lines changed- .cargo/config.toml+1-2
- client/src/lib.rs+1-1
- core-api/src/worker.rs+6
- core-c-bridge/src/worker.rs+39-32
- core/Cargo.toml+2
- core/src/core_tests/activity_tasks.rs+18-18
- core/src/core_tests/child_workflows.rs+4-4
- core/src/core_tests/determinism.rs+6-6
- core/src/core_tests/local_activities.rs+20-20
- core/src/core_tests/mod.rs+40-5
- core/src/core_tests/queries.rs+15-15
- core/src/core_tests/replay_flag.rs+3-3
- core/src/core_tests/updates.rs+3-3
- core/src/core_tests/workers.rs+9-7
- core/src/core_tests/workflow_tasks.rs+37-36
- core/src/lib.rs+10-1
- core/src/pollers/poll_buffer.rs+2-2
- core/src/replay/mod.rs+3-3
- core/src/telemetry/mod.rs+1-1
- core/src/test_help/mod.rs+5-4
- core/src/worker/activities.rs+4-4
- core/src/worker/activities/activity_heartbeat_manager.rs+7-7
- core/src/worker/client.rs+44-2
- core/src/worker/client/mocks.rs+9-2
- core/src/worker/heartbeat.rs+229
- core/src/worker/mod.rs+35-14
- core/src/worker/workflow/history_update.rs+71-19
- core/src/worker/workflow/machines/nexus_operation_state_machine.rs+30-47
- core/src/worker/workflow/machines/upsert_search_attributes_state_machine.rs+2-2
- core/src/worker/workflow/machines/workflow_machines.rs+3
- sdk-core-protos/protos/api_upstream/buf.yaml-2
- sdk-core-protos/protos/api_upstream/openapi/openapiv2.json+10-2
- sdk-core-protos/protos/api_upstream/openapi/openapiv3.yaml+14-2
- sdk-core-protos/protos/api_upstream/temporal/api/worker/v1/message.proto+10-2
- sdk-core-protos/protos/api_upstream/temporal/api/workflowservice/v1/request_response.proto+2-2
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+4-4
- sdk-core-protos/src/history_builder.rs+9-4
- sdk-core-protos/src/lib.rs+89-6
- sdk/src/lib.rs+1-1
- sdk/src/workflow_future.rs+8-1
- tests/cloud_tests.rs+2-2
- tests/integ_tests/metrics_tests.rs+19-25
- tests/integ_tests/update_tests.rs+1-7
- tests/integ_tests/worker_versioning_tests.rs+3-7
- tests/integ_tests/workflow_tests/nexus.rs+22-17
0 commit comments