github Azure/azure-sdk-for-python azure-eventhub-checkpointstoreblob-aio_1.0.0b6

latest releases: azure-servicebus_7.13.0b1, azure-eventhub_5.13.0b1, azure-eventhub_5.12.0...
pre-release4 years ago

2019-12-04 1.0.0b6

Breaking changes

  • Renamed BlobPartitionManager to BlobCheckpointStore.
  • Constructor of BlobCheckpointStore has been updated to take the storage container details directly rather than an instance of ContainerClient.
  • A from_connection_string constructor has been added for Blob Storage connection strings.
  • Module blobstoragepmaio is now internal, all imports should be directly from azure.eventhub.extensions.checkpointstoreblobaio.
  • BlobCheckpointStore now has a close() function for shutting down an HTTP connection pool, additionally the object can be used in a context manager to manage the connection.

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

NewReleases is sending notifications on new releases.