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
+19-17Lines changed: 19 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,13 @@
2
2
3
3
## (Unreleased)
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
+
- Change user-agent header to x-user-agent ([#422](https://github.com/microsoft/durabletask-dotnet/pull/422))
6
+
- Add New Property Properties to TaskOrchestrationContext by @nytian in ([#415](https://github.com/microsoft/durabletask-dotnet/pull/415))
7
+
- Add automatic retry on gateway timeout in `GrpcDurableTaskClient.WaitForInstanceCompletionAsync` in ([#412](https://github.com/microsoft/durabletask-dotnet/pull/412))
7
8
- Add specific logging for NotFound error on worker connection by @halspang in ([#413](https://github.com/microsoft/durabletask-dotnet/pull/413))
8
9
- Add user agent header to gRPC called in ([#417](https://github.com/microsoft/durabletask-dotnet/pull/417))
9
10
- Enrich User-Agent Header in gRPC Metadata to indicate Client or Worker as caller ([#421](https://github.com/microsoft/durabletask-dotnet/pull/421))
11
+
10
12
## v1.10.0
11
13
12
14
- Update DurableTask.Core to v3.1.0 and Bump version to v1.10.0 by @nytian in ([#411](https://github.com/microsoft/durabletask-dotnet/pull/411))
@@ -88,7 +90,7 @@
88
90
89
91
### Microsoft.DurableTask.Client
90
92
91
-
- Fix filter not being passed along in `PurgeAllInstancesAsync` (https://github.com/microsoft/durabletask-dotnet/pull/289)
93
+
- Fix filter not being passed along in `PurgeAllInstancesAsync` (<https://github.com/microsoft/durabletask-dotnet/pull/289>)
92
94
93
95
### Microsoft.DurableTask.Abstractions
94
96
@@ -104,11 +106,11 @@
104
106
105
107
### Microsoft.DurableTask.Client
106
108
107
-
- Fix typo in `PurgeInstanceAsync` in `DurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/264)
109
+
- Fix typo in `PurgeInstanceAsync` in `DurableTaskClient` (<https://github.com/microsoft/durabletask-dotnet/pull/264>)
108
110
109
111
## v1.2.0
110
112
111
-
- Adds support to recursively terminate/purge sub-orchestrations in `GrpcDurableTaskClient` (https://github.com/microsoft/durabletask-dotnet/pull/262)
113
+
- Adds support to recursively terminate/purge sub-orchestrations in `GrpcDurableTaskClient` (<https://github.com/microsoft/durabletask-dotnet/pull/262>)
112
114
113
115
## v1.1.1
114
116
@@ -134,23 +136,23 @@ Adds support for durable entities. Learn more [here](https://learn.microsoft.com
134
136
135
137
### Microsoft.DurableTask.Abstractions
136
138
137
-
- Microsoft.Azure.DurableTask.Core dependency increased to `2.15.0` (https://github.com/microsoft/durabletask-dotnet/pull/212)
139
+
- Microsoft.Azure.DurableTask.Core dependency increased to `2.15.0` (<https://github.com/microsoft/durabletask-dotnet/pull/212>)
138
140
139
141
### Microsoft.DurableTask.Worker
140
142
141
-
- Fix re-encoding of events when using `TaskOrchestrationContext.ContinueAsNew(preserveUnprocessedEvents: true)` (https://github.com/microsoft/durabletask-dotnet/pull/212)
143
+
- Fix re-encoding of events when using `TaskOrchestrationContext.ContinueAsNew(preserveUnprocessedEvents: true)` (<https://github.com/microsoft/durabletask-dotnet/pull/212>)
142
144
143
145
## v1.0.4
144
146
145
147
### Microsoft.DurableTask.Worker
146
148
147
-
- Fix handling of concurrent external events with the same name (https://github.com/microsoft/durabletask-dotnet/pull/194)
149
+
- Fix handling of concurrent external events with the same name (<https://github.com/microsoft/durabletask-dotnet/pull/194>)
148
150
149
151
## v1.0.3
150
152
151
153
### Microsoft.DurableTask.Worker
152
154
153
-
- Fix instance ID not being passed in when using retry policy (https://github.com/microsoft/durabletask-dotnet/issues/174)
155
+
- Fix instance ID not being passed in when using retry policy (<https://github.com/microsoft/durabletask-dotnet/issues/174>)
154
156
155
157
### Microsoft.DurableTask.Worker.Grpc
156
158
@@ -172,18 +174,18 @@ Adds support for durable entities. Learn more [here](https://learn.microsoft.com
172
174
173
175
- Fix incorrect bounds check on `PurgeResult`
174
176
- Address typo for `DurableTaskClient.GetInstancesAsync` (incorrectly pluralized)
175
-
- Added `GetInstanceAsync`
176
-
- Hide `GetInstancesAsync` from editor
177
+
- Added `GetInstanceAsync`
178
+
- Hide `GetInstancesAsync` from editor
177
179
178
180
## v1.0.0
179
181
180
182
- Added `SuspendInstanceAsync` and `ResumeInstanceAsync` to `DurableTaskClient`.
0 commit comments