Skip to content

Commit d0e0022

Browse files
committed
Upgrading HTTP extension to 3.0.10
1 parent 46c64bb commit d0e0022

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<!-- Please add your release notes in the following format:
33
- My change description (#PR)
44
-->
5+
- Updated HTTP extension to [3.0.10](https://github.com/Azure/azure-webjobs-sdk-extensions/releases/tag/http-v3.0.10)
56
- Update Python Worker Version to [1.1.10](https://github.com/Azure/azure-functions-python-worker/releases/tag/1.1.10)
67
- Configure host.json to use workflow when creating a default host.json and app is identified as a logic app. (#6810)
78
- Update Node.js Worker Version to [2.1.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v2.1.0)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7" Version="3.0.629" />
4747
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.26" />
4848
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="4.0.2" />
49-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.9" />
49+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.10" />
5050
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.26" />
5151
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.2-preview" />
5252
<PackageReference Include="Microsoft.Build" Version="15.8.166" />

test/TestFunctions/TestFunctions.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
</PropertyGroup>
1818

1919
<ItemGroup>
20-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.9" />
20+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.0.10" />
2121
</ItemGroup>
2222

2323
</Project>

0 commit comments

Comments
 (0)