Skip to content

azure-storage-queue_12.4.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 15 Jun 23:24
f9bf3cf

12.4.0b1 (2022-06-15)

Features Added

  • Introduced version 2.0 of client-side encryption for Queue messages which utilizes AES-GCM-256 encryption.
    Version 1.0 is now deprecated and no longer considered secure. If you are using client-side encryption, it is
    highly recommended that you update to version 2.0.
    The encryption version can be specified on any client constructor via the encryption_version
    keyword (i.e. encryption_version='2.0').