github Azure/azure-sdk-for-python azure-storage-queue_12.0.0b2

latest releases: azure-template_0.1.0b3648299, azure-monitor-query_1.3.0, azure-ai-generative_1.0.0b8...
pre-release4 years ago

Breaking changes

  • The behavior of listing operations has been modified:
    • The previous marker parameter has been removed.
    • The iterable response object now supports a by_page function that will return a secondary iterator of batches of results. This function supports a continuation_token parameter to replace the previous marker parameter.
  • The new listing behaviour is also adopted by the receive_messages operation:
    • The receive operation returns a message iterator as before.
    • The returned iterator supports a by_page operation to receive messages in batches.

New features

  • Added async APIs to subnamespace azure.storage.queue.aio.
  • Distributed tracing framework OpenCensus is now supported.

Dependency updates

  • Adopted azure-core 1.0.0b2

    • If you later want to revert to azure-storage-queue 12.0.0b1, or another Azure SDK
      library requiring azure-core 1.0.0b1, you must explicitly install azure-core
      1.0.0b1 as well. For example:

    pip install azure-core==1.0.0b1 azure-storage-queue==12.0.0b1

Fixes and improvements

  • General refactor of duplicate and shared code.

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

NewReleases is sending notifications on new releases.