5.7.0-beta.1 (2021-11-12)
Features Added
- Added
EventHubBufferedProducerClient
with functionality to manage batching, concurrency, and sending of events implicitly. This abstracts the complexity away from applications regarding publishing events in an optimal fashion. See issue #17699 for more details. - Added
skipParsingBodyAsJson
optional parameter toEventHubConsumerClient.subscribe
method. When set totrue
it will disable the client from runningJSON.parse()
on the message body when receiving the message. Not applicable if the message was sent with AMQP body typevalue
orsequence
.
Other Changes
- Prevent empty spans from being created when tracing is disabled. Fixes issue #14063
- Updated to use the version
1.0.0-preview.13
of the@azure/core-tracing
dependency.