Skip to content

Commit d4e8654

Browse files
committed
Updating App Service middleware to 1.5.8 (#11416)
1 parent fd1bae8 commit d4e8654

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,3 +498,4 @@ local.settings.json
498498
/tools/ExtensionsMetadataGenerator/src/ExtensionsMetadataGenerator/runtimeassemblies.txt
499499
/tools/ExtensionsMetadataGenerator/test/ExtensionsMetadataGeneratorTests/runtimeAssemblies.txt
500500
BenchmarkDotNet.Artifacts/
501+
/test/Resources/TestProjects/DotNetCustomHandler/Properties/launchSettings.json

release_notes.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
- Add JitTrace Files for v4.1044
99
- Remove duplicate function names from sync triggers payload(#11371)
1010
- Avoid emitting empty tag values for health check metrics (#11393)
11-
- Functions host to take a customer specified port in Custom Handler scenario (#11408)
11+
- Functions host to take a customer specified port in Custom Handler scenario (#11408)
12+
- Updated to version 1.5.8 of Microsoft.Azure.AppService.Middleware.Functions (#11416)

src/WebJobs.Script.WebHost/WebJobs.Script.WebHost.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<PackageReference Include="Microsoft.AspNet.WebApi.Client" Version="5.2.8" />
6363
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
6464
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="8.0.1" />
65-
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.7" />
65+
<PackageReference Include="Microsoft.Azure.AppService.Middleware.Functions" Version="1.5.8" />
6666
<PackageReference Include="Microsoft.Azure.AppService.Proxy.Client" Version="2.3.20240307.67" />
6767
<PackageReference Include="Microsoft.Azure.Functions.Platform.Metrics.LinuxConsumption" Version="1.0.5" />
6868
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />

0 commit comments

Comments
 (0)