This repository was 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
asynchas been renamed and all classes from
this module can now be imported from azure.eventhub directly. - Breaking change Removed optional
callbackargument fromReceiver.receiveandAsyncReceiver.receive. - Breaking change
EventData.propertieshas 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.