oras-project / rust-oci-client

A Rust crate to interact with OCI registries
Apache License 2.0
90 stars 47 forks source link

Add async_read support for pull_blob API #54

Closed arronwy closed 1 year ago

arronwy commented 1 year ago

This API allows blobs input stream integrate seamless with following blob processing using Rust's asynchronous IO types like async_compression.

Fixed: #53

Signed-off-by: Wang, Arron arron.wang@intel.com

flavio commented 1 year ago

@arronwy I've just published v0.9.4 that features your patch

arronwy commented 1 year ago

@arronwy I've just published v0.9.4 that features your patch

Thanks a lot for your quick review and new v0.9.4 release, much appreciated!

thomastaylor312 commented 1 year ago

@flavio Not a big deal for something this small, but generally a feature add should probably be a new minor release rather than patch (so 0.10.0)