This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
amarzavery
released this
05 Oct 20:12
·
20 commits
to master
since this release
EH 1.0.6
- export
EventHubConnectionConfig
from the library.
EPH 1.0.6
- Remove
@azure/amqp-common
andrhea-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 typeEventHubConnectionConfig
.- Minimum dependency on
@azure/event-hubs: "^1.0.6"
.