Skip to content

Commit

Permalink
Worker packages dependency update (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft authored Aug 20, 2024
1 parent 21ce5a7 commit 4ef9d3c
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 33 deletions.
6 changes: 3 additions & 3 deletions extensions/Worker.Extensions.CosmosDB/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.10.0
### Microsoft.Azure.Functions.Worker.Extensions.CosmosDB 4.11.0

- Updated `Microsoft.Azure.WebJobs.Extensions.CosmosDB` reference to 4.7.0
- Updated `Microsoft.Extensions.Azure` dependency to 1.7.4
- Updated `Microsoft.Azure.WebJobs.Extensions.CosmosDB` reference to 4.8.0
- Updated `Microsoft.Extensions.Azure` dependency to 1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
using System.Runtime.CompilerServices;
using Microsoft.Azure.Functions.Worker.Extensions.Abstractions;

[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.CosmosDB", "4.7.0")]
[assembly: ExtensionInformation("Microsoft.Azure.WebJobs.Extensions.CosmosDB", "4.8.0")]
[assembly: InternalsVisibleTo("Microsoft.Azure.Functions.Worker.Extensions.Tests, PublicKey=00240000048000009400000006020000002400005253413100040000010001005148be37ac1d9f58bd40a2e472c9d380d635b6048278f7d47480b08c928858f0f7fe17a6e4ce98da0e7a7f0b8c308aecd9e9b02d7e9680a5b5b75ac7773cec096fbbc64aebd429e77cb5f89a569a79b28e9c76426783f624b6b70327eb37341eb498a2c3918af97c4860db6cdca4732787150841e395a29cfacb959c1fd971c1")]
[assembly: InternalsVisibleTo("DynamicProxyGenAssembly2, PublicKey=0024000004800000940000000602000000240000525341310004000001000100c547cac37abd99c8db225ef2f6c8a3602f3b3606cc9891605d02baa56104f4cfc0734aa39b93bf7852f7d9266654753cc297e7d2edfe0bac1cdcf9f717241550e0a7b191195b7667bb4f64bcb8e2121380fd1d9d46ad2d92d2d15605093924cceaf74c4861eff62abf69b9291ed0a340e113be11e6a7d3113e92484cf7045cc7")]
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Cosmos DB extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>4.10.0</VersionPrefix>
<VersionPrefix>4.11.0</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand All @@ -16,7 +16,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.Cosmos" Version="3.39.1" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
<!-- Transitive dependency promoted to address CVE:-->
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions extensions/Worker.Extensions.EventHubs/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.5
### Microsoft.Azure.Functions.Worker.Extensions.EventHubs 6.3.6

- Updated `Microsoft.Azure.WebJobs.Extensions.EventHubs` reference to 6.3.5
- Updated `Azure.Messaging.EventHubs` to 5.11.5
- Updated `Microsoft.Extensions.Azure` reference to 1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Event Hubs extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>6.3.5</VersionPrefix>
<VersionPrefix>6.3.6</VersionPrefix>

</PropertyGroup>

Expand All @@ -18,7 +18,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.11.5" />
</ItemGroup>

Expand Down
6 changes: 3 additions & 3 deletions extensions/Worker.Extensions.ServiceBus/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.21.0
### Microsoft.Azure.Functions.Worker.Extensions.ServiceBus 5.22.0

- Updated `Microsoft.Azure.WebJobs.Extensions.ServiceBus` reference to 5.16.4
- Updated `Azure.Messaging.ServiceBus` to 7.18.1
- Updated `Azure.Identity` reference to 1.12.0
- Updated `Microsoft.Extensions.Azure` to 1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Service Bus extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>5.21.0</VersionPrefix>
<VersionPrefix>5.22.0</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand All @@ -15,9 +15,9 @@
<Import Project="..\..\..\build\Extensions.props" />

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Azure.Messaging.ServiceBus" Version="7.18.1" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
<PackageReference Include="Google.Protobuf" Version="3.27.1" />
<PackageReference Include="Grpc.Tools" Version="2.64.0" PrivateAssets="All" />
</ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions extensions/Worker.Extensions.SignalRService/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.14.0
### Microsoft.Azure.Functions.Worker.Extensions.SignalRService 1.14.1

- Updated `Microsoft.Azure.WebJobs.Extensions.SignalRService` reference to 1.14.0
- Updated `Microsoft.Extensions.Azure` to 1.7.4
- Updated `Microsoft.Extensions.Azure` to 1.7.5
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure SignalR Service extensions for .NET isolated functions</Description>
<Nullable>annotations</Nullable>
<!--Version information-->
<VersionPrefix>1.14.0</VersionPrefix>
<VersionPrefix>1.14.1</VersionPrefix>

<!--Temporarily opting out of documentation. Pending documentation-->
<GenerateDocumentationFile>false</GenerateDocumentationFile>
Expand All @@ -20,7 +20,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Azure.SignalR.Management" Version="1.25.2" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
<PackageReference Include="Microsoft.Extensions.Hosting" Version="5.0.0" />
<PackageReference Include="Microsoft.Extensions.Primitives" Version="5.0.1" />
<PackageReference Include="System.Text.Json" Version="5.0.2" />
Expand Down
5 changes: 2 additions & 3 deletions extensions/Worker.Extensions.Tables/release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
- My change description (#PR/#issue)
-->

### Microsoft.Azure.Functions.Worker.Extensions.Tables 1.4.1
### Microsoft.Azure.Functions.Worker.Extensions.Tables 1.4.2

- Updated `Microsoft.Azure.WebJobs.Extensions.Tables` reference to 1.3.2
- Updated `Microsoft.Extensions.Azure` dependency to 1.7.4
- Updated `Microsoft.Extensions.Azure` dependency to 1.7.5

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<Description>Azure Table Storage extensions for .NET isolated functions</Description>

<!--Version information-->
<VersionPrefix>1.4.1</VersionPrefix>
<VersionPrefix>1.4.2</VersionPrefix>

</PropertyGroup>

Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Azure.Data.Tables" Version="12.8.3" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyName>Microsoft.Azure.Functions.Worker.ApplicationInsights</AssemblyName>
<RootNamespace>Microsoft.Azure.Functions.Worker.ApplicationInsights</RootNamespace>
<MajorProductVersion>1</MajorProductVersion>
<MinorProductVersion>3</MinorProductVersion>
<MinorProductVersion>4</MinorProductVersion>
<PatchProductVersion>0</PatchProductVersion>
<PackageReadmeFile>README.md</PackageReadmeFile>
<VersionSuffix></VersionSuffix>
Expand All @@ -16,7 +16,7 @@
<Import Project="..\..\build\Common.props" />

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<PackageReference Include="Azure.Identity" Version="1.12.0" />
<PackageReference Include="Microsoft.ApplicationInsights.PerfCounterCollector" Version="2.22.0" />
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="5.0.0" />
</ItemGroup>
Expand Down
5 changes: 2 additions & 3 deletions src/DotNetWorker.ApplicationInsights/release_notes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
## What's Changed

### Microsoft.Azure.Functions.Worker.ApplicationInsights 1.3.0
- Updating `Azure.Identity` to 1.11.4
- Enabling support for Microsoft Entra authentication for Application Insights
### Microsoft.Azure.Functions.Worker.ApplicationInsights 1.4.0
- Updating `Azure.Identity` to 1.12.0
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.4" />
<PackageReference Include="Microsoft.Extensions.Azure" Version="1.7.5" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 4ef9d3c

Please sign in to comment.