MyGit

v0.29.0

apache/opendal

版本发布时间: 2023-03-01 21:02:42

apache/opendal最新发布版本:v0.46.0(2024-05-06 09:26:13)

Upgrade to v0.29

In v0.29, we introduced [Object Writer][crate::docs::rfcs::rfc_1420_object_writer] to replace existing Multipart related APIs.

Users can now append multiparts bytes into object via:

let mut w = o.writer().await?;
w.write(bs1).await?;
w.write(bs2).await?;
w.close()

Along with this change, we cleaned up a lot of internal structs and traits. Users who used to depend on opendal::raw::io::{input,output} should use opendal::raw::oio instead.

Also, decompress related feature also removed. Users can use async-compression with ObjectReader directly.


What's Changed

New Contributors

Full Changelog: https://github.com/datafuselabs/opendal/compare/v0.28.0...v0.29.0

相关地址:原始地址 下载(tar) 下载(zip)

查看:2023-03-01发行的版本