You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Bumped HotChocolate version to the latest for v11: v11.3.8
- Updated Nuget Packages
- Tests run successfully
- Update Nuget version to deploy latest (last) version compatible with v11; v12 is being released today (09/28/2021)
Copy file name to clipboardExpand all lines: GraphQL.AzureFunctionsProxy/GraphQL.AzureFunctionsProxy.csproj
+8-7
Original file line number
Diff line number
Diff line change
@@ -2,20 +2,21 @@
2
2
3
3
<PropertyGroup>
4
4
<TargetFramework>netcoreapp3.1</TargetFramework>
5
-
<Version>11.0.7.1</Version>
5
+
<Version>11.3.8.1</Version>
6
6
<Authors>BBernard / CajunCoding</Authors>
7
7
<Company>CajunCoding</Company>
8
8
<Description>This is a extension package for HotChocolate GraphQL framework to enable execution within AzureFunctions using the new v11 API. Provides very easy integration with Azure Functions with maximum support for out-of-the-box HotChocolate functionality.</Description>
<PackageReleaseNotes>- Added support for download of the Schema (?SDL)
14
-
- Added support for functioning Playground (when configured correctly in the Azure Function HttpTrigger & Route Binding)
15
-
- Bumped to HC v11.0.7
13
+
<PackageReleaseNotes>- Bumped to HC v11.3.8
14
+
- Update Nuget package for deployment of latest (last) version compatible with v11; v12 is being released today (09/28/2021)
16
15
17
16
Prior Releases Notes:
18
-
- Added ConfigureAwait(false) to all awaits for performance.
17
+
- Bumped to HC v11.0.7
18
+
- Added support for download of the Schema (?SDL)
19
+
- Added support for functioning Playground (when configured correctly in the Azure Function HttpTrigger & Route Binding)- Added ConfigureAwait(false) to all awaits for performance.
19
20
- Bumped to HC v11.0.4
20
21
- Bump to HotChocolate v11.0.1 which now resolves a bug that we helped identify with interfaces in the initial release of v11.0.0.
21
22
- Updated to support namespace changes in HotChocolate v11 rc.03 with synced version here as v11.0.0.3. Bumped HotChocolate version to v11-rc.03.
0 commit comments