Skip to content

Commit 2a4243c

Browse files
v-imohammadliliankasemFrancisco-Gaminocastrodd
authored
[Hotfix] Update project dependencies to latest (#10551)
* [In-proc] Bump dependency version (#10516) * Update release_notes.md * Update common.props * Update release notes * Update release_notes.md --------- Co-authored-by: Lilian Kasem <[email protected]> Co-authored-by: Francisco-Gamino <[email protected]> Co-authored-by: Daniel Castro <[email protected]>
1 parent 7acae2e commit 2a4243c

File tree

5 files changed

+242
-243
lines changed

5 files changed

+242
-243
lines changed

build/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
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

release_notes.md

+1-16
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,4 @@
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

src/WebJobs.Script/WebJobs.Script.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
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" />
@@ -89,7 +89,7 @@
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

0 commit comments

Comments
 (0)