github Azure/azure-sdk-for-python azure-eventhub_5.1.0b1

latest releases: azure-cognitiveservices-language-textanalytics_0.2.2, azure-cognitiveservices-anomalydetector_0.3.1, azure-communication-callautomation_1.2.0...
pre-release4 years ago

5.1.0b1 (2020-04-06)

New Features

  • Added EventHubConsumerClient.receive_batch() to receive and process events in batches instead of one by one. #9184
  • EventHubConsumerCliuent.receive() has a new param max_wait_time.
    on_event is called every max_wait_time when no events are received and max_wait_time is not None or 0.
  • Param event of PartitionContext.update_checkpoint is now optional. The last received event is used when param event is not passed in.
  • EventData.system_properties has added missing properties when consuming messages from IotHub. #10408

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

NewReleases is sending notifications on new releases.