5.1.0 (2020-05-04)
New Features
EventHubProducerClient.send_batchaccepts either anEventDataBatchor a finite list ofEventData. #9181- Added enqueueTime to span links of distributed tracing. #9599
Bug fixes
- Fixed a bug that turned
azure.eventhub.EventhubConsumerClientinto an exclusive receiver when it has no checkpoint store. #11181 - Updated uAMQP dependency to 1.2.7.
- Fixed bug in setting certificate of tlsio on MacOS. #7201
- Fixed bug that caused segmentation fault in network tracing on MacOS when setting
logging_enabletoTrueinEventHubConsumerClientandEventHubProducerClient.