Skip to content

Commit 52bf077

Browse files
committed
Updating FunctionsNetHost (dotnet isolated worker) to 1.0.10 (#10340)
- Removing WEBSITE_CONTAINER_READY=0 env variable check for DotnetIsolatedLinuxPlaceholder profile
1 parent 9701ed6 commit 52bf077

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build/common.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<LangVersion>latest</LangVersion>
66
<MajorVersion>4</MajorVersion>
77
<MinorVersion>1035</MinorVersion>
8-
<PatchVersion>1</PatchVersion>
8+
<PatchVersion>2</PatchVersion>
99
<BuildNumber Condition="'$(BuildNumber)' == '' ">0</BuildNumber>
1010
<PreviewVersion></PreviewVersion>
1111

release_notes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
- Ordered invocations are now the default (#10201)
1818
- Skip worker description if none of the profile conditions are met (#9932)
1919
- Fixed incorrect function count in the log message.(#10220)
20-
- Updated dotnet-isolated worker to [1.0.9](https://github.com/Azure/azure-functions-dotnet-worker/pull/2552) (#10262)
20+
- Updated dotnet-isolated worker to [1.0.10](https://github.com/Azure/azure-functions-dotnet-worker/pull/2629) (#10340)
2121
- Fix race condition on startup with extension RPC endpoints not being available. (#10255)
2222
- Adding a timeout when retrieving function metadata from metadata providers (#10219)
2323
- Upgraded the following package versions (#10287):

src/WebJobs.Script/WebJobs.Script.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer" Version="2.22.0" />
5050
<PackageReference Include="Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version="2.22.0" />
5151
<PackageReference Include="Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version="2.2.0" NoWarn="NU1701" />
52-
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.9" />
52+
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.10" />
5353
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
5454
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
5555
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />

0 commit comments

Comments
 (0)