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.17.0
Name Modified Size InfoDownloads / Week
Parent folder
1.17.0 source code.tar.gz 2026-07-10 1.6 MB
1.17.0 source code.zip 2026-07-10 2.1 MB
README.md 2026-07-10 4.9 kB
Totals: 3 Items   3.7 MB 1

Notable Changes

Added

  • Added experimental AWS Lambda worker support packages, including OpenTelemetry helpers for Lambda workers.
  • Added experimental workflow-side Workflow.SignalWithStartWorkflowAsync support.

Changed

  • Changed the default TemporalConnectionOptions.GrpcCompression to GrpcCompression.Gzip, so connections now compress outbound requests and accept gzip-compressed responses by default. If the remote service does not support gzip compression, the connection is downgraded to uncompressed requests. Set it to GrpcCompression.None to opt out.

Fixed

  • Fixed ClientEnvConfig empty OverrideEnvVars handling so an explicit empty dictionary no longer falls back to process environment variables.
  • Fixed ClientEnvConfig TLS-disabled profiles to preserve disabled TLS in connection options.
  • OTLP metric export failures are now logged through Core telemetry when OpenTelemetry's periodic metric reader reports an export error.
  • Worker heartbeat now samples host CPU/memory at the heartbeat interval (only when enabled) rather than every 100ms.

What's Changed

SDK Core Update

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

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

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