Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ conditionally perform `BlobClient`'s `set_blob_tags` and `get_blob_tags` operati
APIs, which specifies the full path to start listing paths from.
- Added support for the keyword `user_delegation_oid` to `generate_blob_sas` and `generate_container_sas`, which
specifies the Entra ID of the user that is authorized to use the generated SAS URL.
- Added support for `UseDevelopmentStorage=true;` as a valid connection string for Azurite.

## 12.27.1 (2025-10-29)

Expand Down
7 changes: 7 additions & 0 deletions sdk/storage/azure-storage-file-datalake/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@
`DataLakeDirectoryClient`'s `get_paths` APIs, which specifies the full path to start listing paths from.
- Added support for the keyword `user_delegation_oid` to `generate_file_system_sas`, `generate_directory_sas`, and
`generate_file_sas`, which specifies the Entra ID of the user that is authorized to use the generated SAS URL.
- Added support for `UseDevelopmentStorage=true;` as a valid connection string for Azurite.

### Other Changes
- Migrated any previously documented `kwarg` arguments to be named keywords.
Some public types may have been adjusted if they were previously erroneous or incomplete.
- Removed `__enter__` and `__exit__` attributes for all asynchronous client objects for raising explicit `TypeError`,
and let the `AttributeError` raise directly.

## 12.22.0 (2025-10-15)

Expand Down
4 changes: 4 additions & 0 deletions sdk/storage/azure-storage-file-share/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ for the SMB protocol to specify whether encryption in transit is required.
- Added support for the keyword `data` to `FileClient`'s `create_file` API, which specifies the
optional initial data to be uploaded (up to 4MB).

### Bugs Fixed
- Fixed an issue where `FileProperties` and `DirectoryProperties` did not contain timezone information for
`change_time`, `creation_time`, and `last_write_time` attributes.

## 12.23.1 (2025-10-29)

### Bugs Fixed
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/azure-storage-queue/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ for the purposes of signing SAS tokens.
of the user that is authorized to use the generated SAS URL.
- Added support for the keyword `user_delegation_key` to `generate_queue_sas` used with
`user_delegation_oid` to authenticate the request to generate a new SAS URL.
- Added support for `UseDevelopmentStorage=true;` as a valid connection string for Azurite.

## 12.14.1 (2025-10-29)

Expand Down