File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +8
-4
lines changed 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.16.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0 ) :
7
+ - Fix thread context classloader for middleware chain
8
+ - Update Java Worker Version to [ 2.15.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0 ) :
9
+ - Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2
6
10
- Marking SyncTriggers [ RequiresRunningHost] . (#10233 )
7
11
- Defaulting SwtAuthenticationEnabled to False (#10195 )
8
12
- Adding runtime site name to valid JWT audiences (slot scenarios) (#10185 )
26
30
- ` System.Format.Asn1 ` updated to 6.0.1
27
31
- Update PowerShell 7.2 worker to [ 4.0.4020] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020 )
28
32
- Update PowerShell 7.4 worker to [ 4.0.4021] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021 )
29
- - Trim FunctionsNetHost artifacts (#10364 )
33
+ - Trim FunctionsNetHost artifacts (#10364 )
Original file line number Diff line number Diff line change 1
- <Project Sdk =" Microsoft.NET.Sdk" >
1
+ <Project Sdk =" Microsoft.NET.Sdk" >
2
2
<Import Project =" ..\..\build\common.props" />
3
3
<PropertyGroup >
4
4
<TargetFramework >netstandard2.1</TargetFramework >
60
60
61
61
<!-- Workers -->
62
62
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.2.20220831.41" />
63
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.14 .0" />
63
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.16 .0" />
64
64
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.0" />
65
65
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
66
66
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.4020" />
Original file line number Diff line number Diff line change 45
45
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
46
46
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.0" />
47
47
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.5-11874" />
48
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.14 .0" />
48
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.16 .0" />
49
49
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
50
50
<PackageReference Include =" Microsoft.Azure.ServiceBus" Version =" 4.2.1" />
51
51
<PackageReference Include =" Microsoft.Extensions.Logging.Console" Version =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments