Skip to content

Commit 2156b63

Browse files
authored
Update CHANGELOG.md
1 parent 7ea9c0d commit 2156b63

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
# Changelog
22

3-
## (Unreleased)
3+
## v1.11.0
44

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))
77
- Add specific logging for NotFound error on worker connection by @halspang in ([#413](https://github.com/microsoft/durabletask-dotnet/pull/413))
88
- Add user agent header to gRPC called in ([#417](https://github.com/microsoft/durabletask-dotnet/pull/417))
99
- Enrich User-Agent Header in gRPC Metadata to indicate Client or Worker as caller ([#421](https://github.com/microsoft/durabletask-dotnet/pull/421))
1010
- Add extension methods for registering entities by type ([#427](https://github.com/microsoft/durabletask-dotnet/pull/427))
1111
- 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))
1218

1319
## v1.10.0
1420

0 commit comments

Comments
 (0)