You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-3Lines changed: 9 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,20 @@
1
1
# Changelog
2
2
3
-
## (Unreleased)
3
+
## v1.11.0
4
4
5
-
- Add New Property Properties to TaskOrchestrationContext by @nytian in [#415](https://github.com/microsoft/durabletask-dotnet/pull/415)
6
-
- Add automatic retry on gateway timeout in `GrpcDurableTaskClient.WaitForInstanceCompletionAsync` in [#412](https://github.com/microsoft/durabletask-dotnet/pull/412))
5
+
- Add New Property Properties to TaskOrchestrationContext by @nytian in ([#415](https://github.com/microsoft/durabletask-dotnet/pull/415))
6
+
- Add automatic retry on gateway timeout in `GrpcDurableTaskClient.WaitForInstanceCompletionAsync` in ([#412](https://github.com/microsoft/durabletask-dotnet/pull/412))
7
7
- Add specific logging for NotFound error on worker connection by @halspang in ([#413](https://github.com/microsoft/durabletask-dotnet/pull/413))
8
8
- Add user agent header to gRPC called in ([#417](https://github.com/microsoft/durabletask-dotnet/pull/417))
9
9
- Enrich User-Agent Header in gRPC Metadata to indicate Client or Worker as caller ([#421](https://github.com/microsoft/durabletask-dotnet/pull/421))
10
10
- Add extension methods for registering entities by type ([#427](https://github.com/microsoft/durabletask-dotnet/pull/427))
11
11
- Add TaskVersion and utilize it for version overrides when starting orchestrations ([#416](https://github.com/microsoft/durabletask-dotnet/pull/416))
12
+
- Distributed Tracing for Entities (Isolated) by @sophiatev in (https://github.com/microsoft/durabletask-dotnet/pull/404)
13
+
- Change DTS user agent metadata to avoid overlap with gRPC user agent by @berndverst in (https://github.com/microsoft/durabletask-dotnet/pull/423)
14
+
- Update sub-orchestration default versioning by @halspang in (https://github.com/microsoft/durabletask-dotnet/pull/437)
15
+
- Component governance fixes by @cgillum in ([#435](https://github.com/microsoft/durabletask-dotnet/pull/435))
16
+
- Update pipelines for release testing by @vabachu in ([#431](https://github.com/microsoft/durabletask-dotnet/pull/431))
17
+
- Update pipelines for testing entities changes by @sophiatev in ([#433](https://github.com/microsoft/durabletask-dotnet/pull/433)) and ([#434](https://github.com/microsoft/durabletask-dotnet/pull/434))
0 commit comments