Releases: microsoft/durabletask-dotnet
v1.13.0
What's Changed
- Add orchestration execution tracing by @philliphoff in #441
New Contributors
- @philliphoff made their first contribution in #441
Full Changelog: v1.12.0...v1.13.0
Links
Microsoft.DurableTask.Grpc v1.13.0 nuget.org
Microsoft.DurableTask.Abstractions v1.13.0 nuget.org
Microsoft.DurableTask.Client v1.13.0 nuget.org
Microsoft.DurableTask.Worker v1.13.0 nuget.org
Microsoft.DurableTask.Worker.Grpc v1.13.0 nuget.org
Microsoft.DurableTask.Client.Grpc v1.13.0 nuget.org
Microsoft.DurableTask.Client.OrchestrationServiceClientShim v1.13.0 nuget.org
Microsoft.DurableTask.Client.AzureManaged v1.13.0-preview.1 nuget.org
Microsoft.DurableTask.Worker.AzureManaged v1.13.0-preview.1 nuget.org
Microsoft.DurableTask.ScheduledTasks v1.13.0-preview.1 nuget.org
Microsoft.DurableTask.Analyzers v0.1.0
We’re excited to introduce the first release of the Microsoft.DurableTask.Analyzers package — a Roslyn analyzer project designed to enhance the development experience when working with the Durable Task framework and to ensure that orchestrators adhere to the expected code constraints.
The shipped analyzer rules can be found here.
Special thanks to @allantargino for his significant contributions to the design and implementation of this analyzer package!
v1.12.0
What's Changed
- Activity tag support by @YunchuWang in #426
- Adding Microsoft.DurableTask.Analyzer v0.1.0 to build and release by @bachuv in #444
- Add ability to filter orchestrations at worker by @halspang in #443
- Add System.Text.Json to Shared.csproj by @andystaples in #448
- Removing breaking change for TaskOptions by @sophiatev in #446
- Expose gRPC client retry options by @halspang in #447
Full Changelog: v1.11.0...v1.12.0
Links
Microsoft.DurableTask.Grpc v1.12.0 nuget.org
Microsoft.DurableTask.Abstractions v1.12.0 nuget.org
Microsoft.DurableTask.Client v1.12.0 nuget.org
Microsoft.DurableTask.Worker v1.12.0 nuget.org
Microsoft.DurableTask.Worker.Grpc v1.12.0 nuget.org
Microsoft.DurableTask.Client.Grpc v1.12.0 nuget.org
Microsoft.DurableTask.Client.OrchestrationServiceClientShim v1.12.0 nuget.org
Microsoft.DurableTask.Client.AzureManaged v1.12.0-preview.1 nuget.org
Microsoft.DurableTask.Worker.AzureManaged v1.12.0-preview.1 nuget.org
Microsoft.DurableTask.ScheduledTasks v1.12.0-preview.1 nuget.org
v1.11.0
What's Changed
- Add retries to WaitForInstanceCompletion by @halspang in #412
- Update logging for task hub NotFound by @halspang in #413
- Add User-Agent Header to gRPC Metadata by @torosent in #417
- Enrich User-Agent Header in gRPC Metadata to indicate Client or Worker as caller by @YunchuWang in #421
- Add New Property
Properties
to TaskOrchestrationContext by @nytian in #415 - Change DTS user agent metadata to avoid overlap with gRPC user agent by @berndverst in #423
- Add extension methods for registering entities by type by @cgillum in #427
- Add version to TaskName by @halspang in #416
- Update sub-orchestration default versioning by @halspang in #437
- Distributed Tracing for Entities (Isolated) by @sophiatev in #404
New Contributors
- @berndverst made their first contribution in #423
- @sophiatev made their first contribution in #404
Full Changelog: v1.10.0...v1.11.0
v1.10.0
v1.9.1
v1.9.0
What's Changed
- Fix schedule sample logging setup by @YunchuWang in #392
- Introduce versioning to the DurableTaskClient by @halspang in #393
- Support for local credential types for DTS by @cgillum in #396
- Add utilities for easier versioning usage by @halspang in #394
- Add tags to CreateInstanceRequest by @torosent in #397
- Partial Purge Support by @YunchuWang in #400
- Dts Grpc client retry support by @YunchuWang in #403
- Introduce orchestration versioning into worker by @halspang in #401
New Contributors
Full Changelog: v1.8.1...v1.9.0
v1.8.1
v1.8.0
What's Changed
- feat: Schedule Support by @YunchuWang in #368
- Fix entity response bug by @andystaples in #388
Full Changelog: v1.7.0...v1.8.0