You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: azure-storage-blob/ChangeLog.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,12 @@
2
2
3
3
> See [BreakingChanges](BreakingChanges.md) for a detailed list of API breaks.
4
4
5
+
## Version 1.1.0:
6
+
7
+
- Support for 2017-07-29 REST version. Please see our REST API documentation and blogs for information about the related added features.
8
+
- Added support for soft delete feature. If a delete retention policy is enabled through the set service properties API, then blobs or snapshots could be deleted softly and retained for a specified number of days, before being permanently removed by garbage collection.
9
+
- Error message now contains the ErrorCode from the x-ms-error-code header value.
10
+
5
11
## Version 1.0.0:
6
12
7
13
- The package has switched from Apache 2.0 to the MIT license.
@@ -14,4 +20,4 @@
14
20
15
21
- Enabling MD5 validation no longer uses the memory-efficient algorithm for large block blobs, since computing the MD5 hash requires reading the entire block into memory.
16
22
- Fixed a bug in the _SubStream class which was at risk of causing data corruption when using the memory-efficient algorithm for large block blobs.
17
-
- Support for AccessTierChangeTime to get the last time a tier was modified on an individual blob.
23
+
- Support for AccessTierChangeTime to get the last time a tier was modified on an individual blob.
0 commit comments