12.11.0b1 (2023-02-02)
Features Added
- Added support for service version 2021-12-02.
- Added support for file and directory paths that contain invalid XML characters. When listing or fetching properties,
the service will encode illegal characters and the SDK will now automatically decode them. - Added support for
AsyncIterable
as data type for async file upload.
Bugs Fixed
- Fixed an issue where keyword
name_starts_with
was not being passed to the service properly for thelist_shares
async API
Other Changes
- Removed
msrest
dependency. - Added
typing-extensions>=4.0.1
as a dependency. - Added
isodate>=0.6.1
as a dependency. - Added extra dependency
aio
for installing optional async dependencies. Usepip install azure-storage-file-share[aio]
to install.