Skip to content

Commit 18dba5b

Browse files
authored
Update Node.js Worker Version to 3.8.0 (#9395)
[Release Notes](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.0)
1 parent 6b3d26c commit 18dba5b

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
@@ -8,7 +8,7 @@
88
- Remove feature flag for http proxying (https://github.com/Azure/azure-functions-host/pull/9341)
99
- Add error handling for http proxying failure scenarios (https://github.com/Azure/azure-functions-host/pull/9342)
1010
- Update PowerShell Worker 7.0 to 4.0.2850 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2850)
11-
- Update Node.js Worker Version to [3.7.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.7.0)
11+
- Update Node.js Worker Version to [3.8.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.8.0)
1212
- Identity dependencies updated to 6.31.0:
1313
- Microsoft.IdentityModel.Tokens
1414
- System.IdentityModel.Tokens.Jwt

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<!-- Workers -->
5959
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.2.20220831.41" />
6060
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
61-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.7.0" />
61+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.8.0" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2850" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.2803" />
6464
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.2802" />

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.7.0" />
45+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.8.0" />
4646
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Storage" Version="4.0.5-11874" />
4747
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.12.0" />
4848
<PackageReference Include="Microsoft.Azure.Mobile.Client" Version="4.0.2" />

0 commit comments

Comments
 (0)