Azure.Messaging.EventHubs 5.1.0-preview.1

This is a prerelease version of Azure.Messaging.EventHubs.
There is a newer version of this package available.
See the version list below for details.
dotnet add package Azure.Messaging.EventHubs --version 5.1.0-preview.1
                    
NuGet\Install-Package Azure.Messaging.EventHubs -Version 5.1.0-preview.1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Azure.Messaging.EventHubs" Version="5.1.0-preview.1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Azure.Messaging.EventHubs" Version="5.1.0-preview.1" />
                    
Directory.Packages.props
<PackageReference Include="Azure.Messaging.EventHubs" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Azure.Messaging.EventHubs --version 5.1.0-preview.1
                    
#r "nuget: Azure.Messaging.EventHubs, 5.1.0-preview.1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Azure.Messaging.EventHubs&version=5.1.0-preview.1&prerelease
                    
Install Azure.Messaging.EventHubs as a Cake Addin
#tool nuget:?package=Azure.Messaging.EventHubs&version=5.1.0-preview.1&prerelease
                    
Install Azure.Messaging.EventHubs as a Cake Tool

Azure Event Hubs is a highly scalable publish-subscribe service that can ingest millions of events per second and stream them to multiple consumers.  This client library allows for both publishing and consuming events using Azure Event Hubs. For more information about Event Hubs, see https://azure.microsoft.com/en-us/services/event-hubs/

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories (21)

Showing the top 5 popular GitHub repositories that depend on Azure.Messaging.EventHubs:

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
Azure/azure-sdk-for-net
This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
dotnet/aspire
Tools, templates, and packages to accelerate building observable, production-ready apps
Xabaril/AspNetCore.Diagnostics.HealthChecks
Enterprise HealthChecks for ASP.NET Core Diagnostics Package
testcontainers/testcontainers-dotnet
A library to support tests with throwaway instances of Docker containers for all compatible .NET Standard versions.
Version Downloads Last updated
5.6.2 69 9/19/2022
5.3.0 1 3/8/2021
5.3.0-beta.4 2 3/8/2021
5.3.0-beta.3 1 3/8/2021
5.3.0-beta.2 1 3/8/2021
5.3.0-beta.1 1 3/8/2021
5.2.0 3 3/8/2021
5.2.0-preview.3 2 3/8/2021
5.2.0-preview.2 2 3/8/2021
5.2.0-preview.1 2 3/8/2021
5.1.0 32,956 3/8/2021
5.1.0-preview.1 3 3/8/2021
5.0.1 1 3/8/2021
5.0.0 2 3/8/2021
5.0.0-preview.6 2 3/8/2021
5.0.0-preview.5 1 3/8/2021
5.0.0-preview.4 1 3/8/2021
5.0.0-preview.3 2 3/8/2021
5.0.0-preview.2 1 3/8/2021
5.0.0-preview.1 1 3/8/2021

### Acknowledgments
Thank you to our developer community members who helped to make the Event Hubs client libraries better with their contributions to this release:
- Alberto De Natale _([GitHub](https://github.com/albertodenatale))_
- Christopher Scott _([GitHub](https://github.com/christothes))_
#### Consuming events
- A new primitive, `EventProcessor<TPartition>`, has been implemented to serve as an extensibility point for creating a custom event processor instance.  It offers built-in fault tolerance, load balancing, and structure while allowing tuning for low-level network configuration, processing of events in batches, and customization for the storage of checkpoints.  More detail can be found in the [design proposal](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/design/event-processor%7BT%7D-proposal.md).
- A new primitive, `PartitionProcessor`, has been implemented to serve as a low-level means of reading batches of events from a single partition with greater control over network configuration.  More detail can be found in the [design proposal](https://github.com/Azure/azure-sdk-for-net/blob/master/sdk/eventhub/Azure.Messaging.EventHubs/design/partition-receiver-proposal.md).
#### Publishing events
- Event batches are now protected against modification while publishing is actively taking place.
#### Bug fixes and foundation
- Exceptions surfaced will now properly remember their context in all scenarios; previously, some deferred cases unintentionally reset the context.
- Validation for the Event Hubs fully qualified namespace has been improved, allowing for more deterministic failures when creating clients.
- The diagnostic scope for activities will now complete in a more deterministic manner.  (A community contribution, courtesy of [christothes]((https://github.com/christothes)))
- Diagnostic activities have been extended with additional information about events being processed and with additional environmental context.
- Parsing of connection strings is now more permissive for the `Endpoint` key, allowing additional formats that result from common mistakes when building the string rather than copying the value from the portal.
- `LastEnqueuedEventProperties` can now be compared for structural equality.
#### Testing
- For special cases, the live tests may be instructed to use existing Azure resources instead of dynamically creating dedicated resources for the run.  (A community contribution, courtesy of [albertodenatale](https://github.com/albertodenatale))

https://github.com/Azure/azure-sdk-for-net/blob/e85d6412c147037eeae098c76ca30ba1968882f6/sdk/eventhub/Azure.Messaging.EventHubs/CHANGELOG.md