5.3.0 (2020-09-08)
New features:
- Adds
loadBalancingOptions
to theEventHubConsumerClient
to add control around
how aggressively the client claims partitions while load balancing.
(PR 9706). - Support using the SharedAccessSignature from the connection string.
(PR 10951).
Bug fixes:
- Fixes issue #9704
where events could be skipped while receiving messages.
Previously this could occur when a retryable error was encountered and retries were exhausted while receiving a batch of events.