1.0.0 (2023-05-09)
Features Added
- First stable release of the azeventhubs package.
- Authentication errors are indicated with an
azeventhubs.Error
, with aCode
ofazeventhubs.ErrorCodeUnauthorizedAccess
. (PR#20450)
Bugs Fixed
- Authentication errors could cause unnecessary retries, making calls taking longer to fail. (PR#20450)
- Recovery now includes internal timeouts and also handles restarting a connection if AMQP primitives aren't closed cleanly.
- Potential leaks for $cbs and $management when there was a partial failure. (PR#20564)
- Latest go-amqp changes have been merged in with fixes for robustness.
- Sending a message to an entity that is full will no longer retry. (PR#20722)
- Checkpoint store handles multiple initial owners properly, allowing only one through. (PR#20727)