Skip to content

Commit c722e15

Browse files
authored
[in-proc] Update WebJobs.Extensions packages (#11440)
* Update WebJobs.Extensions packages * Update release notes * Revert Timers.Storage upgrade
1 parent 41e8be1 commit c722e15

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

release_notes.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@
77
- Updated to version 1.5.8 of Microsoft.Azure.AppService.Middleware.Functions for .NET 8 only (#11416)
88
- Enabling worker indexing for Logic Apps behind an enviornment setting (#11377)
99
- Remove packages `Microsoft.Azure.Cosmos.Table` and `Microsoft.Azure.DocumentDB.Core` (#11435)
10+
- Update Microsoft.Azure.WebJobs.Extensions to 5.2.1 (#11415)
11+
- Update Microsoft.Azure.WebJobs.Extensions.Http to 3.2.1 (#11440)

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.42" />
3838
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
3939
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions" Version="5.2.1" />
40-
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.0" />
40+
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Http" Version="3.2.1" />
4141
<PackageReference Include="Microsoft.Azure.WebJobs.Extensions.Timers.Storage" Version="1.0.0-beta.1" />
4242
<PackageReference Include="Microsoft.Azure.WebJobs.Script.Abstractions" Version="1.0.4-preview" />
4343
<PackageReference Include="Microsoft.Azure.WebJobs.Logging.ApplicationInsights" Version="3.0.41-11321" />

0 commit comments

Comments
 (0)