Skip to content

chore(deps): bump object_store_opendal from 0.57.0 to 0.58.0 in /native - #5289

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/native/main/object_store_opendal-0.58.0
Open

chore(deps): bump object_store_opendal from 0.57.0 to 0.58.0 in /native#5289
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/cargo/native/main/object_store_opendal-0.58.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 7, 2026

Copy link
Copy Markdown
Contributor

Bumps object_store_opendal from 0.57.0 to 0.58.0.

Release notes

Sourced from object_store_opendal's releases.

v0.58.0

Breaking Changes

  • core: Operator::new(builder) now returns Result<Operator> directly. Remove the old .finish() call.
  • core: Runtime resources now live in the root-exported OperationContext. Replace Operator::http_transport(...) and Operator::executor(...) with Operator::with_context(...); replace Operator::from_service(...) with Operator::from_parts(...); use service(), context(), or into_parts() instead of inner(), into_inner(), or executor_ref().
  • core: OperatorInfo::native_capability() has been removed. Use OperatorInfo::capability() as the public availability contract.
  • core: BytesRange is now public and reader APIs accept values convertible to it, including BytesRange::suffix(size) for suffix reads.
  • raw API: Out-of-tree services must implement raw::Service, and layers must use Layer::apply_service and Layer::apply_context. The old typed layer pipeline has been removed.
  • raw API: Stateful read, write, delete, list, and copy factories now return OIO bodies synchronously; move asynchronous work into the returned body.
  • raw API: raw::AtomicContentLength, raw::PathCacher, raw::PathQuery, and the internal-path-cache feature have been removed.
  • bindings/java: OperatorInfo.fullCapability and OperatorInfo.nativeCapability have been replaced by OperatorInfo.capability.

What's Changed

Added

... (truncated)

Changelog

Sourced from object_store_opendal's changelog.

[v0.58.0] - 2026-07-07

Breaking Changes

  • core: Operator::new(builder) now returns a finished Operator; remove the old .finish() call. The typed runtime composition pipeline has been replaced by Service / ServiceDyn / Servicer plus OperationContext.
  • core: raw Service / ServiceDyn factories for read, write, delete, list, and copy now return OIO bodies synchronously. Move asynchronous work into the returned body implementation.
  • core: OperatorInfo::native_capability() and native/full capability APIs have been removed. Use OperatorInfo::capability() as the composed operator availability contract.
  • core: runtime composition APIs have been consolidated around OperationContext, Operator::with_context, Operator::from_parts, and Operator::into_parts; inner, into_inner, executor_ref, http_transport, executor, and from_service have been removed.
  • core: raw::AtomicContentLength, raw::PathCacher, raw::PathQuery, and the internal-path-cache feature have been removed.
  • core: BytesRange is now public and suffix reads are expressed with BytesRange::suffix(size).
  • bindings/c, bindings/go, bindings/java, and bindings/dotnet: operator info now exposes a single composed capability; previous full and native capability APIs were removed or renamed.

Added

Changed

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [object_store_opendal](https://github.com/apache/opendal) from 0.57.0 to 0.58.0.
- [Release notes](https://github.com/apache/opendal/releases)
- [Changelog](https://github.com/apache/opendal/blob/main/CHANGELOG.md)
- [Commits](apache/opendal@v0.57.0...v0.58.0)

---
updated-dependencies:
- dependency-name: object_store_opendal
  dependency-version: 0.58.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Aug 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants