Skip to content

Commit 10c8042

Browse files
Worker Update (#11251)
1 parent 229089b commit 10c8042

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

eng/build/Workers.Node.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22

33
<ItemGroup>
4-
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.10.1" />
4+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.11.0" />
55
</ItemGroup>
66

77
</Project>

release_notes.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@
66
- Add JitTrace Files for v4.1042
77
- Updating OTel related nuget packages (#11216)
88
- Moving to version 1.5.7 of Microsoft.Azure.AppService.Middleware.Functions (https://github.com/Azure/azure-functions-host/pull/11231)
9-
- Refactor code to move the logic to search for WorkerConfigs to a default worker configuration resolver (#11219)
9+
- Refactor code to move the logic to search for WorkerConfigs to a default worker configuration resolver (#11219)
10+
- Update Node.js Worker Version to [3.11.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.11.0)
11+

0 commit comments

Comments
 (0)