We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6e822 commit b7af455Copy full SHA for b7af455
eng/build/Workers.Node.props
@@ -1,7 +1,7 @@
1
<Project>
2
3
<ItemGroup>
4
- <PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.11.0" />
+ <PackageReference Include="Microsoft.Azure.Functions.NodeJsWorker" Version="3.12.0" />
5
</ItemGroup>
6
7
</Project>
release_notes.md
@@ -16,3 +16,4 @@
16
- Reduce allocations in `Utility.IsAzureMonitorLoggingEnabled` (#11323)
17
- Update PowerShell worker to [4.0.4581](https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4581)
18
- 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