Skip to content

Commit 7fd5ca6

Browse files
authored
Update Microsoft.Azure.WebJobs to 3.0.41 and Microsoft.Azure.WebJobs.Host.Storage to 5.0.1 (#10287)
* Upgraded the following package versions: - Microsoft.Azure.WebJobs updated to 3.0.41 - Microsoft.Azure.WebJobs.Host.Storage updated to 5.0.1 - Microsoft.Extensions.Azure updated to 1.7.1 - Azure.Storage.Blobs updated to 12.19.1 * Fixed deps.json used by "Verify_DepsJsonChanges" test
1 parent 3c543f5 commit 7fd5ca6

File tree

4 files changed

+86
-75
lines changed

4 files changed

+86
-75
lines changed

release_notes.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,9 @@
1919
- Fixed incorrect function count in the log message.(#10220)
2020
- Updated dotnet-isolated worker to [1.0.9](https://github.com/Azure/azure-functions-dotnet-worker/pull/2552) (#10262)
2121
- Fix race condition on startup with extension RPC endpoints not being available. (#10255)
22-
- Adding a timeout when retrieving function metadata from metadata providers (#10219)
22+
- Adding a timeout when retrieving function metadata from metadata providers (#10219)
23+
- Upgraded the following package versions (#10287):
24+
- `Microsoft.Azure.WebJobs` updated to 3.0.41
25+
- `Microsoft.Azure.WebJobs.Host.Storage` updated to 5.0.1
26+
- `Microsoft.Extensions.Azure` updated to 1.7.1
27+
- `Azure.Storage.Blobs` updated to 12.19.1

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@
7878
<PackageReference Include="Microsoft.Azure.Cosmos.Table" Version="1.0.8" />
7979
<PackageReference Include="Microsoft.Azure.Storage.File" Version="11.1.7" />
8080

81-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41-11331" />
82-
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.2-11957" />
81+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
82+
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
8383
<PackageReference Include="Microsoft.Azure.WebSites.DataProtection" Version="2.1.91-alpha" />
8484
<PackageReference Include="Microsoft.IdentityModel.Tokens" Version="$(IdentityDependencyVersion)" />
8585
<PackageReference Include="Microsoft.IdentityModel.Protocols.OpenIdConnect" Version="$(IdentityDependencyVersion)" />

src/WebJobs.Script/WebJobs.Script.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,17 +42,17 @@
4242
<PackageReference Include="Azure.Core" Version="1.38.0" />
4343
<PackageReference Include="Azure.Identity" Version="1.11.4" />
4444
<PackageReference Include="Azure.Monitor.OpenTelemetry.AspNetCore" Version="1.2.0-beta.2" />
45-
<PackageReference Include="Azure.Storage.Blobs" Version="12.13.0" />
45+
<PackageReference Include="Azure.Storage.Blobs" Version="12.19.1" />
4646
<PackageReference Include="Microsoft.ApplicationInsights" Version="2.22.0" />
4747
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
4848
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.22.0" />
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" />
5252
<PackageReference Include="Microsoft.Azure.Functions.DotNetIsolatedNativeHost" Version="1.0.9" />
53-
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41-11331" />
54-
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.0-beta.2-11957" />
55-
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.0" />
53+
<PackageReference Include="Microsoft.Azure.WebJobs" Version="3.0.41" />
54+
<PackageReference Include="Microsoft.Azure.WebJobs.Host.Storage" Version="5.0.1" />
55+
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.1" />
5656

5757
<!-- Workers -->
5858
<PackageReference Include="Microsoft.Azure.Functions.JavaWorker" Version="2.14.0" />

0 commit comments

Comments
 (0)