diff --git a/sdk/storage/azure-storage-blob/CHANGELOG.md b/sdk/storage/azure-storage-blob/CHANGELOG.md index 012a30ce2709..86486677dea0 100644 --- a/sdk/storage/azure-storage-blob/CHANGELOG.md +++ b/sdk/storage/azure-storage-blob/CHANGELOG.md @@ -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