github Azure/azure-sdk-for-python azure-storage-blob_12.18.0b1

12.18.0b1 (2023-08-08)

Features Added

  • Added support for service versions 2023-05-03 and 2023-08-03.
  • Added version_id as a client constructor parameter to BlobClient. This change makes BlobClients version-aware, such that
    all APIs that accept version_id will operate on the version ID provided during client construction by default.
  • Added optional keyword version_id to get_blob_client APIs which, if provided, will result in a version-aware BlobClient in which
    all APIs that accept version_id will operate on the version ID provided to the get_blob_client API call by default.

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

NewReleases is sending notifications on new releases.