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: sdk/containerregistry/Azure.Containers.ContainerRegistry/CHANGELOG.md
+9-5Lines changed: 9 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,18 @@
1
1
# Release History
2
2
3
-
## 1.1.0-beta.6 (Unreleased)
4
-
3
+
## 1.1.0-beta.6 (2023-02-07)
5
4
### Features Added
6
5
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.
8
9
9
-
### Bugs Fixed
10
+
### Breaking Changes
10
11
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`.
0 commit comments