Skip to content

Commit 6978b92

Browse files
authored
update changelog for 1.1.0-beta.6 release (Azure#33823)
1 parent affa515 commit 6978b92

File tree

1 file changed

+9
-5
lines changed
  • sdk/containerregistry/Azure.Containers.ContainerRegistry

1 file changed

+9
-5
lines changed

sdk/containerregistry/Azure.Containers.ContainerRegistry/CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
# Release History
22

3-
## 1.1.0-beta.6 (Unreleased)
4-
3+
## 1.1.0-beta.6 (2023-02-07)
54
### Features Added
65

7-
### Breaking Changes
6+
- Added method `DownloadBlobTo()` to `ContainerRegistryBlobClient`. This method downloads a blob to a provided Stream, using multiple requests if the blob size exceeds the maximum chunk size.
7+
- Added an optional `ManifestMediaType` parameter to `UploadManifest()` to enable uploading image manifests of any type.
8+
- Added `MediaType` property to `DownloadManifestResult` to enable checking the media type prior to deserializing returned manifest.
89

9-
### Bugs Fixed
10+
### Breaking Changes
1011

11-
### Other Changes
12+
- Changed signatures of `DownloadManifest()` and `UploadManifest()` methods on `ContainerRegistryBlobClient`.
13+
- Removed `DownloadManifestOptions` and `UploadManifestOptions` types.
14+
- Removed `ArtifactManifest` type.
15+
- Removed `Manifest` and `ManifestStream` properties from `DownloadManifestResult`.
1216

1317
## 1.1.0-beta.5 (2023-01-10)
1418

0 commit comments

Comments
 (0)