1.1.0b3 (2023-04-04)
Features Added
- Supported uploading and downding large OCI artifact blobs in synchronous and asynchronous
ContainerRegistryClient
. - Published model
DownloadManifestResult
,DownloadBlobStream
andAsyncDownloadBlobStream
.
Breaking Changes
- Suppress the response error with status code
404
indelete_blob()
. - Added to return blob size in bytes in
upload_blob()
. - Changed
download_blob()
return type fromDownloadBlobResult
toDownloadBlobStream
andAsyncDownloadBlobStream
.