5.5.0-beta.1 (2021-03-09)
-
Adds support for enabling idempotent partition event publishing with the
EventHubProducerClient
. This is a preview feature and the API may change before its GA release.
Tracked by issue #14032. -
Updates the methods on the
CheckpointStore
interface to accept
an optionaloptions
parameter that can be used to pass in an
abortSignal
andtracingOptions
.
Tracing updates
- Tracing options for
EventDataBatch.tryAdd
now match the shape ofOperationOptions
.