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
Uh oh!
There was an error while loading. Please reload this page.
-
Upgrade to v0.33
Public API
OpenDAL 0.33 has redesigned the
WriterAPI, replacing all instances ofwriter.append()withwriter.write(). For more information, please refer toWriter.Raw API
In addition to the redesign of the
WriterAPI, we have removedappendfromoio::Write. Therefore, users who implement services and layers should also remove it.After v0.33 landing, services should handle
OpWrite::content_lengthcorrectly by following these guidelines:NotSupportedif content length isNone.closeoraborthas been called.Furthermore, OpenDAL 0.33 introduces a new concept called
Capabilitywhich replacesAccessorCapability. Services must adapt to this change.v0.33.0 - 2023-04-23
Added
start-aftersupport for list (feat(core): Addstart-aftersupport for list #2071)Changed
Fixed
Docs
CI
--provenance(feat(bindings/nodejs): publish support--provenance#2046)New Contributors
start-aftersupport 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