Skip to content

Commit b7dc156

Browse files
[Storage] Changelogs for Bug Fixes (#43808)
1 parent 9c8a278 commit b7dc156

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

sdk/storage/azure-storage-blob/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ conditionally perform `BlobClient`'s `set_blob_tags` and `get_blob_tags` operati
1010
APIs, 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
1212
specifies 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

sdk/storage/azure-storage-file-datalake/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@
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

sdk/storage/azure-storage-file-share/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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
2020
optional 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

sdk/storage/azure-storage-queue/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ for the purposes of signing SAS tokens.
1010
of 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

0 commit comments

Comments
 (0)