koushiro opened a new pull request, #6775: URL: https://github.com/apache/opendal/pull/6775
# Which issue does this PR close? Closes #. # Rationale for this change Since v0.48, these two methods have been deprecated and replaced by the `from_iter` and `via_iter` methods. Given that v0.55 has now been released, I think it is time to remove them. Additionally, I think the community may need to establish a cleanup strategy for deprecated code (perhaps such a strategy already exists within the community, but I have yet to discover it). For example, if the community is preparing to release version 0.55, code marked as deprecated several versions earlier could be removed from the codebase—such as eliminating code associated with `#[deprecated(since = "...", note = "...")]` annotations from three versions prior. # What changes are included in this PR? - remove deprecated `Operator::from_map` - remove deprecated `Operator::via_map` # Are there any user-facing changes? - remove deprecated `Operator::from_map` - remove deprecated `Operator::via_map` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
