Download Latest Version 1.17.0 source code.zip (2.1 MB)
Email in envelope

Get an email when there's a new version of SDK .NET

Home / 1.15.0
Name Modified Size InfoDownloads / Week
Parent folder
1.15.0 source code.tar.gz 2026-06-03 1.5 MB
1.15.0 source code.zip 2026-06-03 2.0 MB
README.md 2026-06-03 7.0 kB
Totals: 3 Items   3.5 MB 0

Breaking Changes

:boom: Outbound Workflow Interceptor Nexus Operation Types and Methods Renamed

  • On WorkflowOutboundInterceptor type, StartNexusOperationAsync method renamed to ScheduleNexusOperationAsync
  • StartNexusOperationInput type renamed to ScheduleNexusOperationInput

Highlights

Standalone Nexus Operations (Experimental)

Added support for Standalone Nexus Operations, allowing clients to start and manage Nexus operations directly outside of a Workflow. Documentation, Samples, and instructions to request enablement in Temporal Cloud will be linked here when available.

Standalone Nexus Operations is experimental and currently only supported on pre-release versions of the dev server.

:warning: Possible Local Activity Behavioral Difference

This release includes a bugfix in the Core library that changes incorrect behavior that may have unintentionally worked previously. Specifically, local activities that start running, and continue running while their associated workflow was evicted from the cache, could possibly be "re-attached" to the workflow if it was recreated before they finished. This behavior was unsound. Now, any running local activities are invalidated when a workflow is evicted. This change was really only likely to be encountered if you were running with the workflow cache disabled, which we never recommend doing.

What's Changed

SDK Core Update

Updated from https://github.com/temporalio/sdk-rust/commit/a0ad8769d99a4432594d102efebb527d4bf5328f to https://github.com/temporalio/sdk-rust/commit/6a8355ac4c49884433b0502f31bddace0c6ce884

New Contributors

Full Changelog: https://github.com/temporalio/sdk-dotnet/compare/1.14.1...1.15.0

Source: README.md, updated 2026-06-03