-
Notifications
You must be signed in to change notification settings - Fork 229
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update -> Public Preview in OSS (#3110)
- Loading branch information
1 parent
9f70019
commit 061481d
Showing
1 changed file
with
1 addition
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -129,7 +129,7 @@ Signal-With-Start is a great tool for lazily initializing Workflows. When you se | |
:::tip Support, stability, and dependency info | ||
|
||
- In [Public Preview](/evaluate/development-production-features/release-stages#public-preview) in Temporal Cloud. | ||
- Coming soon: Available in Public Preview as of Open Source Temporal Server version 1.25. (Available in [Pre-release](/evaluate/development-production-features/release-stages#pre-release) as of [v1.21](https://github.com/temporalio/temporal/releases/tag/v1.21.0)) | ||
- In [Public Preview](/evaluate/development-production-features/release-stages#public-preview) in Open Source Temporal Server since [v1.25.0](https://github.com/temporalio/temporal/releases/tag/v1.25.0) | ||
- Available in [Go SDK](https://pkg.go.dev/go.temporal.io/[email protected]/client#Client.UpdateWorkflow) since [v1.28.0](https://github.com/temporalio/sdk-go/releases/tag/v1.28.0) | ||
- Available in [Java SDK](https://www.javadoc.io/doc/io.temporal/temporal-sdk/latest/io/temporal/client/WorkflowStub.html#startUpdate(io.temporal.client.UpdateOptions,java.lang.Object...)) since [v1.25.0](https://github.com/temporalio/sdk-java/releases/tag/v1.25.0) | ||
- Available in [Python SDK](/develop/python/message-passing#send-update-from-client) since [v1.7.0](https://github.com/temporalio/sdk-python/releases/tag/1.7.0) | ||
|
@@ -360,7 +360,6 @@ Use these links to see a simple update handler. | |
<RelatedReadItem path="/develop/php/message-passing#handle-updates" text="Handle Updates in PHP" archetype="feature-guide" /> | ||
</RelatedReadContainer> | ||
|
||
|
||
### Writing Query Handlers {#writing-query-handlers} | ||
|
||
Author queries using these per-language guides. | ||
|