File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed
azure-storage-file-datalake Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ conditionally perform `BlobClient`'s `set_blob_tags` and `get_blob_tags` operati
1010APIs, which specifies the full path to start listing paths from.
1111- Added support for the keyword ` user_delegation_oid ` to ` generate_blob_sas ` and ` generate_container_sas ` , which
1212specifies the Entra ID of the user that is authorized to use the generated SAS URL.
13+ - Added support for ` UseDevelopmentStorage=true; ` as a valid connection string for Azurite.
1314
1415## 12.27.1 (2025-10-29)
1516
Original file line number Diff line number Diff line change 88` DataLakeDirectoryClient ` 's ` get_paths ` APIs, which specifies the full path to start listing paths from.
99- Added support for the keyword ` user_delegation_oid ` to ` generate_file_system_sas ` , ` generate_directory_sas ` , and
1010` generate_file_sas ` , which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
11+ - Added support for ` UseDevelopmentStorage=true; ` as a valid connection string for Azurite.
12+
13+ ### Other Changes
14+ - Migrated any previously documented ` kwarg ` arguments to be named keywords.
15+ Some public types may have been adjusted if they were previously erroneous or incomplete.
16+ - Removed ` __enter__ ` and ` __exit__ ` attributes for all asynchronous client objects for raising explicit ` TypeError ` ,
17+ and let the ` AttributeError ` raise directly.
1118
1219## 12.22.0 (2025-10-15)
1320
Original file line number Diff line number Diff line change @@ -19,6 +19,10 @@ for the SMB protocol to specify whether encryption in transit is required.
1919- Added support for the keyword ` data ` to ` FileClient ` 's ` create_file ` API, which specifies the
2020optional initial data to be uploaded (up to 4MB).
2121
22+ ### Bugs Fixed
23+ - Fixed an issue where ` FileProperties ` and ` DirectoryProperties ` did not contain timezone information for
24+ ` change_time ` , ` creation_time ` , and ` last_write_time ` attributes.
25+
2226## 12.23.1 (2025-10-29)
2327
2428### Bugs Fixed
Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ for the purposes of signing SAS tokens.
1010of the user that is authorized to use the generated SAS URL.
1111- Added support for the keyword ` user_delegation_key ` to ` generate_queue_sas ` used with
1212` user_delegation_oid ` to authenticate the request to generate a new SAS URL.
13+ - Added support for ` UseDevelopmentStorage=true; ` as a valid connection string for Azurite.
1314
1415## 12.14.1 (2025-10-29)
1516
You can’t perform that action at this time.
0 commit comments