v0.38.0 #2559
PsiACE
started this conversation in
Announcements
v0.38.0
#2559
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrade to v0.38
There are no public API changes.
Raw API
OpenDAL add the
Write::sink
API to enable streaming writing. This is a breaking change for users who depend on the raw API.For a quick fix, users who have implemented
opendal::raw::oio::Write
can return anUnsupported
error forWrite::sink()
.More detailes could be found at RFC: Writer
sink
API.What's Changed
Added
is_exist
create_dir
copy
rename
delete
by @silver-ymz in feat(bindings/haskell): supportis_exist
create_dir
copy
rename
delete
#2475Monad
wrapper by @silver-ymz in feat(bindings/haskell): addMonad
wrapper #2482Changed
Fixed
std
feature for futures to allowfutures::AsyncRead
by @Xuanwo in fix: Enablestd
feature for futures to allowfutures::AsyncRead
#2450vercel artifacts
forFromStr
by @cijiugechu in fix(core/types): add missingvercel artifacts
forFromStr
#2519Docs
create
withnew
by @NiwakaDev in docs: Replacecreate
withnew
#2427CI
Chore
New Contributors
create
withnew
#2427vercel artifacts
forFromStr
#2519Full Changelog: v0.37.0...v0.38.0
This discussion was created from the release v0.38.0.
Beta Was this translation helpful? Give feedback.
All reactions