1 file changed
+1
-1
lines changed- .cargo/config.toml+5
- .github/workflows/per-pr.yml+5-5
- .gitignore+1
- client/src/lib.rs+2-2
- client/src/proxy.rs+2-2
- client/src/workflow_handle/mod.rs+1-1
- core-api/src/envconfig.rs+3-6
- core/src/pollers/poll_buffer.rs+3-1
- core/src/telemetry/metrics.rs+3-3
- core/src/worker/workflow/machines/child_workflow_state_machine.rs+1-4
- core/src/worker/workflow/machines/nexus_operation_state_machine.rs+15-8
- core/src/worker/workflow/machines/update_state_machine.rs+1-1
- core/src/worker/workflow/machines/workflow_machines.rs+2-6
- sdk-core-protos/protos/local/temporal/sdk/core/nexus/nexus.proto+5-5
- sdk-core-protos/protos/local/temporal/sdk/core/workflow_activation/workflow_activation.proto+3-3
- sdk/src/lib.rs+3-3
- sdk/src/workflow_context.rs+3-3
- tests/integ_tests/metrics_tests.rs+1-1
- tests/integ_tests/worker_versioning_tests.rs+3-3
- tests/integ_tests/workflow_tests.rs+1-1
- tests/integ_tests/workflow_tests/local_activities.rs+1-1
- tests/integ_tests/workflow_tests/nexus.rs+1-1
0 commit comments