From 2c7c91d94124ec7625e991a8340592350d7a3bbe Mon Sep 17 00:00:00 2001 From: Phil Prasek Date: Fri, 20 Feb 2026 08:18:57 -0800 Subject: [PATCH 1/2] Python support for Nexus to GA Signed-off-by: Phil Prasek --- docs/develop/python/temporal-nexus.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/develop/python/temporal-nexus.mdx b/docs/develop/python/temporal-nexus.mdx index 289c2b852f..2f77c974cc 100644 --- a/docs/develop/python/temporal-nexus.mdx +++ b/docs/develop/python/temporal-nexus.mdx @@ -18,11 +18,7 @@ import { CaptionedImage } from '@site/src/components'; :::tip SUPPORT, STABILITY, and DEPENDENCY INFO -Temporal Python SDK support for Nexus is at [Public Preview](/evaluate/development-production-features/release-stages#public-preview). - -Features in public preview may undergo further development and testing before they are made Generally Available. -These features are being refined and are recommended for production usage. -The APIs may undergo changes; however, Temporal's goal is to maintain backward compatibility. +Temporal Python SDK support for Nexus is now [Generally Available](/evaluate/development-production-features/release-stages#general-availability). ::: From 5bc1b25cdd55a195beb1b40df32a36a9b7302369 Mon Sep 17 00:00:00 2001 From: Phil Prasek Date: Fri, 20 Feb 2026 08:56:27 -0800 Subject: [PATCH 2/2] update evaluate page to include python and other SDKs Signed-off-by: Phil Prasek --- .../temporal-nexus.mdx | 37 +++++++++++-------- 1 file changed, 21 insertions(+), 16 deletions(-) diff --git a/docs/evaluate/development-production-features/temporal-nexus.mdx b/docs/evaluate/development-production-features/temporal-nexus.mdx index 9261274fe5..7c0842f3eb 100644 --- a/docs/evaluate/development-production-features/temporal-nexus.mdx +++ b/docs/evaluate/development-production-features/temporal-nexus.mdx @@ -50,21 +50,6 @@ Nexus supports cross-team, cross-domain, cross-namespace, multi-region, and mult Unlike other forms of inter-service communication, Nexus combines a familiar programming model with the resiliency of the Temporal Platform and its queue-based Worker architecture. -Use the following decision tree to help determine if Nexus is right for your use case: - -
- - - -
- ### Benefits - **Integrated Temporal experience** \- with improved security, observability, and reliability. @@ -143,6 +128,23 @@ Use the following decision tree to help determine if Nexus is right for your use - Restrict which callers can use a Nexus Endpoint, with built-in Endpoint access controls. - Stream audit logs including Nexus Registry actions to create, update, or delete Endpoints. +## Should I use Nexus? + +Use the following decision tree to help determine if Nexus is right for your use case: + +
+ + + +
+ ## Learn more To connect with the Nexus community, join the [#nexus](https://temporalio.slack.com/archives/C07LQN0JK9B) channel in [Temporal Slack](https://t.mp/slack). @@ -154,6 +156,9 @@ To connect with the Nexus community, join the [#nexus](https://temporalio.slack. + + + - + \ No newline at end of file