File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
test/WebJobs.Script.Tests.Integration Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
- Update Python Worker Version to [ 4.2.0-hotfix] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.2.0-hotfix )
6
6
- Return 500 instead of 403 when writing secrets to storage fails (#8362 )
7
7
- Updated Java Worker Version to [ 2.2.3] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.2.3 )
8
- - Updated Node.js Worker Version to [ 3.3 .0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.3 .0 )
8
+ - Updated Node.js Worker Version to [ 3.4 .0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.4 .0 )
9
9
- Add Include minimum durable payload to sync trigger (#8292 )
10
10
- Enable diagnostic events collection
11
11
- Added support for no storage account scenarios (#8083 )
Original file line number Diff line number Diff line change 56
56
57
57
<!-- Workers -->
58
58
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.2.3" />
59
- <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.3 .0" />
59
+ <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.4 .0" />
60
60
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2045" />
61
61
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2040" />
62
62
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.0.0-beta.2-10871" />
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.3 .0" />
45
+ <PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.4 .0" />
46
46
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Storage" Version =" 4.0.5-11874" />
47
47
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.2.3" />
48
48
<PackageReference Include =" Microsoft.Azure.Mobile.Client" Version =" 4.0.2" />
You can’t perform that action at this time.
0 commit comments