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 55- Added ` SuspendInstanceAsync ` and ` ResumeInstanceAsync ` to ` DurableTaskClient ` .
66- Rename ` DurableTaskClient ` methods
77 - ` TerminateAsync ` -> ` TerminateInstanceAsync `
8- - ` PurgeInstances ` -> ` PurgeAllInstancesAsync `
98 - ` PurgeInstanceMetadataAsync ` -> ` PurgeInstanceAsync `
9+ - ` PurgeInstances ` -> ` PurgeAllInstancesAsync `
1010 - ` GetInstanceMetadataAsync ` -> ` GetInstanceAsync `
1111 - ` GetInstances ` -> ` GetAllInstancesAsync `
1212- ` TaskOrchestrationContext.CreateReplaySafeLogger ` now creates ` ILogger ` directly (as opposed to wrapping an existing ` ILogger ` ).
1616- Input is now an optional parameter on ` TaskOrchestrationContext.ContinueAsNew `
1717- Multi-target gRPC projects to now use ` Grpc.Net.Client ` when appropriate (.NET6.0 and up)
1818
19+ * Note: ` Microsoft.DurableTask.Generators ` is remaining as ` preview.1 ` .*
20+
1921## v1.0.0-rc.1
2022
2123### Included Packages
Original file line number Diff line number Diff line change 99 <!-- Version info -->
1010 <PropertyGroup >
1111 <VersionPrefix >1.0.0</VersionPrefix >
12- <VersionSuffix >rc.1</VersionSuffix >
1312 </PropertyGroup >
1413
1514 <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
1111 <!-- Version info -->
1212 <PropertyGroup >
1313 <VersionPrefix >1.0.0</VersionPrefix >
14- <VersionSuffix >rc.1</VersionSuffix >
1514 </PropertyGroup >
1615
1716 <ItemGroup >
Original file line number Diff line number Diff line change 99 <!-- Version info -->
1010 <PropertyGroup >
1111 <VersionPrefix >1.0.0</VersionPrefix >
12- <VersionSuffix >rc.1</VersionSuffix >
1312 </PropertyGroup >
1413
1514 <ItemGroup >
Original file line number Diff line number Diff line change 88 <!-- Version info -->
99 <PropertyGroup >
1010 <VersionPrefix >1.0.0</VersionPrefix >
11- <VersionSuffix >rc.1</VersionSuffix >
1211 </PropertyGroup >
1312
1413 <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
1111 <!-- Version info -->
1212 <PropertyGroup >
1313 <VersionPrefix >1.0.0</VersionPrefix >
14- <VersionSuffix >rc.1</VersionSuffix >
1514 </PropertyGroup >
1615
1716 <ItemGroup >
Original file line number Diff line number Diff line change 99 <!-- Version info -->
1010 <PropertyGroup >
1111 <VersionPrefix >1.0.0</VersionPrefix >
12- <VersionSuffix >rc.1</VersionSuffix >
1312 </PropertyGroup >
1413
1514 <ItemGroup >
You can’t perform that action at this time.
0 commit comments