Skip to content

Commit

Permalink
Prepare for v1 release. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
jviau authored Jan 26, 2023
1 parent fec3f7a commit 0be39c8
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
- Added `SuspendInstanceAsync` and `ResumeInstanceAsync` to `DurableTaskClient`.
- Rename `DurableTaskClient` methods
- `TerminateAsync` -> `TerminateInstanceAsync`
- `PurgeInstances` -> `PurgeAllInstancesAsync`
- `PurgeInstanceMetadataAsync` -> `PurgeInstanceAsync`
- `PurgeInstances` -> `PurgeAllInstancesAsync`
- `GetInstanceMetadataAsync` -> `GetInstanceAsync`
- `GetInstances` -> `GetAllInstancesAsync`
- `TaskOrchestrationContext.CreateReplaySafeLogger` now creates `ILogger` directly (as opposed to wrapping an existing `ILogger`).
Expand All @@ -16,6 +16,8 @@
- Input is now an optional parameter on `TaskOrchestrationContext.ContinueAsNew`
- Multi-target gRPC projects to now use `Grpc.Net.Client` when appropriate (.NET6.0 and up)

*Note: `Microsoft.DurableTask.Generators` is remaining as `preview.1`.*

## v1.0.0-rc.1

### Included Packages
Expand Down
1 change: 0 additions & 1 deletion src/Abstractions/Abstractions.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!-- Version info -->
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Client/Core/Client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The client is responsible for interacting with orchestrations from outside the w
<!-- Version info -->
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Client/Grpc/Client.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!-- Version info -->
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Grpc/Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
<!-- Version info -->
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Worker/Core/Worker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ The worker is responsible for processing durable task work items.</PackageDescri
<!-- Version info -->
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion src/Worker/Grpc/Worker.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<!-- Version info -->
<PropertyGroup>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>rc.1</VersionSuffix>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit 0be39c8

Please sign in to comment.