Skip to content

Commit

Permalink
Update -> Public Preview in OSS
Browse files Browse the repository at this point in the history
  • Loading branch information
drewhoskins-temporal committed Sep 26, 2024
1 parent 9f70019 commit 2107a64
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/encyclopedia/application-message-passing.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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.
Expand Down

0 comments on commit 2107a64

Please sign in to comment.