v0.35.0 #2294
Xuanwo
started this conversation in
Announcements
v0.35.0
#2294
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
NOTE: This release is not yet an official ASF release.
Upgrade to v0.35
Public API
Operator::from_env
andOperator::from_iter
APIsOperator::via_map
instead.Raw API
append
support with could break existing layers. Please make sureappend
requests have been forward correctly.scan
andlist
, OpenDAL removes thescan
from raw API. Please uselist_without_delimiter
instead.v0.35.0 - 2023-05-23
Added
list
,create_dir
,stat
and uploading large files (feat(services/onedrive): Implement
list
,create_dir
,stat
and uploading large files #2231)abi3
to avoid building on different pythonversion (feat(bindings/python): Enable
abi3
to avoid building on different python version #2255)append
(feat(core): Add trait and public API forappend
#2260)Changed
Fixed
Removed
scan
from raw API (feat(core): removescan
from raw API #2262)Docs
CI
Chore
New Contributors
Full Changelog: v0.34.0...v0.35.0
This discussion was created from the release v0.35.0.
Beta Was this translation helpful? Give feedback.
All reactions