File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 66- Update Python Worker Version to [ 4.28.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.28.0 )
77- Fixed an issue causing sporadic HTTP request failures when worker listeners were not fully initialized on first request #9954
88- Update Node.js Worker Version to [ 3.10.0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.10.0 ) (#9999 )
9+ - Update PowerShell worker 7.2 to [ 4.0.3220] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3220 )
10+ - Update PowerShell worker 7.4 to [ 4.0.3219] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3219 )
Original file line number Diff line number Diff line change 1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22 <Import Project =" ..\..\build\common.props" />
33 <PropertyGroup >
44 <PackageId >Microsoft.Azure.WebJobs.Script</PackageId >
6060 <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.14.0" />
6161 <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.0" />
6262 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
63- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.3131 " />
64- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.3147 " />
63+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.3220 " />
64+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.3219 " />
6565 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.0.0-beta.2-10879" />
6666 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.2.0" />
6767 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version =" 1.0.0-beta.1" />
You can’t perform that action at this time.
0 commit comments