v1.0.1
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
GetInstancesAsyncfrom editor
- Added
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
- @jhueppauff made their first contribution in #115
Full Changelog: v1.0.0...v1.0.1