1.1.0-beta.2 (2021-10-13)
Features Added
- Added an overload for
UploadManifest(Async) method that takes the manifest
Stream` as an input. - Added methods in
ContainerRegistryModelFactory
that create instances ofDownloadBlobResult
,DownloadManifestResult
,UploadBlobResult
andUploadManifestResult
for mocking. - Added
DownloadManifestOptions
type to allow callers to pass-in either a tag or a digest inDownloadManifest(Async)
. - Added
ManifestStream
as a property inDownloadManifestResult
that contains the raw manifest stream from the service response.
Breaking Changes
- Changed
DownloadManifest(Async)
method to takeDownloadManifestOptions
as an input parameter. This allows callers to pass-in either a tag or a digest as the manifest identifier.