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 toBlobClient
. This change makesBlobClient
s version-aware, such that
all APIs that acceptversion_id
will operate on the version ID provided during client construction by default. - Added optional keyword
version_id
toget_blob_client
APIs which, if provided, will result in a version-awareBlobClient
in which
all APIs that acceptversion_id
will operate on the version ID provided to theget_blob_client
API call by default.