Commit ee3dd04
committed
Update core to branch w/ compression
1 parent 8d66724 commit ee3dd04
2 files changed
Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .github/workflows/per-pr.yml+1
- README.md+1-1
- arch_docs/diagrams/README.md+1-1
- crates/client/Cargo.toml+1-1
- crates/client/src/lib.rs+29-19
- crates/client/src/options_structs.rs+18
- crates/client/src/schedules.rs+1
- crates/client/src/workflow_handle.rs+2
- crates/common-wasm/src/data_converters/failure_converter.rs+9-6
- crates/common-wasm/src/error.rs+33-3
- crates/protos/protos/api_upstream/.github/workflows/create-release.yml+3-3
- crates/protos/protos/api_upstream/.github/workflows/publish-docs.yml-23
- crates/protos/protos/api_upstream/.github/workflows/push-to-buf.yml+1-1
- crates/protos/protos/api_upstream/.github/workflows/trigger-api-go-delete-release.yml+1-1
- crates/protos/protos/api_upstream/.github/workflows/trigger-api-go-publish-release.yml+1-1
- crates/protos/protos/api_upstream/.github/workflows/trigger-api-go-update.yml+3-3
- crates/protos/protos/api_upstream/Makefile+25-4
- crates/protos/protos/api_upstream/buf.lock+9-4
- crates/protos/protos/api_upstream/buf.yaml+4
- crates/protos/protos/api_upstream/cmd/protoc-gen-nexus-rpc-yaml/generator.go+272
- crates/protos/protos/api_upstream/cmd/protoc-gen-nexus-rpc-yaml/go.mod+12
- crates/protos/protos/api_upstream/cmd/protoc-gen-nexus-rpc-yaml/go.sum+10
- crates/protos/protos/api_upstream/cmd/protoc-gen-nexus-rpc-yaml/main.go+13
- crates/protos/protos/api_upstream/nexus/temporal-proto-models-nexusrpc.yaml+19
- crates/protos/protos/api_upstream/nexusannotations/v1/options.proto+29
- crates/protos/protos/api_upstream/openapi/openapiv2.json+156-6
- crates/protos/protos/api_upstream/openapi/openapiv3.yaml+94-2
- crates/protos/protos/api_upstream/temporal/api/activity/v1/message.proto+8
- crates/protos/protos/api_upstream/temporal/api/common/v1/message.proto+11
- crates/protos/protos/api_upstream/temporal/api/history/v1/message.proto+11
- crates/protos/protos/api_upstream/temporal/api/namespace/v1/message.proto+4
- crates/protos/protos/api_upstream/temporal/api/nexus/v1/message.proto+6
- crates/protos/protos/api_upstream/temporal/api/nexusservices/workerservice/v1/service.yaml-32
- crates/protos/protos/api_upstream/temporal/api/schedule/v1/message.proto+6
- crates/protos/protos/api_upstream/temporal/api/update/v1/message.proto+6
- crates/protos/protos/api_upstream/temporal/api/workflow/v1/message.proto+27-24
- crates/protos/protos/api_upstream/temporal/api/workflowservice/v1/request_response.proto+11-3
- crates/protos/protos/api_upstream/temporal/api/workflowservice/v1/service.proto+9-3
- crates/protos/protos/testsrv_upstream/Makefile+2-2
- crates/sdk-core-c-bridge/include/temporal-sdk-core-c-bridge.h+11
- crates/sdk-core-c-bridge/src/client.rs+40
- crates/sdk-core-c-bridge/src/tests/context.rs+6
- crates/sdk-core/Cargo.toml+1
- crates/sdk-core/src/replay/history_builder.rs+1
- crates/sdk-core/src/test_help/integ_helpers.rs+1
- crates/sdk-core/src/worker/workflow/machines/update_state_machine.rs+1
- crates/sdk-core/src/worker/workflow/machines/workflow_machines.rs+1
- crates/sdk-core/tests/cloud_tests.rs+5
- crates/sdk-core/tests/common/mod.rs+22-3
- crates/sdk-core/tests/integ_tests/client_tests.rs+5
- crates/sdk-core/tests/shared_tests/mod.rs+177-2
- crates/sdk/src/activities.rs+1-3
- crates/sdk/src/error.rs+3-3
0 commit comments