Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions extensions/Worker.Extensions.Rpc/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.0-preview2
### Microsoft.Azure.Functions.Worker.Extensions.Rpc 1.0.0

- Replace auto-registration via `WorkerRpcStartup` with manual call `RpcServiceCollectionExtensions.AddWorkerRpc`
- Initial public release
- Adds API for getting a `CallInvoker` pre-configured for communication with Functions host.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<RootNamespace>Microsoft.Azure.Functions.Worker.Extensions.Rpc</RootNamespace>
<Description>Contains types to facilitate RPC communication between a worker extension and the functions host.</Description>
<VersionPrefix>1.0.0</VersionPrefix>
<VersionSuffix>-preview2</VersionSuffix>
<PackageReadmeFile>README.md</PackageReadmeFile>
</PropertyGroup>

Expand Down