Skip to content
Merged
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
6 changes: 5 additions & 1 deletion sdk/storage/azure-storage-blob/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,17 @@
- Fixed an issue with the new generation where listing page ranges for an empty page blob could raise a `ValueError` instead of returning
an empty list.
- Fixed an issue where a SAS generated for a blob name containing a backslash (`\`) was invalid because the backslash was not normalized to a forward slash when building the signed resource.
- Fixed an issue where a header name or value containing a `\r` or `\n` was written directly into a batch request body. Such headers are now rejected with a `ValueError`.

### Other Changes
- Added public `SignedIdentifier` model and updated `ContainerClient.get_container_access_policy`
and `azure.storage.blob.aio.ContainerClient.get_container_access_policy` to return public
models instead of generated internal types.

## 12.30.2 (2026-09-16)

### Bugs Fixed
- Fixed an issue where a header name or value containing a `\r` or `\n` was written directly into a batch request body. Such headers are now rejected with a `ValueError`.

## 12.30.1 (2026-08-27)

### Bugs Fixed
Expand Down