4.3.1 (2020-10-29)
Breaking Changes
None
Improvements
- AMQP connection idle timeout set to 60 seconds to detect broken or idle connections much quicker. (#15926)
Bug Fixes
- Diagnostics listener batch overhead allocation increased to avoid failures during batch sends. (#15193)
- Client now converts InvalidOperationException into a retriable EventHubsException thrown during AMQP link clouse. This helps upper layers to retry the failed operation instead of them bailing out. (#15984)