File tree Expand file tree Collapse file tree 7 files changed +3
-7
lines changed Expand file tree Collapse file tree 7 files changed +3
-7
lines changed Original file line number Diff line number Diff line change 5
5
- Added ` SuspendInstanceAsync ` and ` ResumeInstanceAsync ` to ` DurableTaskClient ` .
6
6
- Rename ` DurableTaskClient ` methods
7
7
- ` TerminateAsync ` -> ` TerminateInstanceAsync `
8
- - ` PurgeInstances ` -> ` PurgeAllInstancesAsync `
9
8
- ` PurgeInstanceMetadataAsync ` -> ` PurgeInstanceAsync `
9
+ - ` PurgeInstances ` -> ` PurgeAllInstancesAsync `
10
10
- ` GetInstanceMetadataAsync ` -> ` GetInstanceAsync `
11
11
- ` GetInstances ` -> ` GetAllInstancesAsync `
12
12
- ` TaskOrchestrationContext.CreateReplaySafeLogger ` now creates ` ILogger ` directly (as opposed to wrapping an existing ` ILogger ` ).
16
16
- Input is now an optional parameter on ` TaskOrchestrationContext.ContinueAsNew `
17
17
- Multi-target gRPC projects to now use ` Grpc.Net.Client ` when appropriate (.NET6.0 and up)
18
18
19
+ * Note: ` Microsoft.DurableTask.Generators ` is remaining as ` preview.1 ` .*
20
+
19
21
## v1.0.0-rc.1
20
22
21
23
### Included Packages
Original file line number Diff line number Diff line change 9
9
<!-- Version info -->
10
10
<PropertyGroup >
11
11
<VersionPrefix >1.0.0</VersionPrefix >
12
- <VersionSuffix >rc.1</VersionSuffix >
13
12
</PropertyGroup >
14
13
15
14
<ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ The client is responsible for interacting with orchestrations from outside the w
11
11
<!-- Version info -->
12
12
<PropertyGroup >
13
13
<VersionPrefix >1.0.0</VersionPrefix >
14
- <VersionSuffix >rc.1</VersionSuffix >
15
14
</PropertyGroup >
16
15
17
16
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<!-- Version info -->
10
10
<PropertyGroup >
11
11
<VersionPrefix >1.0.0</VersionPrefix >
12
- <VersionSuffix >rc.1</VersionSuffix >
13
12
</PropertyGroup >
14
13
15
14
<ItemGroup >
Original file line number Diff line number Diff line change 8
8
<!-- Version info -->
9
9
<PropertyGroup >
10
10
<VersionPrefix >1.0.0</VersionPrefix >
11
- <VersionSuffix >rc.1</VersionSuffix >
12
11
</PropertyGroup >
13
12
14
13
<ItemGroup >
Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ The worker is responsible for processing durable task work items.</PackageDescri
11
11
<!-- Version info -->
12
12
<PropertyGroup >
13
13
<VersionPrefix >1.0.0</VersionPrefix >
14
- <VersionSuffix >rc.1</VersionSuffix >
15
14
</PropertyGroup >
16
15
17
16
<ItemGroup >
Original file line number Diff line number Diff line change 9
9
<!-- Version info -->
10
10
<PropertyGroup >
11
11
<VersionPrefix >1.0.0</VersionPrefix >
12
- <VersionSuffix >rc.1</VersionSuffix >
13
12
</PropertyGroup >
14
13
15
14
<ItemGroup >
You can’t perform that action at this time.
0 commit comments