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