Skip to content

Commit b6d858c

Browse files
authored
update changelist to reflect changes since beta4 (Azure#33282)
1 parent a2a5ceb commit b6d858c

File tree

1 file changed

+7
-1
lines changed
  • sdk/containerregistry/Azure.Containers.ContainerRegistry

1 file changed

+7
-1
lines changed

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,13 @@
44

55
### Features Added
66

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+
710
### Breaking Changes
811

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+
914
### Bugs Fixed
1015

1116
### Other Changes
@@ -30,6 +35,7 @@
3035
## 1.0.0-beta.5 (2021-11-18)
3136

3237
### Features Added
38+
3339
- Updated the supported service version to "2021-07-01".
3440
- Added support to create instances of `ArtifactManifestProperties` using the `ContainerRegistryModelFactory`.
3541

@@ -43,7 +49,7 @@
4349

4450
### Features Added
4551

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.
4753
- Added methods in `ContainerRegistryModelFactory` that create instances of `DownloadBlobResult`, `DownloadManifestResult`, `UploadBlobResult` and `UploadManifestResult` for mocking.
4854
- Added `DownloadManifestOptions` type to allow callers to pass-in either a tag or a digest in `DownloadManifest(Async)`.
4955
- Added `ManifestStream` as a property in `DownloadManifestResult` that contains the raw manifest stream from the service response.

0 commit comments

Comments
 (0)