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 as a Cake Addin
#tool nuget:?package=Azure.Messaging.EventHubs&version=5.1.0-preview.1&prerelease
                    
Install 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 (22)

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

Repository Stars
dotnet/orleans
Cloud Native application framework for .NET
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.
dotnet/samples
Sample code referenced by the .NET documentation
thepirat000/Audit.NET
An extensible framework to audit executing operations in .NET and .NET Core.
paolosalvatori/ServiceBusExplorer
The Service Bus Explorer allows users to connect to a Service Bus namespace and administer messaging entities in an easy manner. The tool provides advanced features like import/export functionality or the ability to test topic, queues, subscriptions, relay services, notification hubs and events hubs.
mspnp/cloud-design-patterns
Sample implementations for cloud design patterns found in the Azure Architecture Center.
Azure/Industrial-IoT
Azure Industrial IoT Platform
Azure/azure-iot-sdk-csharp
A C# SDK for connecting devices to Microsoft Azure IoT services
Azure/azure-functions-dotnet-worker
Azure Functions out-of-process .NET language worker
PacktPublishing/The-Azure-Cloud-Native-Architecture-Mapbook
The Azure Cloud Native Architecture Mapbook, published by Packt
Azure/diagnostics-eventflow
Microsoft Diagnostics EventFlow
Azure-Samples/streaming-at-scale
How to implement a streaming at scale solution in Azure
microsoft/durabletask-netherite
A new engine for Durable Functions. https://microsoft.github.io/durabletask-netherite
Azure/azure-stream-analytics
Azure Stream Analytics
Azure/azure-functions-powershell-worker
PowerShell language worker for Azure Functions.
Azure/iotedge-lorawan-starterkit
Sample implementation of LoRaWAN components to connect LoRaWAN antenna gateway running IoT Edge directly with Azure IoT.
mspnp/serverless-reference-implementation
Serverless reference implementation guidance
microsoft/iomt-fhir
iomt-fhir
Azure-Samples/digital-twins-samples
Azure Digital Twins building scenario sample code
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 2 3/8/2021
5.3.0-beta.2 1 3/8/2021
5.3.0-beta.1 2 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 3 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 2 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