File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +5
-2
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
6
8
7
9
- Upgraded the following package versions (#10325 ):
8
10
- ` Azure.Security.KeyVault.Secrets ` updated to 4.6.0
12
14
- Update PowerShell 7.4 worker to [ 4.0.4021] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021 )
13
15
- Updated dotnet-isolated worker to [ 1.0.11] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2653 ) (#10379 )
14
16
- Update Java Worker Version to [ 2.15.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.15.0 )
17
+ - Update grpc-protobuf to 1.64.0 and application insights agent version to 3.5.2
Original file line number Diff line number Diff line change 55
55
<PackageReference Include =" Microsoft.Extensions.Azure" Version =" 1.7.1" />
56
56
57
57
<!-- Workers -->
58
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.15 .0" />
58
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.16 .0" />
59
59
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.3.20240307.67" />
60
60
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.0" />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.3148" />
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.15 .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 =" 8.0.0" />
You can’t perform that action at this time.
0 commit comments