github Azure/azure-sdk-for-js @azure/event-hubs_5.4.0

latest releases: @azure-rest/maps-search_2.0.0-beta.2, @azure-rest/maps-geolocation_1.0.0-beta.4, @azure-rest/maps-render_2.0.0-beta.1...
3 years ago

5.4.0 (2021-02-09)

  • Adds the customEndpointAddress field to EventHubClientOptions.
    This allows for specifying a custom endpoint to use when communicating
    with the Event Hubs service, which is useful when your network does not
    allow communicating to the standard Event Hubs endpoint.
    Resolves #12901.

  • A helper method parseEventHubConnectionString has been added which validates and
    parses a given connection string for Azure Event Hubs.
    Resolves #11894

  • Re-exports RetryMode for use when setting the RetryOptions.mode field
    in EventHubConsumerClientOptions or EventHubClientOptions.
    Resolves #13166.

  • Updates documentation for EventData to call out that the body field
    must be converted to a byte array or Buffer when cross-language
    compatibility while receiving events is required.

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

NewReleases is sending notifications on new releases.