Skip to content

Commit 6abeaba

Browse files
[Storage] Update Blob CHANGELOG after hotfix (#34644)
1 parent aaa66c5 commit 6abeaba

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ using async OAuth credentials.
2121
`list_blobs`, `list_blobs_names`, and `walk_blobs`. This change was made to avoid confusion for filtering results.
2222
The `name_starts_with` parameter is the correct prameter to pass for filtering.
2323

24+
## 12.19.1 (2024-03-05)
25+
26+
### Bugs Fixed
27+
- Fixed an issue where under rare circumstances, full downloads of sparse Page Blobs could result in the
28+
downloaded content containing up to one "chunk" of extra `\x00` at the end due to an optimization error.
29+
2430
## 12.19.0 (2023-11-07)
2531

2632
### Features Added

0 commit comments

Comments
 (0)