File tree 5 files changed +242
-243
lines changed
test/WebJobs.Script.Tests/DepsFiles
5 files changed +242
-243
lines changed Original file line number Diff line number Diff line change 4
4
<LangVersion >latest</LangVersion >
5
5
<MajorVersion >4</MajorVersion >
6
6
<MinorVersion >$(MinorVersionPrefix)36</MinorVersion >
7
- <PatchVersion >1 </PatchVersion >
7
+ <PatchVersion >2 </PatchVersion >
8
8
<BuildNumber Condition =" '$(BuildNumber)' == '' " >0</BuildNumber >
9
9
<PreviewVersion ></PreviewVersion >
10
10
Original file line number Diff line number Diff line change 3
3
<!-- Please add your release notes in the following format:
4
4
- My change description (#PR)
5
5
-->
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 67
67
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.2" Version =" 4.0.4020" />
68
68
<PackageReference Include =" Microsoft.Azure.Functions.PowerShellWorker.PS7.4" Version =" 4.0.4021" />
69
69
<!-- /Workers -->
70
-
70
+
71
71
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions" Version =" 5.0.0-beta.2-10879" />
72
72
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Http" Version =" 3.2.0" />
73
73
<PackageReference Include =" Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version =" 1.0.0-beta.1" />
89
89
<PackageReference Include =" System.Reactive.Core" Version =" 5.0.0" />
90
90
<PackageReference Include =" System.Runtime.Loader" Version =" 4.3.0" />
91
91
<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 " />
93
93
<PackageReference Include =" System.Text.RegularExpressions" Version =" 4.3.1" />
94
94
</ItemGroup >
95
95
You can’t perform that action at this time.
0 commit comments