| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| 1.14.1 source code.tar.gz | 2026-05-14 | 1.5 MB | |
| 1.14.1 source code.zip | 2026-05-14 | 1.9 MB | |
| README.md | 2026-05-14 | 2.8 kB | |
| Totals: 3 Items | 3.5 MB | 0 | |
Highlights
DNS Load Balancing Configuration
A new load balancing feature was added in https://github.com/temporalio/sdk-rust/pull/1212 which has caused networking issues in certain networking setups. This is now disabled by default and options have been added to enable it in https://github.com/temporalio/sdk-dotnet/pull/689.
What's Changed
- Skip cloud tests on dependabot PRs by @jmaeagle99 in https://github.com/temporalio/sdk-dotnet/pull/668
- Bump actions/upload-artifact from 7.0.0 to 7.0.1 by @dependabot[bot] in https://github.com/temporalio/sdk-dotnet/pull/658
- ci(test-reports): add test reports to PR checks. this also fixes an issue where test reports were not being uploaded as artifacts. by @cconstable in https://github.com/temporalio/sdk-dotnet/pull/669
- CaN USE_RAMPING_VERSION versioning behaviour by @THardy98 in https://github.com/temporalio/sdk-dotnet/pull/670
- ci: overwrite uploaded artifacts for ci jobs. by @cconstable in https://github.com/temporalio/sdk-dotnet/pull/671
- chore: remove coverlet.collector package by @jmaeagle99 in https://github.com/temporalio/sdk-dotnet/pull/678
- feat(dns): add DNS load balancing options by @jmaeagle99 in https://github.com/temporalio/sdk-dotnet/pull/689
- test(client): fix race in activity interceptor test by @jmaeagle99 in https://github.com/temporalio/sdk-dotnet/pull/693
- chore(release): update version to 1.14.1 by @jmaeagle99 in https://github.com/temporalio/sdk-dotnet/pull/692
SDK Core Update
Updated from https://github.com/temporalio/sdk-rust/commit/a9481aaec2b78aba39f15868e1fb12bc007f61da to https://github.com/temporalio/sdk-rust/commit/a0ad8769d99a4432594d102efebb527d4bf5328f
- feat(dns): add DNS load balancer settings to C bridge in https://github.com/temporalio/sdk-core/pull/1267
- Bump windows test leg to 20 minutes in https://github.com/temporalio/sdk-core/pull/1270
- chore: update readme to mention public preview in https://github.com/temporalio/sdk-core/pull/1262
- Add grpc-status trailers to fake gRPC responses in https://github.com/temporalio/sdk-core/pull/1257
- chore: remove unnecessary anyhow wrapping in https://github.com/temporalio/sdk-core/pull/1247
- Fix flaky shutdown test in https://github.com/temporalio/sdk-core/pull/1243
- fix(macros): drop anyhow dependency from workflow_methods expansion in https://github.com/temporalio/sdk-core/pull/1246
- chore: upgrade doc code to no_run in https://github.com/temporalio/sdk-core/pull/1242
New Contributors
- @dependabot[bot] made their first contribution in https://github.com/temporalio/sdk-dotnet/pull/658
- @cconstable made their first contribution in https://github.com/temporalio/sdk-dotnet/pull/669
Full Changelog: https://github.com/temporalio/sdk-dotnet/compare/1.14.0...1.14.1