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

azure-eventhub 1.0.0

Compare
Choose a tag to compare
@annatisch annatisch released this 23 Aug 19:11
· 29 commits to master since this release
1433553
  • API stable.
  • Renamed internal _async module to async_ops for docs generation.
  • Added optional auth_timeout parameter to EventHubClient and EventHubClientAsync to configure how long to allow for token
    negotiation to complete. Default is 60 seconds.
  • Added optional send_timeout parameter to EventHubClient.add_sender and EventHubClientAsync.add_async_sender to determine the
    timeout for Events to be successfully sent. Default value is 60 seconds.
  • Reformatted logging for performance.