File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +5
-5
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
10
- Includes fixes from 4.30.0
8
- - Update Java Worker Version to [ 2.16.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.16.0 ) :
9
- - Fix thread context classloader for middleware chain
10
- - Includes fixes from 2.15.0
11
11
- Upgraded the following package versions (#10326 ):
12
12
- ` Azure.Security.KeyVault.Secrets ` updated to 4.6.0
13
13
- ` System.Format.Asn1 ` updated to 6.0.1
Original file line number Diff line number Diff line change 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.16 .0" />
63
+ <PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.17 .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.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 =" 6.0.0" />
You can’t perform that action at this time.
0 commit comments