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.16.0
Name Modified Size InfoDownloads / Week
Parent folder
1.16.0 source code.tar.gz 2026-07-01 1.6 MB
1.16.0 source code.zip 2026-07-01 2.0 MB
README.md 2026-07-01 7.5 kB
Totals: 3 Items   3.6 MB 0

Notable Changes

Added

  • Added TemporalConnectionOptions.GrpcCompression to control transport-level gRPC compression for all calls made over the connection. Use GrpcCompression.Gzip to compress or GrpcCompression.None to opt out. The default is GrpcCompression.None.
  • Nexus operation link propagation. When a Nexus operation handler issues an outbound RPC (signal, signal-with-start, or starting a workflow), the inbound Nexus request links are now forwarded onto the target workflow so its history events link back to the caller, and the link the server returns for that event is attached to the caller workflow's Nexus operation history event. This makes the caller and callee mutually navigable in the UI for both workflow-based and standalone Nexus operations.
  • Exposed BackoffStartInterval for continue-as-new, to allow the new workflow to start after a delay.

Changed

  • Reduced CPU usage of type-safe calls (e.g. ExecuteChildWorkflowAsync(wf => wf.RunAsync(arg))) by evaluating non-constant arguments via expression interpretation instead of full IL compilation, when supported by the runtime.

SDK Core Update

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

What's Changed

New Contributors

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

Source: README.md, updated 2026-07-01