Skip to content

Commit b7af455

Browse files
authored
Update Node.js Worker Version to 3.12.0 (#11334)
1 parent 1a6e822 commit b7af455

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
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.11.0" />
4+
<PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.12.0" />
55
</ItemGroup>
66

77
</Project>

release_notes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,4 @@
1616
- Reduce allocations in `Utility.IsAzureMonitorLoggingEnabled` (#11323)
1717
- Update PowerShell worker to [4.0.4581](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4581)
1818
- Bug fix that fails in-flight invocations when a worker channel shuts down (#11159)
19+
- Update Node.js Worker Version to [3.12.0](https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.12.0)

0 commit comments

Comments
 (0)