Skip to content

Commit

Permalink
[Dependencies] Bump Event Hubs version (#8545)
Browse files Browse the repository at this point in the history
The focus of these changes is to bump the reference for `Azure.Messaging.EventHubs` to the latest version.   There have been a number of fixes and enhancements in the 9 months since the previously version was released.  Of particular note, there were two important fixes in the AMQP transport library which could cause corruption in the connection state until the process was restarted.

Details can be found here: https://github.com/Azure/azure-sdk-for-net/blob/Azure.Messaging.EventHubs_5.9.2/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md
  • Loading branch information
jsquire authored Aug 16, 2023
1 parent 44edd2b commit 6327383
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageVersion Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageVersion Include="Azure.Data.Tables" Version="12.8.0" />
<PackageVersion Include="Azure.Core" Version="1.33.0" />
<PackageVersion Include="Azure.Messaging.EventHubs" Version="5.7.3" />
<PackageVersion Include="Azure.Messaging.EventHubs" Version="5.9.2" />
<PackageVersion Include="Azure.Storage.Blobs" Version="12.14.0" />
<PackageVersion Include="Azure.Storage.Queues" Version="12.12.0" />
<!-- 3rd party packages -->
Expand Down Expand Up @@ -99,4 +99,4 @@
<PackageVersion Include="Microsoft.SourceLink.AzureRepos.Git" Version="$(SourceLinkVersion)" />
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="$(SourceLinkVersion)" />
</ItemGroup>
</Project>
</Project>

0 comments on commit 6327383

Please sign in to comment.