File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
- Update Java Worker Version to [ 2.10.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.10.0 )
10
10
- Update PowerShell Worker 7.2 to 4.0.2719 [ Release Note] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2719 )
11
11
- Update Node.js Worker Version to [ 3.6.0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.6.0 )
12
+ - Update Node.js Worker Version to [ 3.6.1] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.6.1 )
12
13
- Upgrade PowerShell language worker 7.0 to 4.0.2733 [ Release Note] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2733 )
13
14
- Support for HttpContext.RequestAborted cancellation token for Http requests (#9159 )
14
15
Original file line number Diff line number Diff line change 58
58
<!-- Workers -->
59
59
<PackageReference Include =" Microsoft.Azure.AppService.Proxy.Client" Version =" 2.2.20220831.41" />
60
60
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.10.0" />
61
- <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.6.0 " />
61
+ <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.6.1 " />
62
62
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2733" />
63
63
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2719" />
64
64
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.2669" />
Original file line number Diff line number Diff line change 42
42
<PackageReference Include =" Microsoft.AspNetCore.TestHost" Version =" 6.0.0" />
43
43
<PackageReference Include =" Microsoft.Azure.DocumentDB.Core" Version =" 2.11.2" />
44
44
<PackageReference Include =" Microsoft.Azure.EventHubs" Version =" 2.1.0" />
45
- <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.6.0 " />
45
+ <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.6.1 " />
46
46
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.5-11874" />
47
47
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.10.0" />
48
48
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
You can’t perform that action at this time.
0 commit comments