github Azure/azure-sdk-for-js @azure/event-hubs_5.7.0-beta.1

latest releases: @azure/cosmos_4.0.1-beta.3, @azure/core-lro_3.0.0-beta.2, @azure/arm-security_6.0.0-beta.5...
pre-release2 years ago

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 to EventHubConsumerClient.subscribe method. When set to true it will disable the client from running JSON.parse() on the message body when receiving the message. Not applicable if the message was sent with AMQP body type value or sequence.

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.

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

NewReleases is sending notifications on new releases.