File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 5
5
<LangVersion >latest</LangVersion >
6
6
<MajorVersion >4</MajorVersion >
7
7
<MinorVersion >24</MinorVersion >
8
- <PatchVersion >1 </PatchVersion >
8
+ <PatchVersion >2 </PatchVersion >
9
9
<BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
10
10
<PreviewVersion ></PreviewVersion >
11
11
Original file line number Diff line number Diff line change 3
3
<!-- Please add your release notes in the following format:
4
4
- My change description (#PR)
5
5
-->
6
+ - Update Java Worker Version to [ 2.12.1] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.12.1 )
6
7
- Update Python Worker Version to [ 4.15.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.15.0 )
7
8
8
9
- Remove feature flag for http proxying (https://github.com/Azure/azure-functions-host/pull/9341 )
Original file line number Diff line number Diff line change 57
57
58
58
<!-- Workers -->
59
59
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.2.20220831.41" />
60
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.12.0 " />
60
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.12.1 " />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.7.0" />
62
62
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2850" />
63
63
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2803" />
Original file line number Diff line number Diff line change 44
44
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
45
45
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.7.0" />
46
46
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.5-11874" />
47
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.12.0 " />
47
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.12.1 " />
48
48
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
49
49
<PackageReference Include =" Microsoft.Azure.ServiceBus" Version =" 4.2.1" />
50
50
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments