NOTE: This release is not yet an official ASF release. We are still in the process of learning how to create a formal one.
Upgrade to v0.32
OpenDAL 0.32 doesn't have much breaking changes.
We changed Accessor::create
into Accessor::create_dir
. Only users who implement Layer
need to change.
v0.32.0 - 2023-04-18
Added
- feat: Add wasabi service implementation (#2004)
- feat: improve the readability of oli command line error output (#2016)
- feat: add If-Match Support for OpRead, OpWrite, OpStat (#2017)
- feat: add behavioral test for Write::abort (#2018)
- feat: add if-match support for obs (#2023)
- feat: Add missing functions for trace layers (#2025)
- feat(layer): add madsim layer (#2006)
- feat(gcs): add support for gcs append (#1801)
Changed
- refactor: Rename
Create
toCreateDir
for its behavior changed (#2019)
Fixed
- fix: Cargo lock not updated (#2027)
- fix(services/s3): Ignore empty query to make it more compatible (#2028)
- fix(services/oss): Fix env not loaded for oss signer (#2029)
Docs
New Contributors
- @czybjtu made their first contribution in #2016
- @Yansongsongsong made their first contribution in #2022
- @haohuaijin made their first contribution in #2023
- @SkyFan2002 made their first contribution in #2006
- @cuichenli made their first contribution in #1801
Full Changelog: v0.31.1...v0.32.0