Skip to content

Commit c38ad54

Browse files
authored
Update Node.js Worker Version to 3.5.0 (#8668)
1 parent 69075eb commit c38ad54

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

release_notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
-->
55
- Update Python Worker Version to [4.6.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.6.0)
66
- Update Python Worker Version to [4.5.0](https://github.com/Azure/azure-functions-python-worker/releases/tag/4.5.0)
7-
7+
- Update Node.js Worker Version to [3.5.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.5.0)
88
- Host support for out-of-proc cancellation tokens ([#2153](https://github.com/Azure/azure-functions-host/issues/2152))
99
- Updated Java Worker Version to [2.4.0](https://github.com/Azure/azure-functions-java-worker/releases/tag/2.4.0)
1010

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.4.0" />
59-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.4.0" />
59+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.0" />
6060
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2045" />
6161
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2040" />
6262
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.0.0-beta.2-10879" />

test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<PackageReference Include="Microsoft.AspNetCore.TestHost" Version="6.0.0" />
4343
<PackageReference Include="Microsoft.Azure.DocumentDB.Core" Version="2.11.2" />
4444
<PackageReference Include="Microsoft.Azure.EventHubs" Version="2.1.0" />
45-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.4.0" />
45+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.5.0" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
4747
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.4.0" />
4848
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />

0 commit comments

Comments
 (0)