Skip to content

Commit fe6059d

Browse files
authored
Update Node.js Worker Version to 3.9.0 (#9630)
[Release Notes](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.9.0)
1 parent b612457 commit fe6059d

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,4 @@
2222
- Delaying execution of `LogWorkerMetadata` method until after coldstart is done. (#9627)
2323
- Update PowerShell Worker 7.2 to 4.0.3070 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3070)
2424
- Update PowerShell Worker 7.4 to 4.0.3030 [Release Note](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.3030)
25+
- Update Node.js Worker Version to [3.9.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.9.0)

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.13.0" />
61-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.8.1" />
61+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.9.0" />
6262
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version="4.0.2973" />
6363
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version="4.0.3070" />
6464
<PackageReference Include="Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version="4.0.3030" />

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

0 commit comments

Comments
 (0)