v0.12.0 #519
Xuanwo
started this conversation in
Announcements
v0.12.0
#519
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Upgrade to v0.12
OpenDAL introduces breaking changes for services initiation.
Since v0.12,
Operator::new
will acceptimpl Accessor + 'static
instead ofArc<dyn Accessor>
:Every service's
Builder
now have abuild()
API which can be run without async:Along with these changes,
Operator::from_iter
andOperator::from_env
now is a blocking API too.For more information about this change, please refer to RFC-0501: New Builder.
The following APIs have been deprecated:
Builder::finish()
(replaced byBuilder::build()
)Backend::build()
(replace byBuilder::default()
)The following APIs have been removed:
Metadata
(deprecated in v0.8, replaced byObjectMetadata
)Visit Upgrade Notes for more information.
What's Changed
New Contributors
Full Changelog: v0.11.4...v0.12.0
This discussion was created from the release v0.12.0.
Beta Was this translation helpful? Give feedback.
All reactions