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
{{ message }}
This repository was archived by the owner on May 8, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: azure-storage-blob/ChangeLog.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
2018.08 - version 1.2.0
2
+
3
+
* Updated Azure Storage API version from 2016-05-31 to 2017-04-17.
4
+
* Added method `setBlobTier` method in `BlobRestProxy` to set blob tiers.
5
+
* Added support setting or getting blob tiers related properties when creating blobs, listing blobs, getting blob properties and copying blobs.
6
+
* Set the `getBlobUrl()` method in `BlobRestProxy` visibility to public.
7
+
1
8
2018.04 - version 1.1.0
2
9
3
10
* Private method BlobRestProxy::getBlobUrl now preserves primary URI path when exists.
@@ -12,7 +19,7 @@
12
19
13
20
* Created `BlobSharedAccessSignatureHelper` and moved method `SharedAccessSignatureHelper::generateBlobServiceSharedAccessSignatureToken()` into `BlobSharedAccessSignatureHelper`.
14
21
* Added static builder methods `createBlobService` and `createContainerAnonymousAccess` into `BlobRestProxy`.
15
-
* Removed `dataSerializer` parameter from `BlobRextProxy` constructor.
22
+
* Removed `dataSerializer` parameter from `BlobRestProxy` constructor.
16
23
* Added `setUseTransactionalMD5` method for options of `BlobRestProxy::CreateBlockBlob` and `BlobRestProxy::CreatePageBlobFromContent`. Default false, enabling transactional MD5 validation will take more cpu and memory resources.
17
24
* Fixed a bug that CopyBlobFromURLOptions not found.
0 commit comments