Skip to content

@azure/event-hubs_5.5.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 06 Apr 19:16
d31aa59

5.5.0 (2021-04-06)

  • Updates the methods on the CheckpointStore interface to accept
    an optional options parameter that can be used to pass in an
    abortSignal and tracingOptions.

New features:

  • Allows passing NamedKeyCredential and SASCredential as the credential type to EventHubConsumerClient and EventHubProducerClient.
    These credential types support rotation via their update methods and are an alternative to using the SharedAccessKeyName/SharedAccessKey or SharedAccessSignature properties in a connection string.

Tracing updates

  • Tracing options for EventDataBatch.tryAdd now match the shape of OperationOptions.