releases.shpreview

v1.44.0

(Experimental) Stand Alone Nexus Operations

NOTE: Stand Alone Nexus Operation Support is experimental and currently only supported on pre-release versions of the [dev server](https://github.com/temporalio/cli/releases/tag/v1.7.1-standalone-nexus-operations).

Added support for Stand Alone Nexus Operations, allowing clients to start and manage Nexus operations directly outside of a Workflow. Operations can be tracked through a NexusOperationHandle that supports getting results, describing, cancelling, and terminating executions. The client also exposes ListNexusOperations, CountNexusOperations, and GetNexusOperationHandle for discovering and reattaching to running operations.

Documentation, Samples, and instructions to request enablement in Temporal Cloud will be linked here when available.

SDK Flag SDKFlagMemoUserDCEncode has been enabled by default

Memo's previously didn't use the user data converter, now the SDK will first use the user data converter, and if user DC errors out, the default DC will be used as a fallback. If that also returns an error, the user DC error will be returned to the caller.

Note that old histories before this flag was flipped on will continue to use the old code path of not using the user DC.

What's Changed

New Contributors

Full Changelog: https://github.com/temporalio/sdk-go/compare/v1.43.0...v1.44.0

Fetched May 22, 2026