|
4 | 4 |
|
5 | 5 | ## v1.12.0 |
6 | 6 |
|
7 | | -- Activity tag support by @YunchuWang in ([#426](https://github.com/microsoft/durabletask-dotnet/pull/426)) |
8 | | -- Adding Analyzer to build and release by ([#444](https://github.com/microsoft/durabletask-dotnet/pull/444)) |
9 | | -- Add ability to filter orchestrations at worker by ([#443](https://github.com/microsoft/durabletask-dotnet/pull/443)) |
| 7 | +- Activity tag support ([#426](https://github.com/microsoft/durabletask-dotnet/pull/426)) |
| 8 | +- Adding Analyzer to build and release ([#444](https://github.com/microsoft/durabletask-dotnet/pull/444)) |
| 9 | +- Add ability to filter orchestrations at worker ([#443](https://github.com/microsoft/durabletask-dotnet/pull/443)) |
| 10 | +- Removing breaking change for TaskOptions ([#446](https://github.com/microsoft/durabletask-dotnet/pull/446)) |
10 | 11 |
|
11 | 12 | ## v1.11.0 |
12 | 13 |
|
13 | | -- Add New Property Properties to TaskOrchestrationContext by @nytian in ([#415](https://github.com/microsoft/durabletask-dotnet/pull/415)) |
14 | | -- Add automatic retry on gateway timeout in `GrpcDurableTaskClient.WaitForInstanceCompletionAsync` in ([#412](https://github.com/microsoft/durabletask-dotnet/pull/412)) |
15 | | -- Add specific logging for NotFound error on worker connection by @halspang in ([#413](https://github.com/microsoft/durabletask-dotnet/pull/413)) |
16 | | -- Add user agent header to gRPC called in ([#417](https://github.com/microsoft/durabletask-dotnet/pull/417)) |
| 14 | +- Add New Property Properties to TaskOrchestrationContext ([#415](https://github.com/microsoft/durabletask-dotnet/pull/415)) |
| 15 | +- Add automatic retry on gateway timeout in `GrpcDurableTaskClient.WaitForInstanceCompletionAsync` ([#412](https://github.com/microsoft/durabletask-dotnet/pull/412)) |
| 16 | +- Add specific logging for NotFound error on worker connection ([#413](https://github.com/microsoft/durabletask-dotnet/pull/413)) |
| 17 | +- Add user agent header to gRPC called ([#417](https://github.com/microsoft/durabletask-dotnet/pull/417)) |
17 | 18 | - Enrich User-Agent Header in gRPC Metadata to indicate Client or Worker as caller ([#421](https://github.com/microsoft/durabletask-dotnet/pull/421)) |
18 | | -- Change DTS user agent metadata to avoid overlap with gRPC user agent by ([#423](https://github.com/microsoft/durabletask-dotnet/pull/423)) |
| 19 | +- Change DTS user agent metadata to avoid overlap with gRPC user agent ([#423](https://github.com/microsoft/durabletask-dotnet/pull/423)) |
19 | 20 | - Add extension methods for registering entities by type ([#427](https://github.com/microsoft/durabletask-dotnet/pull/427)) |
20 | 21 | - Add TaskVersion and utilize it for version overrides when starting orchestrations ([#416](https://github.com/microsoft/durabletask-dotnet/pull/416)) |
21 | 22 | - Update sub-orchestration default versioning ([#437](https://github.com/microsoft/durabletask-dotnet/pull/437)) |
|
0 commit comments