File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +5
-6
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.17.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.17.0 )
7
+ - Update application insights agent version to 3.5.4
8
+ - Includes fixes from 2.16.0
6
9
- Update Python Worker Version to [ 4.31.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0 )
7
- - Update Java Worker Version to [ 2.16.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0 ) :
8
- - Fix thread context classloader for middleware chain
9
10
- Upgraded the following package versions (#10325 ):
10
11
- ` Azure.Security.KeyVault.Secrets ` updated to 4.6.0
11
12
- ` System.Format.Asn1 ` updated to 6.0.1
12
13
- Update Python Worker Version to [ 4.30.3] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.30.3 )
13
14
- Update PowerShell 7.2 worker to [ 4.0.4020] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020 )
14
15
- Update PowerShell 7.4 worker to [ 4.0.4021] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021 )
15
16
- Updated dotnet-isolated worker to [ 1.0.11] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2653 ) (#10379 )
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
18
17
- Resolved thread safety issue in the ` GrpcWorkerChannel.LoadResponse ` method. (#10352 )
19
18
- Worker termination path updated with sanitized logging (#10367 )
20
19
- Avoid redundant DiagnosticEvents error message (#10395 )
Original file line number Diff line number Diff line change 56
56
<PackageReference Include =" Microsoft.Extensions.Azure" Version =" 1.7.1" />
57
57
58
58
<!-- Workers -->
59
- <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.16 .0" />
59
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.17 .0" />
60
60
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.3.20240307.67" />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.10.0" />
62
62
<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.16 .0" />
48
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.17 .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