dependabot[bot] opened a new pull request, #5289:
URL: https://github.com/apache/datafusion-comet/pull/5289

   Bumps [object_store_opendal](https://github.com/apache/opendal) from 0.57.0 
to 0.58.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/opendal/releases";>object_store_opendal's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.58.0</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>core: <code>Operator::new(builder)</code> now returns 
<code>Result&lt;Operator&gt;</code> directly. Remove the old 
<code>.finish()</code> call.</li>
   <li>core: Runtime resources now live in the root-exported 
<code>OperationContext</code>. Replace 
<code>Operator::http_transport(...)</code> and 
<code>Operator::executor(...)</code> with 
<code>Operator::with_context(...)</code>; replace 
<code>Operator::from_service(...)</code> with 
<code>Operator::from_parts(...)</code>; use <code>service()</code>, 
<code>context()</code>, or <code>into_parts()</code> instead of 
<code>inner()</code>, <code>into_inner()</code>, or 
<code>executor_ref()</code>.</li>
   <li>core: <code>OperatorInfo::native_capability()</code> has been removed. 
Use <code>OperatorInfo::capability()</code> as the public availability 
contract.</li>
   <li>core: <code>BytesRange</code> is now public and reader APIs accept 
values convertible to it, including <code>BytesRange::suffix(size)</code> for 
suffix reads.</li>
   <li>raw API: Out-of-tree services must implement <code>raw::Service</code>, 
and layers must use <code>Layer::apply_service</code> and 
<code>Layer::apply_context</code>. The old typed layer pipeline has been 
removed.</li>
   <li>raw API: Stateful <code>read</code>, <code>write</code>, 
<code>delete</code>, <code>list</code>, and <code>copy</code> factories now 
return OIO bodies synchronously; move asynchronous work into the returned 
body.</li>
   <li>raw API: <code>raw::AtomicContentLength</code>, 
<code>raw::PathCacher</code>, <code>raw::PathQuery</code>, and the 
<code>internal-path-cache</code> feature have been removed.</li>
   <li>bindings/java: <code>OperatorInfo.fullCapability</code> and 
<code>OperatorInfo.nativeCapability</code> have been replaced by 
<code>OperatorInfo.capability</code>.</li>
   </ul>
   <!-- raw HTML omitted -->
   <h2>What's Changed</h2>
   <h3>Added</h3>
   <ul>
   <li>feat(binding/go): Add ListOptions with recursive support by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7605";>apache/opendal#7605</a></li>
   <li>feat(website): introduce a design system and rebuild the homepage by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7638";>apache/opendal#7638</a></li>
   <li>feat(binding/go): expose all metata fields to golang by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7646";>apache/opendal#7646</a></li>
   <li>feat(website): add Paimon Rust to logo wall by <a 
href="https://github.com/QuakeWang";><code>@​QuakeWang</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7643";>apache/opendal#7643</a></li>
   <li>feat(lister.go): Add opendal_list_options_set_limit and 
opendal_list_options_set_start_after by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7649";>apache/opendal#7649</a></li>
   <li>feat(binding/go): expose all write options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7647";>apache/opendal#7647</a></li>
   <li>feat(services/oss): support content_encoding in write operations by <a 
href="https://github.com/ITpandaffm";><code>@​ITpandaffm</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7658";>apache/opendal#7658</a></li>
   <li>feat(binding/go): expose all read options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7665";>apache/opendal#7665</a></li>
   <li>feat(services/azdls): support conditional read headers by <a 
href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7667";>apache/opendal#7667</a></li>
   <li>feat(delete.go): add options version and recursive by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7676";>apache/opendal#7676</a></li>
   <li>feat(binding/go): expose all stats options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7670";>apache/opendal#7670</a></li>
   <li>feat(binding/go): upgrade FFI package to latest version by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7681";>apache/opendal#7681</a></li>
   <li>feat(core): Add copy source version support by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7679";>apache/opendal#7679</a></li>
   <li>feat(lister.go): Add opendal_list_options_set_versions and 
opendal_list_options_set_deleted by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7645";>apache/opendal#7645</a></li>
   <li>feat(website): add GooseFS to logo wall and services by <a 
href="https://github.com/XuQianJin-Stars";><code>@​XuQianJin-Stars</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/7709";>apache/opendal#7709</a></li>
   <li>feat(copy.go): add copy options by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7707";>apache/opendal#7707</a></li>
   <li>feat(binding/go): add missing read options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7728";>apache/opendal#7728</a></li>
   <li>feat(website): Add per-service configuration reference pages by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7730";>apache/opendal#7730</a></li>
   <li>feat(core)!: Add suffix read support by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7734";>apache/opendal#7734</a></li>
   <li>feat(metrics): add operation label to a few backends [1/N] by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7530";>apache/opendal#7530</a></li>
   <li>[2/N] feat(metrics): annotate metrics with operation name by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7748";>apache/opendal#7748</a></li>
   <li>feat(core): expose operator base service and context by <a 
href="https://github.com/ngg";><code>@​ngg</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7788";>apache/opendal#7788</a></li>
   <li>feat(services/swift): support list with start_after by <a 
href="https://github.com/edmc-ss";><code>@​edmc-ss</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7810";>apache/opendal#7810</a></li>
   <li>feat(binding/go): add presign with options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7814";>apache/opendal#7814</a></li>
   <li>feat(fs): copy with metadata by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7535";>apache/opendal#7535</a></li>
   <li>feat(services/webdav): support conditional read headers by <a 
href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7637";>apache/opendal#7637</a></li>
   <li>feat(services/obs): support if_modified_since and if_unmodified_since… 
by <a href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7708";>apache/opendal#7708</a></li>
   <li>feat(binding/go): add reader with options by <a 
href="https://github.com/ryankert01";><code>@​ryankert01</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7817";>apache/opendal#7817</a></li>
   <li>feat(services/http): support if_modified_since and if_unmodified_since 
by <a href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7636";>apache/opendal#7636</a></li>
   <li>feat(services/hf): honor HF_HUB_DISABLE_XET to force http download mode 
by <a href="https://github.com/AlJohri";><code>@​AlJohri</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7819";>apache/opendal#7819</a></li>
   <li>feat(core): add conditional rename option by <a 
href="https://github.com/hfutatzhanghb";><code>@​hfutatzhanghb</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7815";>apache/opendal#7815</a></li>
   <li>feat(binding/go): add write with metadata by <a 
href="https://github.com/ryankert01";><code>@​ryankert01</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7827";>apache/opendal#7827</a></li>
   <li>feat(http-transport-reqwest): allow tls options by <a 
href="https://github.com/erickguan";><code>@​erickguan</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7798";>apache/opendal#7798</a></li>
   <li>feat(dev): support dotnet version updates by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7862";>apache/opendal#7862</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/opendal/blob/main/CHANGELOG.md";>object_store_opendal's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[v0.58.0] - 2026-07-07</h2>
   <h3>Breaking Changes</h3>
   <ul>
   <li>core: <code>Operator::new(builder)</code> now returns a finished 
<code>Operator</code>; remove the old <code>.finish()</code> call. The typed 
runtime composition pipeline has been replaced by <code>Service</code> / 
<code>ServiceDyn</code> / <code>Servicer</code> plus 
<code>OperationContext</code>.</li>
   <li>core: raw <code>Service</code> / <code>ServiceDyn</code> factories for 
<code>read</code>, <code>write</code>, <code>delete</code>, <code>list</code>, 
and <code>copy</code> now return OIO bodies synchronously. Move asynchronous 
work into the returned body implementation.</li>
   <li>core: <code>OperatorInfo::native_capability()</code> and native/full 
capability APIs have been removed. Use <code>OperatorInfo::capability()</code> 
as the composed operator availability contract.</li>
   <li>core: runtime composition APIs have been consolidated around 
<code>OperationContext</code>, <code>Operator::with_context</code>, 
<code>Operator::from_parts</code>, and <code>Operator::into_parts</code>; 
<code>inner</code>, <code>into_inner</code>, <code>executor_ref</code>, 
<code>http_transport</code>, <code>executor</code>, and 
<code>from_service</code> have been removed.</li>
   <li>core: <code>raw::AtomicContentLength</code>, 
<code>raw::PathCacher</code>, <code>raw::PathQuery</code>, and the 
<code>internal-path-cache</code> feature have been removed.</li>
   <li>core: <code>BytesRange</code> is now public and suffix reads are 
expressed with <code>BytesRange::suffix(size)</code>.</li>
   <li>bindings/c, bindings/go, bindings/java, and bindings/dotnet: operator 
info now exposes a single composed <code>capability</code>; previous 
<code>full</code> and <code>native</code> capability APIs were removed or 
renamed.</li>
   </ul>
   <h3>Added</h3>
   <ul>
   <li>feat(binding/go): Add ListOptions with recursive support by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7605";>apache/opendal#7605</a></li>
   <li>feat(website): introduce a design system and rebuild the homepage by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7638";>apache/opendal#7638</a></li>
   <li>feat(binding/go): expose all metata fields to golang by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7646";>apache/opendal#7646</a></li>
   <li>feat(website): add Paimon Rust to logo wall by <a 
href="https://github.com/QuakeWang";><code>@​QuakeWang</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7643";>apache/opendal#7643</a></li>
   <li>feat(lister.go): Add opendal_list_options_set_limit and 
opendal_list_options_set_start_after by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7649";>apache/opendal#7649</a></li>
   <li>feat(binding/go): expose all write options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7647";>apache/opendal#7647</a></li>
   <li>feat(services/oss): support content_encoding in write operations by <a 
href="https://github.com/ITpandaffm";><code>@​ITpandaffm</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7658";>apache/opendal#7658</a></li>
   <li>feat(binding/go): expose all read options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7665";>apache/opendal#7665</a></li>
   <li>feat(services/azdls): support conditional read headers by <a 
href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7667";>apache/opendal#7667</a></li>
   <li>feat(delete.go): add options version and recursive by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7676";>apache/opendal#7676</a></li>
   <li>feat(binding/go): expose all stats options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7670";>apache/opendal#7670</a></li>
   <li>feat(binding/go): upgrade FFI package to latest version by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7681";>apache/opendal#7681</a></li>
   <li>feat(core): Add copy source version support by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7679";>apache/opendal#7679</a></li>
   <li>feat(lister.go): Add opendal_list_options_set_versions and 
opendal_list_options_set_deleted by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7645";>apache/opendal#7645</a></li>
   <li>feat(website): add GooseFS to logo wall and services by <a 
href="https://github.com/XuQianJin-Stars";><code>@​XuQianJin-Stars</code></a> in 
<a 
href="https://redirect.github.com/apache/opendal/pull/7709";>apache/opendal#7709</a></li>
   <li>feat(copy.go): add copy options by <a 
href="https://github.com/FrankYang0529";><code>@​FrankYang0529</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7707";>apache/opendal#7707</a></li>
   <li>feat(binding/go): add missing read options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7728";>apache/opendal#7728</a></li>
   <li>feat(website): Add per-service configuration reference pages by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7730";>apache/opendal#7730</a></li>
   <li>feat(core)!: Add suffix read support by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7734";>apache/opendal#7734</a></li>
   <li>feat(metrics): add operation label to a few backends [1/N] by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7530";>apache/opendal#7530</a></li>
   <li>[2/N] feat(metrics): annotate metrics with operation name by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7748";>apache/opendal#7748</a></li>
   <li>feat(core): expose operator base service and context by <a 
href="https://github.com/ngg";><code>@​ngg</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7788";>apache/opendal#7788</a></li>
   <li>feat(services/swift): support list with start_after by <a 
href="https://github.com/edmc-ss";><code>@​edmc-ss</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7810";>apache/opendal#7810</a></li>
   <li>feat(binding/go): add presign with options by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7814";>apache/opendal#7814</a></li>
   <li>feat(fs): copy with metadata by <a 
href="https://github.com/dentiny";><code>@​dentiny</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7535";>apache/opendal#7535</a></li>
   <li>feat(services/webdav): support conditional read headers by <a 
href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7637";>apache/opendal#7637</a></li>
   <li>feat(services/obs): support if_modified_since and if_unmodified_since… 
by <a href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7708";>apache/opendal#7708</a></li>
   <li>feat(binding/go): add reader with options by <a 
href="https://github.com/ryankert01";><code>@​ryankert01</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7817";>apache/opendal#7817</a></li>
   <li>feat(services/http): support if_modified_since and if_unmodified_since 
by <a href="https://github.com/YuangGao";><code>@​YuangGao</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7636";>apache/opendal#7636</a></li>
   <li>feat(services/hf): honor HF_HUB_DISABLE_XET to force http download mode 
by <a href="https://github.com/AlJohri";><code>@​AlJohri</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7819";>apache/opendal#7819</a></li>
   <li>feat(core): add conditional rename option by <a 
href="https://github.com/hfutatzhanghb";><code>@​hfutatzhanghb</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7815";>apache/opendal#7815</a></li>
   <li>feat(binding/go): add write with metadata by <a 
href="https://github.com/ryankert01";><code>@​ryankert01</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7827";>apache/opendal#7827</a></li>
   <li>feat(http-transport-reqwest): allow tls options by <a 
href="https://github.com/erickguan";><code>@​erickguan</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7798";>apache/opendal#7798</a></li>
   <li>feat(dev): support dotnet version updates by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7862";>apache/opendal#7862</a></li>
   </ul>
   <h3>Changed</h3>
   <ul>
   <li>refactor: switch S3 crc32c checksum to crc-fast by <a 
href="https://github.com/PsiACE";><code>@​PsiACE</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7662";>apache/opendal#7662</a></li>
   <li>refactor(core): Rename oio::Read to ReadStream by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7675";>apache/opendal#7675</a></li>
   <li>refactor(core): Move read range to raw reader by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/opendal/pull/7678";>apache/opendal#7678</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/apache/opendal/commit/13fb8bea0e29ad024540b35d4c834530b89976a1";><code>13fb8be</code></a>
 ci: remove unsupported python 3.13t release wheel (<a 
href="https://redirect.github.com/apache/opendal/issues/7868";>#7868</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/4f1df1216b0ecb8f2a1ba331dc82364ba957c732";><code>4f1df12</code></a>
 chore(release): prepare v0.58.0 (<a 
href="https://redirect.github.com/apache/opendal/issues/7867";>#7867</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/9be59a44c8800967b9cd43cfca6a643e20466a38";><code>9be59a4</code></a>
 fix(layers/tracing): propagate spans to executor tasks (<a 
href="https://redirect.github.com/apache/opendal/issues/7864";>#7864</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/a128add790903bc485f0def34c5a6825ac894794";><code>a128add</code></a>
 ci: fix release workflow tag publishing (<a 
href="https://redirect.github.com/apache/opendal/issues/7863";>#7863</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/f18fdff7bbc2eb052f12511570a9b58587b9efeb";><code>f18fdff</code></a>
 feat(dev): support dotnet version updates (<a 
href="https://redirect.github.com/apache/opendal/issues/7862";>#7862</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/10b16362111cc63c23757c5315737b7e2c6e0929";><code>10b1636</code></a>
 chore(release): finalize Ruby binding version (<a 
href="https://redirect.github.com/apache/opendal/issues/7861";>#7861</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/b6cff68be231008699a5c166ca0042189bc796c9";><code>b6cff68</code></a>
 feat(http-transport-reqwest): allow tls options (<a 
href="https://redirect.github.com/apache/opendal/issues/7798";>#7798</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/311f324cca8d82a16880b93b0c387eb0faa709d0";><code>311f324</code></a>
 fix(services): improve stat implementation (<a 
href="https://redirect.github.com/apache/opendal/issues/7857";>#7857</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/36952351e73774de69a1ca7b122f03b41d8a64eb";><code>3695235</code></a>
 ci: tighten ruby release process (<a 
href="https://redirect.github.com/apache/opendal/issues/7859";>#7859</a>)</li>
   <li><a 
href="https://github.com/apache/opendal/commit/140b2de0a6307ca4fdccde8650c110148c6d9ebf";><code>140b2de</code></a>
 fix(services/sqlite): stat getting the entire object (<a 
href="https://redirect.github.com/apache/opendal/issues/7853";>#7853</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/apache/opendal/compare/v0.57.0...v0.58.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=object_store_opendal&package-manager=cargo&previous-version=0.57.0&new-version=0.58.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
   
   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-automerge-start)
   [//]: # (dependabot-automerge-end)
   
   ---
   
   <details>
   <summary>Dependabot commands and options</summary>
   <br />
   
   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)
   
   
   </details>


-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to