Skip to content

Commit 0be39c8

Browse files
authored
Prepare for v1 release. (#113)
1 parent fec3f7a commit 0be39c8

File tree

7 files changed

+3
-7
lines changed

7 files changed

+3
-7
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
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`).
@@ -16,6 +16,8 @@
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

src/Abstractions/Abstractions.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<!-- Version info -->
1010
<PropertyGroup>
1111
<VersionPrefix>1.0.0</VersionPrefix>
12-
<VersionSuffix>rc.1</VersionSuffix>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

src/Client/Core/Client.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

src/Client/Grpc/Client.Grpc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<!-- Version info -->
1010
<PropertyGroup>
1111
<VersionPrefix>1.0.0</VersionPrefix>
12-
<VersionSuffix>rc.1</VersionSuffix>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

src/Grpc/Grpc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
<!-- Version info -->
99
<PropertyGroup>
1010
<VersionPrefix>1.0.0</VersionPrefix>
11-
<VersionSuffix>rc.1</VersionSuffix>
1211
</PropertyGroup>
1312

1413
<ItemGroup>

src/Worker/Core/Worker.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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>

src/Worker/Grpc/Worker.Grpc.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<!-- Version info -->
1010
<PropertyGroup>
1111
<VersionPrefix>1.0.0</VersionPrefix>
12-
<VersionSuffix>rc.1</VersionSuffix>
1312
</PropertyGroup>
1413

1514
<ItemGroup>

0 commit comments

Comments
 (0)