Commit 1eaf5da
committed
Remove UwS experimental notices
1 parent c37c69f commit 1eaf5da
2 files changed
+5
-24
lines changed- .github/workflows/per-pr.yml-2
- AGENTS.md-7
- Cargo.toml+5-9
- README.md+5-6
- client/Cargo.toml+2-3
- client/src/lib.rs+7-16
- client/src/metrics.rs+23-57
- client/src/raw.rs+13-31
- core-api/Cargo.toml+2-2
- core-api/src/envconfig.rs+95-200
- core-api/src/lib.rs-9
- core-api/src/telemetry/metrics.rs+100-548
- core-c-bridge/Cargo.toml-49
- core-c-bridge/build.rs-25
- core-c-bridge/include/temporal-sdk-core-c-bridge.h-817
- core-c-bridge/src/client.rs-679
- core-c-bridge/src/lib.rs-245
- core-c-bridge/src/metric.rs-682
- core-c-bridge/src/random.rs-61
- core-c-bridge/src/runtime.rs-445
- core-c-bridge/src/testing.rs-282
- core-c-bridge/src/tests/context.rs-644
- core-c-bridge/src/tests/mod.rs-178
- core-c-bridge/src/tests/utils.rs-108
- core-c-bridge/src/worker.rs-1.1k
- core/Cargo.toml+9-9
- core/benches/workflow_replay.rs+15-114
- core/src/core_tests/queries.rs+2-11
- core/src/core_tests/workflow_tasks.rs+6-3
- core/src/ephemeral_server/mod.rs+19-1
- core/src/telemetry/metrics.rs+152-306
- core/src/telemetry/mod.rs+3-10
- core/src/telemetry/otel.rs+131-134
- core/src/telemetry/prometheus_meter.rs-885
- core/src/telemetry/prometheus_server.rs+28-48
- core/src/test_help/mod.rs+5-21
- core/src/worker/client.rs+5-26
- core/src/worker/client/mocks.rs+1-1
- core/src/worker/tuner/resource_based.rs+4-4
- core/src/worker/workflow/machines/cancel_external_state_machine.rs+2-1
- core/src/worker/workflow/machines/child_workflow_state_machine.rs+1-1
- core/src/worker/workflow/machines/nexus_operation_state_machine.rs+1-1
- core/src/worker/workflow/machines/signal_external_state_machine.rs+2-1
- core/src/worker/workflow/mod.rs+15-15
- etc/deps.svg+64-64
- sdk-core-protos/protos/api_upstream/README.md-4
- sdk-core-protos/protos/api_upstream/openapi/openapiv2.json+83-622
- sdk-core-protos/protos/api_upstream/openapi/openapiv3.yaml+78-620
- sdk-core-protos/protos/api_upstream/temporal/api/batch/v1/message.proto+4-4
- sdk-core-protos/protos/api_upstream/temporal/api/command/v1/message.proto+4-6
- sdk-core-protos/protos/api_upstream/temporal/api/common/v1/message.proto+2-2
- sdk-core-protos/protos/api_upstream/temporal/api/deployment/v1/message.proto+2-32
- sdk-core-protos/protos/api_upstream/temporal/api/enums/v1/common.proto+1-10
- sdk-core-protos/protos/api_upstream/temporal/api/enums/v1/deployment.proto-26
- sdk-core-protos/protos/api_upstream/temporal/api/enums/v1/failed_cause.proto-2
- sdk-core-protos/protos/api_upstream/temporal/api/enums/v1/reset.proto+4-4
- sdk-core-protos/protos/api_upstream/temporal/api/failure/v1/message.proto+2-2
- sdk-core-protos/protos/api_upstream/temporal/api/history/v1/message.proto+31-47
- sdk-core-protos/protos/api_upstream/temporal/api/nexus/v1/message.proto+4-4
- sdk-core-protos/protos/api_upstream/temporal/api/schedule/v1/message.proto+1-7
- sdk-core-protos/protos/api_upstream/temporal/api/worker/v1/message.proto-126
- sdk-core-protos/protos/api_upstream/temporal/api/workflow/v1/message.proto+11-14
- sdk-core-protos/protos/api_upstream/temporal/api/workflowservice/v1/request_response.proto+37-148
- sdk-core-protos/protos/api_upstream/temporal/api/workflowservice/v1/service.proto-21
- sdk-core-protos/src/history_builder.rs+1
- sdk-core-protos/src/lib.rs-7
- sdk/src/activity_context.rs+4-6
- sdk/src/lib.rs+26-48
- sdk/src/workflow_future.rs+24-10
- test-utils/src/lib.rs+3-11
- tests/cloud_tests.rs+2-2
- tests/heavy_tests.rs+3-11
- tests/integ_tests/client_tests.rs+13-12
- tests/integ_tests/ephemeral_server_tests.rs+1-1
- tests/integ_tests/metrics_tests.rs+58-169
- tests/integ_tests/polling_tests.rs+1-1
- tests/integ_tests/queries_tests.rs+20-37
- tests/integ_tests/update_tests.rs-1
- tests/integ_tests/worker_tests.rs+4-3
- tests/integ_tests/workflow_tests/nexus.rs-2
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
940 | | - | |
941 | | - | |
942 | 939 | | |
943 | 940 | | |
944 | 941 | | |
| |||
5354 | 5351 | | |
5355 | 5352 | | |
5356 | 5353 | | |
5357 | | - | |
5358 | | - | |
5359 | | - | |
5360 | | - | |
5361 | | - | |
| 5354 | + | |
5362 | 5355 | | |
5363 | 5356 | | |
5364 | 5357 | | |
| |||
5372 | 5365 | | |
5373 | 5366 | | |
5374 | 5367 | | |
5375 | | - | |
5376 | | - | |
5377 | | - | |
5378 | | - | |
5379 | | - | |
| 5368 | + | |
5380 | 5369 | | |
5381 | 5370 | | |
5382 | 5371 | | |
| |||
5412 | 5401 | | |
5413 | 5402 | | |
5414 | 5403 | | |
5415 | | - | |
5416 | | - | |
5417 | | - | |
5418 | | - | |
5419 | | - | |
| 5404 | + | |
5420 | 5405 | | |
5421 | 5406 | | |
5422 | 5407 | | |
| |||
5690 | 5675 | | |
5691 | 5676 | | |
5692 | 5677 | | |
5693 | | - | |
5694 | | - | |
5695 | | - | |
5696 | | - | |
5697 | | - | |
| 5678 | + | |
5698 | 5679 | | |
5699 | 5680 | | |
5700 | 5681 | | |
| |||
0 commit comments