v0.20.0 #962
Xuanwo
started this conversation in
Announcements
v0.20.0
#962
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrade to v0.20
v0.20 is a big release that we introduce a lot of performance related changes.
To make the best of information from
read
operation, we propose and implemented RFC-0926: Object Reader. By this RFC, we can fetch content length fromObjectReader
now!To make this happen, we changed our
Accessor
API:All layers should be updated to meet this change. Also, it's required to return
content_length
while buildingObjectReader
. Please make sure the returningObjectMetadata
is used correctly.What's Changed
patch.crates-io
fromCargo.toml
by @messense in refactor(oay,oli): drop unnecessarypatch.crates-io
fromCargo.toml
#944New Contributors
patch.crates-io
fromCargo.toml
#944Full Changelog: v0.19.8...v0.20.0
This discussion was created from the release v0.20.0.
Beta Was this translation helpful? Give feedback.
All reactions