File tree Expand file tree Collapse file tree 4 files changed +86
-75
lines changed
test/WebJobs.Script.Tests Expand file tree Collapse file tree 4 files changed +86
-75
lines changed Original file line number Diff line number Diff line change 19
19
- Fixed incorrect function count in the log message.(#10220 )
20
20
- Updated dotnet-isolated worker to [ 1.0.9] ( https://github.com/Azure/azure-functions-dotnet-worker/pull/2552 ) (#10262 )
21
21
- 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
Original file line number Diff line number Diff line change 78
78
<PackageReference Include =" Microsoft.Azure.Cosmos.Table" Version =" 1.0.8" />
79
79
<PackageReference Include =" Microsoft.Azure.Storage.File" Version =" 11.1.7" />
80
80
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 " />
83
83
<PackageReference Include =" Microsoft.Azure.WebSites.DataProtection" Version =" 2.1.91-alpha" />
84
84
<PackageReference Include =" Microsoft.IdentityModel.Tokens" Version =" $(IdentityDependencyVersion)" />
85
85
<PackageReference Include =" Microsoft.IdentityModel.Protocols.OpenIdConnect" Version =" $(IdentityDependencyVersion)" />
Original file line number Diff line number Diff line change 42
42
<PackageReference Include =" Azure.Core" Version =" 1.38.0" />
43
43
<PackageReference Include =" Azure.Identity" Version =" 1.11.4" />
44
44
<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 " />
46
46
<PackageReference Include =" Microsoft.ApplicationInsights" Version =" 2.22.0" />
47
47
<PackageReference Include =" Microsoft.ApplicationInsights.AspNetCore" Version =" 2.22.0" />
48
48
<PackageReference Include =" Microsoft.ApplicationInsights.DependencyCollector" Version =" 2.22.0" />
49
49
<PackageReference Include =" Microsoft.ApplicationInsights.WindowsServer" Version =" 2.22.0" />
50
50
<PackageReference Include =" Microsoft.ApplicationInsights.WindowsServer.TelemetryChannel" Version =" 2.22.0" />
51
51
<PackageReference Include =" Microsoft.AspNetCore.Mvc.WebApiCompatShim" Version =" 2.2.0" NoWarn =" NU1701" />
52
52
<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 " />
56
56
57
57
<!-- Workers -->
58
58
<PackageReference Include =" Microsoft.Azure.Functions.JavaWorker" Version =" 2.14.0" />
You can’t perform that action at this time.
0 commit comments