github Azure/azure-sdk-for-js @azure/event-hubs_5.0.0-preview.6

latest releases: @azure/core-rest-pipeline_1.16.0, @azure/core-amqp_4.2.2, @azure/communication-sms_1.2.0-beta.1...
pre-release4 years ago

2019-11-04 5.0.0-preview.6

  • Updated to use the latest version of the @azure/core-tracing & @azure/core-amqp package.

Breaking changes

EventHubsClient has been split into two separate clients: EventHubProducerClient and EventHubConsumerClient

The EventHubConsumerClient provides several overloads for subscribe which all take event handlers rather than
requiring an EventProcessor. There are no longer any methods that directly return ReceivedEventData - all
receiving is done via event handlers.

The EventHubProducerClient has standardized on only providing sending via sendBatch.

Construction of both objects is the same as it was for the previous client.

Don't miss a new azure-sdk-for-js release

NewReleases is sending notifications on new releases.