Skip to content

Commit 03d9a5d

Browse files
Cleaning up CHANGELOG.md and README.md (Azure#21494)
1 parent d1d0a7f commit 03d9a5d

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

sdk/storage/azblob/CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## 1.1.1 (Unreleased)
44

55
### Features Added
6+
* Added support for service version 2020-12-06, 2021-02-12, 2021-04-10, 2021-06-08, 2021-08-06 , 2021-10-04, 2021-12-02, 2022-11-02, 2023-01-03, 2023-05-03, and 2023-08-03
67
* Added support for [Cold Tier](https://learn.microsoft.com/azure/storage/blobs/access-tiers-overview?tabs=azure-portal).
78
* Added `CopySourceTag` option for `UploadBlobFromURLOptions`
89
* Added [FilterBlobs by Tags](https://learn.microsoft.com/rest/api/storageservices/find-blobs-by-tags-container) API for container client.
@@ -11,14 +12,10 @@
1112
* Added `ArchiveStatusRehydratePendingToCold` value to `ArchiveStatus` enum.
1213
* Content length limit for `AppendBlob.AppendBlock()` and `AppendBlob.AppendBlockFromURL()` raised from 4 MB to 100 MB.
1314

14-
### Breaking Changes
15-
1615
### Bugs Fixed
1716
* Fixed issue where some requests fail with mismatch in string to sign.
1817
* Fixed service SAS creation where expiry time or permissions can be omitted when stored access policy is used. Fixes [#21229](https://github.com/Azure/azure-sdk-for-go/issues/21229).
1918

20-
* Fixed service SAS creation where expiry time or permissions can be omitted when stored access policy is used. Fixes [#21229](https://github.com/Azure/azure-sdk-for-go/issues/21229).
21-
2219
### Other Changes
2320
* Updating version of azcore to 1.6.0.
2421

sdk/storage/azblob/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Azure Blob Storage module for Go
22

3-
> Service Version: 2020-10-02
3+
> Service Version: 2023-08-03
44
55
Azure Blob Storage is Microsoft's object storage solution for the cloud. Blob
66
Storage is optimized for storing massive amounts of unstructured data - data that does not adhere to a particular data model or

0 commit comments

Comments
 (0)