Skip to content

1.11.0

Choose a tag to compare

@jmaeagle99 jmaeagle99 released this 11 Feb 19:57
· 37 commits to main since this release
392e93e

Highlights

Linux musl arm64 Support

The .NET SDK now supports running on Linux musl arm64 installations. See PR #598 for more details.

Client Environment Configuration General Availability

The client environment configuration feature is no longer experimental and is now generally available. See PR #605 for more details.

Deployment-Based Worker Versioning General Availability

The deployment-based worker versioning feature is no longer experimental and is now generally available. The older style worker deployment APIs have been marked as obsolete. See PR #605 and documentation at https://docs.temporal.io/worker-deployments for more details.

What's Changed

  • Fix: load TLS certs from path if specified by @THardy98 in #596
  • chore(RID): add musl-arm-64 RID build support #597 by @tomflenner in #598
  • Fix TemporalWorker::ExecuteAsync(Func) swallowing exceptions by @adeal in #600
  • Make search attribute type more lenient when parsing by @cretz in #604
  • Remove experimental warning for worker deployment versioning and envconfig by @THardy98 in #605
  • Add IsReplayingHistoryEvents to allow logging in queries and validators by @cretz in #594
  • Update version to 1.11.0 by @jmaeagle99 in #607

New Contributors

Full Changelog: 1.10.0...1.11.0