We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa66c5 commit 6abeabaCopy full SHA for 6abeaba
sdk/storage/azure-storage-blob/CHANGELOG.md
@@ -21,6 +21,12 @@ using async OAuth credentials.
21
`list_blobs`, `list_blobs_names`, and `walk_blobs`. This change was made to avoid confusion for filtering results.
22
The `name_starts_with` parameter is the correct prameter to pass for filtering.
23
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
30
## 12.19.0 (2023-11-07)
31
32
### Features Added
0 commit comments