Skip to content

v1.0.1

Choose a tag to compare

@jviau jviau released this 15 Feb 20:04
· 248 commits to main since this release
c9de799

This release contains a few minor fixes and the new Microsoft.DurableTask.Client.OrchestrationServiceShimClient package.

Changes

Microsoft.DurableTask.Client

  • Fix incorrect bounds check on PurgeResult
  • Address typo for DurableTaskClient.GetInstancesAsync (incorrectly pluralized)
    • Added GetInstanceAsync
    • Hide GetInstancesAsync from editor

Microsoft.DurableTask.Client.OrchestrationServiceShimClient

  • Initial release of this package
  • Allows for connecting directly to a task hub via DurableTask.Core.IOrchestratrionServiceClient

NuGet Packages

Microsoft.DurableTask.Abstractions v1.0.1
Microsoft.DurableTask.Client v1.0.1
Microsoft.DurableTask.Client.Grpc v1.0.1
Microsoft.DurableTask.Client.OrchestrationServiceShimClient v1.0.1
Microsoft.DurableTask.Worker v1.0.1
Microsoft.DurableTask.Worker.Grpc v1.0.1
Microsoft.DurableTask.Grpc v1.0.1

Commits Summary

  • Updated PurgeResult to prevent exceptions by @jhueppauff in #115
  • Update readme.md and func samples with recent changes by @jviau in #114
  • Add GetInstanceAsync overload to address plural typo by @jviau in #118
  • Add Client.OrchestrationServiceClientShim by @jviau in #102
  • Update samples packages to 1.0.0 by @jviau in #122
  • Refactoring/organization of release steps by @jviau in #125
  • Fix ADO yaml whitespace by @jviau in #126
  • Fix SBOM inclusion in Client & Worker packages by @jviau in #128

New Contributors

Full Changelog: v1.0.0...v1.0.1