This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
azure-eventhub 1.0.0
- API stable.
- Renamed internal
_async
module toasync_ops
for docs generation. - Added optional
auth_timeout
parameter toEventHubClient
andEventHubClientAsync
to configure how long to allow for token
negotiation to complete. Default is 60 seconds. - Added optional
send_timeout
parameter toEventHubClient.add_sender
andEventHubClientAsync.add_async_sender
to determine the
timeout for Events to be successfully sent. Default value is 60 seconds. - Reformatted logging for performance.