File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33<!-- Please add your release notes in the following format:
44- My change description (#PR)
55-->
6- - Update Java Worker Version to [ 2.12.2 ] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.2 )
6+ - Update Java Worker Version to [ 2.13.0 ] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.13.0 )
77- Update Python Worker Version to [ 4.17.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.17.0 )
88- Increased maximum HTTP request content size to 210000000 Bytes (~ 200MB)
99- Update Node.js Worker Version to [ 3.8.1] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.1 )
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 >
5757
5858 <!-- Workers -->
5959 <PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.2.20220831.41" />
60- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.12.2 " />
60+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.13.0 " />
6161 <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.8.1" />
6262 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2973" />
6363 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2974" />
Original file line number Diff line number Diff line change 4444 <PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
4545 <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.8.1" />
4646 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.5-11874" />
47- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.12.2 " />
47+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.13.0 " />
4848 <PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
4949 <PackageReference Include =" Microsoft.Azure.ServiceBus" Version =" 4.2.1" />
5050 <PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments