File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 7
7
- Update Node.js Worker Version to [ 3.5.0] ( https://github.com/Azure/azure-functions-nodejs-worker/releases/tag/v3.5.0 )
8
8
- Host support for out-of-proc cancellation tokens ([ #2153 ] ( https://github.com/Azure/azure-functions-host/issues/2152 ) )
9
9
- Updated Java Worker Version to [ 2.4.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.4.0 )
10
+ - Update PowerShell Worker 7.0 to 4.0.2255 [ Release Note] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2255 )
11
+ - Update PowerShell Worker 7.2 to 4.0.2258 [ Release Note] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.2258 )
10
12
11
13
** Release sprint:** Sprint 128
12
14
[ [ bugs] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+128%22+label%3Abug+is%3Aclosed ) | [ features] ( https://github.com/Azure/azure-functions-host/issues?q=is%3Aissue+milestone%3A%22Functions+Sprint+128%22+label%3Afeature+is%3Aclosed ) ]
Original file line number Diff line number Diff line change 57
57
<!-- Workers -->
58
58
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.4.0" />
59
59
<PackageReference Include =" Microsoft.Azure.Functions.NodeJsWorker" Version =" 3.5.0" />
60
- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2045 " />
61
- <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2040 " />
60
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.0" Version =" 4.0.2255 " />
61
+ <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.2258 " />
62
62
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.0.0-beta.2-10879" />
63
63
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.2.0" />
64
64
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version =" 1.0.0-beta.1" />
You can’t perform that action at this time.
0 commit comments