This repository has been archived by the owner on Oct 12, 2023. It is now read-only.
azure-eventhub 0.2.0rc1
Pre-release
Pre-release
- Breaking change Restructured library to support Python 3.7. Submodule
async
has been renamed and all classes from
this module can now be imported from azure.eventhub directly. - Breaking change Removed optional
callback
argument fromReceiver.receive
andAsyncReceiver.receive
. - Breaking change
EventData.properties
has been renamed toEventData.application_properties
.
This removes the potential for messages to be processed via callback for not yet returned
in the batch. - Updated uAMQP dependency to v0.1.0
- Added support for constructing IoTHub connections.
- Fixed memory leak in receive operations.
- Dropped Python 2.7 wheel support.