Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

EH & EPH 1.0.6

Latest
Compare
Choose a tag to compare
@amarzavery amarzavery released this 05 Oct 20:12
· 20 commits to master since this release
dff1079

EH 1.0.6

  • export EventHubConnectionConfig from the library.

EPH 1.0.6

  • Remove @azure/amqp-common and rhea-promise as dependencies, since we use very little from
    those libraries and there is a risk of having two instances of rhea in the dependency chain which
    can cause problems while encoding types for filters.
  • HostContext.connectionConfig is now of type EventHubConnectionConfig.
  • Minimum dependency on @azure/event-hubs: "^1.0.6".