v0.27.0 #1326
Xuanwo
started this conversation in
Announcements
v0.27.0
#1326
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrade to v0.27
In v0.27, we refactored our
list
related logic and addedscan
support. So makePager
andBlockingPager
associated types inAccessor
too!User defined layers
Due to this change, all layers implementation should be changed. If there is not changed over pager, they can by changed like the following:
Usage of ops
To reduce the understanding overhead, we move all
OpXxx
intoopendal::ops
now. User may need to change:Usage of RetryLayer
backon
is the implementation detail of ourRetryLayer
, so we hide it from our public API. Users ofRetryLayer
need to change the code like:What's Changed
New Contributors
Full Changelog: v0.26.2...v0.27.0
This discussion was created from the release v0.27.0.
Beta Was this translation helpful? Give feedback.
All reactions