Skip to content

Commit 983d374

Browse files
authored
Merge pull request #5 from cajuncoding/release/v12.4.1.0
Fixes to deploy Isolated Process library to Nuget for v12.4.1
2 parents 9688a0e + 7003c56 commit 983d374

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

GraphQL.AzureFunctionsProxy.IsolatedProcess/GraphQL.AzureFunctionsProxy.IsolatedProcess.csproj

+9-5
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,15 @@
1111
<PackageProjectUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</PackageProjectUrl>
1212
<RepositoryUrl>https://github.com/cajuncoding/HotChocolate.AzureFunctionsProxy</RepositoryUrl>
1313
<PackageTags>graphql, graph-ql, hotchocolate, azure, functions, serverless, azurefunctionsproxy, graph, ql, .net 5, dotnet5, net5.0, isolated process, out of process</PackageTags>
14-
<PackageReleaseNotes>v12.0.0 Release Notes:
15-
- Initial for AzureFunctions using .Net 5 in the isolated process model (out-of-process).
16-
- Has support for AzureFunctionsProxy v12.0.0 including support for Schema Download &amp; Banana Cake Pop Web IDE.
17-
</PackageReleaseNotes>
18-
<Version>12.0.0</Version>
14+
<PackageReleaseNotes>Release Notes:
15+
- Updated to support HC v12.4.1 in Azure Functions Isolated process model (out-of-process).
16+
- Added marshalling of RequestData.ClaimsIdentities into HttpContext ClaimsPrincipal for IsolatedProcess support in GraphQL.AzureFunctionsProxy.IsolatedProcess; now accessible from HttpContext.User.
17+
18+
Prior Release Notes:
19+
- Initial for HC v12.0.0 with AzureFunctions using .Net 5 in the isolated process model (out-of-process).
20+
- Has support for AzureFunctionsProxy v12.0.0 including support for Schema Download &amp; Banana Cake Pop Web IDE.
21+
</PackageReleaseNotes>
22+
<Version>12.4.1</Version>
1923
</PropertyGroup>
2024

2125
<ItemGroup>

0 commit comments

Comments
 (0)