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

azure-eventhub 1.3.0

Choose a tag to compare

@annatisch annatisch released this 29 Jan 23:25
· 7 commits to master since this release
ff197f3

Bugfixes

  • Added support for auto reconnect on token expiration and other auth errors (issue #89).

Features

  • Added ability to create ServiceBusClient from an existing SAS auth token, including provding a function to auto-renew that token on expiry.
  • Added support for storing a custom EPH context value in checkpoint (PR #84, thanks @konstantinmiller)