v0.33.0 #2076
Xuanwo
started this conversation in
Announcements
v0.33.0
#2076
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrade to v0.33
Public API
OpenDAL 0.33 has redesigned the
Writer
API, replacing all instances ofwriter.append()
withwriter.write()
. For more information, please refer toWriter
.Raw API
In addition to the redesign of the
Writer
API, we have removedappend
fromoio::Write
. Therefore, users who implement services and layers should also remove it.After v0.33 landing, services should handle
OpWrite::content_length
correctly by following these guidelines:NotSupported
if content length isNone
.close
orabort
has been called.Furthermore, OpenDAL 0.33 introduces a new concept called
Capability
which replacesAccessorCapability
. Services must adapt to this change.v0.33.0 - 2023-04-23
Added
start-after
support for list (feat(core): Addstart-after
support for list #2071)Changed
Fixed
Docs
CI
--provenance
(feat(bindings/nodejs): publish support--provenance
#2046)New Contributors
start-after
support for list #2071Full Changelog: v0.32.0...v0.33.0
This discussion was created from the release v0.33.0.
Beta Was this translation helpful? Give feedback.
All reactions