github Azure/azure-sdk-for-python azure-eventhub_5.0.0b4

latest releases: azure-ai-ml_1.16.0b1, azure-template_0.1.0b3768090, azure-search-documents_11.6.0b4...
pre-release4 years ago

5.0.0b4 (2019-10-08)

New features

  • Added support for tracing (issue #7153).
  • Added the capability of tracking last enqueued event properties of the partition to EventHubConsumer .
    • Added new boolean type parametertrack_last_enqueued_event_properties in method EventHubClient.create_consumer().
    • Added new property last_enqueued_event_properties of EventHubConsumer which contains sequence_number, offset, enqueued_time and retrieval_time information.
    • By default the capability is disabled as it will cost extra bandwidth for transferring more information if turned on.

Breaking changes

  • Removed support for IoT Hub direct connection.
  • Removed support for sending EventData to IoT Hub.
  • Removed parameter exception in method close() of EventHubConsumer and EventHubProcuer.
  • Updated uAMQP dependency to 1.2.3.

Don't miss a new azure-sdk-for-python release

NewReleases is sending notifications on new releases.