|
1 | 1 | # Release History |
2 | 2 |
|
3 | | -## 1.0.0-beta.5 (Unreleased) |
| 3 | +## 12.0.0-beta.5 (2020-11-13) |
4 | 4 |
|
5 | | -### Breaking Changes |
| 5 | +### New Features |
6 | 6 |
|
7 | | -* Move header `azure/storage/blobs/blob.hpp` to `azure/storage/blobs.hpp` |
| 7 | +* Support for replaceable HTTP transport layer. |
| 8 | +* Add `version.hpp`. |
8 | 9 |
|
9 | | -## 1.0.0-beta.4 (2020-10-16) |
| 10 | +### Breaking Changes |
10 | 11 |
|
11 | | -### Bug Fixes |
| 12 | +* Move header `azure/storage/blobs/blob.hpp` to `azure/storage/blobs.hpp`. |
| 13 | +* Service API return types which are typically suffixed with `Result` are moved to the `Models` sub-namespaces and everything else from the protocol layer is made private by moving to the `Details` namespace. |
| 14 | +* Make XML serializer and deserializer private by moving them to the `Details` namespace. |
| 15 | +* Remove `BlockBlobClientOptions`, `AppendBlobClientOptions` and `PageBlobClientOptions`, use `BlobClientOptions` instead. |
| 16 | +* Rename `BlobSasBuilder::ToSasQueryParameters` to `BlobSasBuilder::GenerateSasToken`. |
12 | 17 |
|
13 | | -* Unencoded Container/Blob name is now encoded. |
| 18 | +### Other Changes and Improvements |
14 | 19 |
|
15 | | -## 1.0.0-beta.3 (2020-10-13) |
| 20 | +* Default uploading/downloading concurrency is changed from 1 to 5. |
| 21 | +* Remove support for specifying SAS version. |
| 22 | + |
| 23 | +## 1.0.0-beta.4 (2020-10-16) |
16 | 24 |
|
17 | 25 | ### New Features |
18 | 26 |
|
19 | | -* Bump up API version to 2020-02-10 |
20 | | -* Support for Last Accessting Time |
21 | | -* Add TagCount and ExiryTime in the responses of getting propertites and downloading blobs |
| 27 | +* Bump up API version to 2020-02-10. |
| 28 | +* Support for Last Accessting Time. |
| 29 | +* Add TagCount and ExiryTime in the responses of getting propertites and downloading blobs. |
22 | 30 |
|
23 | 31 | ### Breaking Changes |
24 | 32 |
|
25 | | -* Variable name change: BreakContainerLeaseOptions::breakPeriod -> BreakContainerLeaseOptions::BreakPeriod |
26 | | -* Variable name change: BreakBlobLeaseOptions::breakPeriod -> BreakBlobLeaseOptions::BreakPeriod |
27 | | -* CreateFromConnectionString now accepts unencoded blob name |
28 | | -* TagConditions is changed to nullable |
| 33 | +* Variable name change: BreakContainerLeaseOptions::breakPeriod -> BreakContainerLeaseOptions::BreakPeriod. |
| 34 | +* Variable name change: BreakBlobLeaseOptions::breakPeriod -> BreakBlobLeaseOptions::BreakPeriod. |
| 35 | +* CreateFromConnectionString now accepts unencoded blob name. |
| 36 | +* TagConditions is changed to nullable. |
29 | 37 | * Variable name change: `Marker` is renamed to `ContinuationToken` for `ListContainersSegmentOptions`, `FindBlobsByTagsOptions` and `ListBlobsSegmentOptions`. |
30 | | -* Varaible name change: `Marker` is renamed to `PreviousContinuationToken`, `NextMarker` is renamed to `ContinuationToken` for `FilterBlobsSegmentResult`, `ListContainersSegmentResult`, `ListBlobsByHierarchySegmentResult` and `ListBlobsFlatSegmentResult`. |
| 38 | +* Variable name change: `Marker` is renamed to `PreviousContinuationToken`, `NextMarker` is renamed to `ContinuationToken` for `FilterBlobsSegmentResult`, `ListContainersSegmentResult`, `ListBlobsByHierarchySegmentResult` and `ListBlobsFlatSegmentResult`. |
| 39 | + |
| 40 | +### Bug Fixes |
| 41 | + |
| 42 | +* Unencoded Container/Blob name is now encoded. |
31 | 43 |
|
32 | 44 | ## 1.0.0-beta.2 (2020-09-09) |
33 | 45 |
|
34 | 46 | ### New Features |
35 | 47 |
|
36 | | -* Support for Blob Batch |
37 | | -* Support for Blob Index |
38 | | -* Release based on azure-core_1.0.0-beta.1 |
| 48 | +* Support for Blob Batch. |
| 49 | +* Support for Blob Index. |
| 50 | +* Release based on azure-core_1.0.0-beta.1. |
39 | 51 |
|
40 | 52 | ## 1.0.0-beta.1 |
41 | 53 |
|
|
50 | 62 | - BlobContainerClient::GetAccessPolicy |
51 | 63 | - BlobContainerClient::SetAccessPolicy |
52 | 64 | - AppendBlobClient::Seal |
53 | | -* Support for blob versioning |
54 | | -* Support for blob lease and container lease |
55 | | -* Support for account SAS and blob SAS |
56 | | -* Support for transactional checksum |
| 65 | +* Support for blob versioning. |
| 66 | +* Support for blob lease and container lease. |
| 67 | +* Support for account SAS and blob SAS. |
| 68 | +* Support for transactional checksum. |
57 | 69 |
|
58 | 70 |
|
59 | 71 | ## 1.0.0-preview.1 (Unreleased) |
|
0 commit comments