Skip to content

1.10.0

Choose a tag to compare

@jmaeagle99 jmaeagle99 released this 13 Jan 17:04
bdf68ba

Highlights

Plugins

Plugins are a new way of providing easy configuration of workers and clients. See PR #548 and the plugins guide for more details.

Windows arm64 Support

The .NET SDK now supports running on Windows arm64 machines. See PR #541 for more details.

πŸ’₯ BREAKING BEHAVIOR CHANGE - TLS is assumed if API key is set.

When TemporalConnectionOptions.ApiKey is set, TLS is automatically enabled. To explicitly disable TLS when an API key is provided, set the TemporalConnectionOptions.Tls property to a TlsOption instance with Disabled set to true. See PR #567 for more details.

πŸ’₯ MINOR BREAKING CHANGE - Core bridge library rename

The core bridge library has been renamed to temporalio_sdk_core_c_bridge.dll on Windows, libtemporalio_sdk_core_c_bridge.dylib on MacOS, and libtemporalio_sdk_core_c_bridge.so on Linux. See PR #570 for more details.

πŸ’₯ MINOR BREAKING CHANGE - ClientEnvConfig namespace change

Moved ClientEnvConfig from Temporalio.Client.EnvConfig to Temporalio.Common.EnvConfig. See PR #545 for more details.

What's Changed

SDK Core Update

Updated from temporalio/sdk-rust@079d1f3 to temporalio/sdk-rust@372b270

New Contributors

Full Changelog: 1.9.0...1.10.0