Skip to content

Commit 9205883

Browse files
Update dev server version
1 parent 4b29989 commit 9205883

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

nexus-standalone-operations/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ It shows both sync and async (workflow-backed) operations, and how to use the `L
33

44
The starter and worker connect to two different namespaces (a "caller" namespace and a "handler" namespace) — this mirrors how Nexus is typically used to cross namespace boundaries. The client is configured via the SDK's [environment configuration](https://docs.temporal.io/develop/environment-configuration) support, which reads `TEMPORAL_NAMESPACE`, `TEMPORAL_ADDRESS`, etc. from the environment (and optionally profiles from `temporal.toml`).
55

6-
## Note: Standalone Nexus operations require a server version that supports this feature. Use the dev server build at https://github.com/temporalio/cli/releases/tag/v1.7.3-standalone-nexus-operations.
6+
## Note: Standalone Nexus operations require a server version that supports this feature. Use the dev server build at https://github.com/temporalio/cli/releases/tag/v1.7.4-standalone-nexus-operations.
77

88
## Run locally against a dev server
99

nexus-standalone-operations/handler_test.go

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,7 @@ func Test_StandaloneNexusOperations_Using_DevServer(t *testing.T) {
3333
// Start the dev server with standalone Nexus support.
3434
server, err := testsuite.StartDevServer(ctx, testsuite.DevServerOptions{
3535
CachedDownload: testsuite.CachedDownload{
36-
Version: "v1.7.3-standalone-nexus-operations",
37-
},
38-
ExtraArgs: []string{
39-
"--dynamic-config-value", "nexusoperation.enableStandalone=true",
40-
"--dynamic-config-value", "history.enableChasmCallbacks=true",
36+
Version: "v1.7.4-standalone-nexus-operations",
4137
},
4238
})
4339
require.NoError(t, err)

0 commit comments

Comments
 (0)