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
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,13 @@
4
4
5
5
### Features Added
6
6
7
+
-`ContainerRegistryBlobClient.UploadBlob()` method now uploads a blob using multiple requests if it exceeds the maximum chunk size. Chunk size defaults to 4MB and can be modified by passing `UploadBlobOptions`.
8
+
- Added `Pipeline` property to `ContainerRegistryClient` and `ContainerRegistryBlobClient` to enable advanced message processing scenarios.
9
+
7
10
### Breaking Changes
8
11
12
+
- Changed type of `Manifest` property on `DownloadManifestResult` from `OciManifest` to `ArtifactManfest` to accommodate non-OCI manifest types in the future. Callers must now downcast `Manifest` to the appropriate type.
13
+
9
14
### Bugs Fixed
10
15
11
16
### Other Changes
@@ -30,6 +35,7 @@
30
35
## 1.0.0-beta.5 (2021-11-18)
31
36
32
37
### Features Added
38
+
33
39
- Updated the supported service version to "2021-07-01".
34
40
- Added support to create instances of `ArtifactManifestProperties` using the `ContainerRegistryModelFactory`.
35
41
@@ -43,7 +49,7 @@
43
49
44
50
### Features Added
45
51
46
-
- Added an overload for `UploadManifest(Async) method that takes the manifest `Stream` as an input.
52
+
- Added an overload for `UploadManifest(Async)` method that takes the manifest `Stream` as an input.
47
53
- Added methods in `ContainerRegistryModelFactory` that create instances of `DownloadBlobResult`, `DownloadManifestResult`, `UploadBlobResult` and `UploadManifestResult` for mocking.
48
54
- Added `DownloadManifestOptions` type to allow callers to pass-in either a tag or a digest in `DownloadManifest(Async)`.
49
55
- Added `ManifestStream` as a property in `DownloadManifestResult` that contains the raw manifest stream from the service response.
0 commit comments