File tree Expand file tree Collapse file tree 5 files changed +242
-243
lines changed
test/WebJobs.Script.Tests/DepsFiles Expand file tree Collapse file tree 5 files changed +242
-243
lines changed Original file line number Diff line number Diff line change 44 <LangVersion >latest</LangVersion >
55 <MajorVersion >4</MajorVersion >
66 <MinorVersion >$(MinorVersionPrefix)36</MinorVersion >
7- <PatchVersion >1 </PatchVersion >
7+ <PatchVersion >2 </PatchVersion >
88 <BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
99 <PreviewVersion ></PreviewVersion >
1010
Original file line number Diff line number Diff line change 33<!-- Please add your release notes in the following format:
44- My change description (#PR)
55-->
6- - Update Java Worker Version to [ 2.17.0] ( https://github.com/Azure/azure-functions-java-worker/releases/tag/2.17.0 )
7- - Update application insights agent version to 3.5.4
8- - Includes fixes from 2.16.0
9- - Update Python Worker Version to [ 4.31.0] ( https://github.com/Azure/azure-functions-python-worker/releases/tag/4.31.0 )
10- - Includes fixes from 4.30.0
11- - Upgraded the following package versions (#10326 ):
12- - ` Azure.Security.KeyVault.Secrets ` updated to 4.6.0
13- - ` System.Format.Asn1 ` updated to 6.0.1
14- - Update PowerShell 7.2 worker to [ 4.0.4020] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4020 )
15- - Update PowerShell 7.4 worker to [ 4.0.4021] ( https://github.com/Azure/azure-functions-powershell-worker/releases/tag/v4.0.4021 )
16- - Resolved thread safety issue in the ` GrpcWorkerChannel.LoadResponse ` method. (#10352 )
17- - Worker termination path updated with sanitized logging (#10397 )
18- - Avoid redundant DiagnosticEvents error message (#10395 )
19- - Added fallback behavior to ensure in-proc payload compatibility with "dotnet-isolated" as the ` FUNCTIONS_WORKER_RUNTIME ` value (#10439 )
20- - Migrated Scale Metrics to use ` Azure.Data.Tables ` SDK (#10276 )
21- - Added support for Identity-based connections
6+ - Update project dependencies to latest version
Original file line number Diff line number Diff line change 6767 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.4020" />
6868 <PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4021" />
6969 <!-- /Workers -->
70-
70+
7171 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.0.0-beta.2-10879" />
7272 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.2.0" />
7373 <PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version =" 1.0.0-beta.1" />
8989 <PackageReference Include =" System.Reactive.Core" Version =" 5.0.0" />
9090 <PackageReference Include =" System.Runtime.Loader" Version =" 4.3.0" />
9191 <PackageReference Include =" System.Security.Cryptography.Xml" Version =" 4.7.1" />
92- <PackageReference Include =" System.Text.Json" Version =" 6.0.9 " /> <!-- Pinned to address a bug: https://github.com/dotnet/runtime/issues/62354 -- >
92+ <PackageReference Include =" System.Text.Json" Version =" 6.0.10 " />
9393 <PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
9494 </ItemGroup >
9595
You can’t perform that action at this time.
0 commit comments