Commit 304bcef
committed
Update core submodule
1 parent dbc6023 commit 304bcef
2 files changed
Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
- .gitattributes+1
- .github/workflows/per-pr.yml+5-3
- CHANGELOG.md+20
- CONTRIBUTING.md+21
- README.md+1-1
- arch_docs/diagrams/README.md+1-1
- crates/client/Cargo.toml+1-1
- crates/client/src/grpc.rs+3
- 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_cloud_upstream/README.md+5-5
- crates/protos/protos/api_cloud_upstream/VERSION+1-1
- crates/protos/protos/api_cloud_upstream/temporal/api/cloud/cloudservice/v1/request_response.proto+51
- crates/protos/protos/api_cloud_upstream/temporal/api/cloud/cloudservice/v1/service.proto+50-2
- crates/protos/protos/api_cloud_upstream/temporal/api/cloud/identity/v1/message.proto+39
- 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+48-5
- crates/protos/protos/api_upstream/README.md+1
- 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/cmd/protoc-gen-system-nexus-wit/generator.go+187
- crates/protos/protos/api_upstream/cmd/protoc-gen-system-nexus-wit/go.mod+8
- crates/protos/protos/api_upstream/cmd/protoc-gen-system-nexus-wit/go.sum+8
- crates/protos/protos/api_upstream/cmd/protoc-gen-system-nexus-wit/main.go+11
- crates/protos/protos/api_upstream/nexus/deps/nexus-temporal-types/model.wit+149
- crates/protos/protos/api_upstream/nexus/temporal-proto-models-nexusrpc.yaml+19
- crates/protos/protos/api_upstream/nexus/workflow-service.wit+119
- crates/protos/protos/api_upstream/nexusannotations/v1/options.proto+29
- crates/protos/protos/api_upstream/openapi/openapiv2.json+191-9
- crates/protos/protos/api_upstream/openapi/openapiv3.yaml+127-5
- crates/protos/protos/api_upstream/temporal/api/activity/v1/message.proto+13
- 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+17-4
- 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+59
- 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