Skip to content

azure-storage-queue_12.3.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 14 Apr 23:50
ba06836

12.3.0b1 (2022-04-14)

Features Added

  • Added support for max_messages in receive_messages() to specify the maximum number of messages to receive from the queue.

Other Changes

  • Updated SAS token generation to use the latest supported service version by default. Moving to the latest version
    also included a change to how account SAS is generated to reflect a change made to the service in SAS generation for
    service version 2020-12-06.
  • Updated documentation for receive_messages() to explain iterator behavior and life-cycle.
  • Added a sample to queue_samples_message.py (and async-equivalent) showcasing the use of max_messages in receive_messages().