dependabot[bot] opened a new pull request, #4605: URL: https://github.com/apache/datafusion-comet/pull/4605
Bumps [opendal](https://github.com/apache/opendal) from 0.56.0 to 0.57.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/apache/opendal/releases">opendal's releases</a>.</em></p> <blockquote> <h2>v0.57.0</h2> <h3>Breaking Changes</h3> <ul> <li>core: <code>Operator::copy</code>, <code>copy_options</code>, <code>copy_with</code>, and blocking copy APIs now return <code>Metadata</code> instead of <code>()</code>. Custom raw copy implementations must implement the new copier flow and return server-side completion metadata from <code>oio::Copy::close</code>.</li> <li>core: <code>RpRead</code> now carries optional <code>Metadata</code> observed while opening a read operation. Out-of-tree raw services that previously populated <code>RpRead</code> size or range fields must return <code>RpRead::new(metadata)</code> when read metadata is available, or <code>RpRead::default()</code> otherwise.</li> <li>core: <code>RetryInterceptor::intercept</code> now takes a single <code>RetryEvent<'_></code> argument instead of <code>(&Error, Duration)</code>. Update custom retry interceptors to read retry error, delay, operation, and attempt data from the event.</li> <li>observability: HTTP metrics now include the <code>service_operation</code> label for service-specific request names. Update Prometheus, OpenTelemetry, fastmetrics, or custom metrics consumers that assume the previous HTTP metric label set.</li> <li>services: S3-compatible services now use <code>skip_signature</code> for unsigned requests. S3, OSS, and GCS keep <code>allow_anonymous</code> as a deprecated alias; TOS users must migrate to <code>skip_signature</code> because <code>allow_anonymous</code> has been removed. GCS <code>skip_signature</code> now unconditionally bypasses signing instead of falling back on credential errors.</li> <li>services/hf: <code>repo_type</code> is now required for the Hugging Face service. Set <code>repo_type</code> explicitly, for example <code>model</code>, <code>dataset</code>, <code>space</code>, or <code>bucket</code>, instead of relying on the previous implicit <code>model</code> default.</li> <li>services/tos: <code>TosBuilder::enable_versioning</code> and <code>TosConfig::enable_versioning</code> have been removed. TOS now declares versioned stat/read/delete capabilities natively.</li> <li>bindings/java: generated <code>ServiceConfig</code> now uses canonical service names. Replace <code>ServiceConfig.Huggingface</code> with <code>ServiceConfig.Hf</code>; generated <code>scheme()</code> values for services such as Aliyun Drive, Cloudflare KV, HDFS Native, Vercel Artifacts, Vercel Blob, and Yandex Disk now return hyphenated canonical schemes instead of underscore variants.</li> </ul> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>feat(bindings/python): add behavior tests for conditional read/write by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7449">apache/opendal#7449</a></li> <li>feat(bindings/python): expose list_with_versions and list_with_deleted in Capability by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7445">apache/opendal#7445</a></li> <li>feat(bindings/python): expose if_not_exists option for copy by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7442">apache/opendal#7442</a></li> <li>feat(bindings/python): expose DeleteOptions version and recursive params by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7443">apache/opendal#7443</a></li> <li>feat(metrics): Add regression test for metrics recording by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7362">apache/opendal#7362</a></li> <li>feat(bindings/nodejs): add Operator.fromUri static factory by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7471">apache/opendal#7471</a></li> <li>feat(bindings/nodejs): add Entry.name getter by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7470">apache/opendal#7470</a></li> <li>feat(bindings/nodejs): add presignDelete method and Capability getter by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7468">apache/opendal#7468</a></li> <li>feat(bindings/dart): add File.read and File.write with error mapping by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7473">apache/opendal#7473</a></li> <li>feat(services/oss): support ECS RAM role credentials by <a href="https://github.com/WenyXu"><code>@WenyXu</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7480">apache/opendal#7480</a></li> <li>feat(retry): record more fields in the retry interceptor by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7406">apache/opendal#7406</a></li> <li>feat(metrics): add service operation to metrics label by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7407">apache/opendal#7407</a></li> <li>feat(bindings/python): expose stat_with_if_modified_since, stat_with_if_unmodified_since, stat_with_version in Capability by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7444">apache/opendal#7444</a></li> <li>feat(oss): add operation label for metrics by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7489">apache/opendal#7489</a></li> <li>feat(azure): Add operation label to azure operations by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7488">apache/opendal#7488</a></li> <li>feat(gcs): add service operation in metrics by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7487">apache/opendal#7487</a></li> <li>feat(core): expose metadata access for raw list entries by <a href="https://github.com/ngg"><code>@ngg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7493">apache/opendal#7493</a></li> <li>feat(hf): auto-discover token from env and credential file by <a href="https://github.com/kszucs"><code>@kszucs</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7490">apache/opendal#7490</a></li> <li>feat(services/opfs): OPFS backend for OpenDAL by <a href="https://github.com/jccampagne"><code>@jccampagne</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7199">apache/opendal#7199</a></li> <li>feat(services/s3): support configuring assume role duration_seconds by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7495">apache/opendal#7495</a></li> <li>feat(services/goosefs): implement opendal-service-goosefs crate backed by goosefs-sdk by <a href="https://github.com/XuQianJin-Stars"><code>@XuQianJin-Stars</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7428">apache/opendal#7428</a></li> <li>feat(service/tos): impl tos read/write/delete by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7350">apache/opendal#7350</a></li> <li>feat(services/mysql): support list by <a href="https://github.com/fengys1996"><code>@fengys1996</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7076">apache/opendal#7076</a></li> <li>feat(services/s3): support configuring assume role session tags by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7518">apache/opendal#7518</a></li> <li>feat(services/cos): support copy_with_if_not_exists via x-cos-forbid-… by <a href="https://github.com/mikewhb"><code>@mikewhb</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7526">apache/opendal#7526</a></li> <li>feat(core): add split_to and split_off to Buffer by <a href="https://github.com/kimjune01"><code>@kimjune01</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7513">apache/opendal#7513</a></li> <li>feat(bindings/java): Add musl platform support by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7087">apache/opendal#7087</a></li> <li>feat(services/azdls): Add user defined metadata support by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7528">apache/opendal#7528</a></li> <li>feat(binding/c): extract metadata from list entry by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7529">apache/opendal#7529</a></li> <li>feat(binding/golang): expose metadata on list operation by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7534">apache/opendal#7534</a></li> <li>feat(core): add copier api by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7527">apache/opendal#7527</a></li> <li>feat(services/azblob): support skip_signature by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7533">apache/opendal#7533</a></li> <li>feat(services/s3): add multipart copier by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7541">apache/opendal#7541</a></li> <li>feat(core): add capability override layer by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7520">apache/opendal#7520</a></li> <li>feat(services/gcs): add rewrite copier by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7545">apache/opendal#7545</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">opendal's changelog</a>.</em></p> <blockquote> <h2>[v0.57.0] - 2026-05-28</h2> <h3>Breaking Changes</h3> <ul> <li>core: <code>Operator::copy</code>, <code>copy_options</code>, <code>copy_with</code>, and blocking copy APIs now return <code>Metadata</code> instead of <code>()</code>. Custom raw copy implementations must implement the new copier flow and return server-side completion metadata from <code>oio::Copy::close</code>.</li> <li>core: <code>RpRead</code> now carries optional <code>Metadata</code> observed while opening a read operation. Out-of-tree raw services that previously populated <code>RpRead</code> size or range fields must return <code>RpRead::new(metadata)</code> when read metadata is available, or <code>RpRead::default()</code> otherwise.</li> <li>core: <code>RetryInterceptor::intercept</code> now takes a single <code>RetryEvent<'_></code> argument instead of <code>(&Error, Duration)</code>. Update custom retry interceptors to read retry error, delay, operation, and attempt data from the event.</li> <li>observability: HTTP metrics now include the <code>service_operation</code> label for service-specific request names. Update Prometheus, OpenTelemetry, fastmetrics, or custom metrics consumers that assume the previous HTTP metric label set.</li> <li>services: S3-compatible services now use <code>skip_signature</code> for unsigned requests. S3, OSS, and GCS keep <code>allow_anonymous</code> as a deprecated alias; TOS users must migrate to <code>skip_signature</code> because <code>allow_anonymous</code> has been removed. GCS <code>skip_signature</code> now unconditionally bypasses signing instead of falling back on credential errors.</li> <li>services/hf: <code>repo_type</code> is now required for the Hugging Face service. Set <code>repo_type</code> explicitly, for example <code>model</code>, <code>dataset</code>, <code>space</code>, or <code>bucket</code>, instead of relying on the previous implicit <code>model</code> default.</li> <li>services/tos: <code>TosBuilder::enable_versioning</code> and <code>TosConfig::enable_versioning</code> have been removed. TOS now declares versioned stat/read/delete capabilities natively.</li> <li>bindings/java: generated <code>ServiceConfig</code> now uses canonical service names. Replace <code>ServiceConfig.Huggingface</code> with <code>ServiceConfig.Hf</code>; generated <code>scheme()</code> values for services such as Aliyun Drive, Cloudflare KV, HDFS Native, Vercel Artifacts, Vercel Blob, and Yandex Disk now return hyphenated canonical schemes instead of underscore variants.</li> </ul> <h3>Added</h3> <ul> <li>feat(bindings/python): add behavior tests for conditional read/write by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7449">apache/opendal#7449</a></li> <li>feat(bindings/python): expose list_with_versions and list_with_deleted in Capability by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7445">apache/opendal#7445</a></li> <li>feat(bindings/python): expose if_not_exists option for copy by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7442">apache/opendal#7442</a></li> <li>feat(bindings/python): expose DeleteOptions version and recursive params by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7443">apache/opendal#7443</a></li> <li>feat(metrics): Add regression test for metrics recording by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7362">apache/opendal#7362</a></li> <li>feat(bindings/nodejs): add Operator.fromUri static factory by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7471">apache/opendal#7471</a></li> <li>feat(bindings/nodejs): add Entry.name getter by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7470">apache/opendal#7470</a></li> <li>feat(bindings/nodejs): add presignDelete method and Capability getter by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7468">apache/opendal#7468</a></li> <li>feat(bindings/dart): add File.read and File.write with error mapping by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7473">apache/opendal#7473</a></li> <li>feat(services/oss): support ECS RAM role credentials by <a href="https://github.com/WenyXu"><code>@WenyXu</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7480">apache/opendal#7480</a></li> <li>feat(retry): record more fields in the retry interceptor by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7406">apache/opendal#7406</a></li> <li>feat(metrics): add service operation to metrics label by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7407">apache/opendal#7407</a></li> <li>feat(bindings/python): expose stat_with_if_modified_since, stat_with_if_unmodified_since, stat_with_version in Capability by <a href="https://github.com/TennyZhuang"><code>@TennyZhuang</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7444">apache/opendal#7444</a></li> <li>feat(oss): add operation label for metrics by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7489">apache/opendal#7489</a></li> <li>feat(azure): Add operation label to azure operations by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7488">apache/opendal#7488</a></li> <li>feat(gcs): add service operation in metrics by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7487">apache/opendal#7487</a></li> <li>feat(core): expose metadata access for raw list entries by <a href="https://github.com/ngg"><code>@ngg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7493">apache/opendal#7493</a></li> <li>feat(hf): auto-discover token from env and credential file by <a href="https://github.com/kszucs"><code>@kszucs</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7490">apache/opendal#7490</a></li> <li>feat(services/opfs): OPFS backend for OpenDAL by <a href="https://github.com/jccampagne"><code>@jccampagne</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7199">apache/opendal#7199</a></li> <li>feat(services/s3): support configuring assume role duration_seconds by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7495">apache/opendal#7495</a></li> <li>feat(services/goosefs): implement opendal-service-goosefs crate backed by goosefs-sdk by <a href="https://github.com/XuQianJin-Stars"><code>@XuQianJin-Stars</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7428">apache/opendal#7428</a></li> <li>feat(service/tos): impl tos read/write/delete by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7350">apache/opendal#7350</a></li> <li>feat(services/mysql): support list by <a href="https://github.com/fengys1996"><code>@fengys1996</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7076">apache/opendal#7076</a></li> <li>feat(services/s3): support configuring assume role session tags by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7518">apache/opendal#7518</a></li> <li>feat(services/cos): support copy_with_if_not_exists via x-cos-forbid-… by <a href="https://github.com/mikewhb"><code>@mikewhb</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7526">apache/opendal#7526</a></li> <li>feat(core): add split_to and split_off to Buffer by <a href="https://github.com/kimjune01"><code>@kimjune01</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7513">apache/opendal#7513</a></li> <li>feat(bindings/java): Add musl platform support by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7087">apache/opendal#7087</a></li> <li>feat(services/azdls): Add user defined metadata support by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7528">apache/opendal#7528</a></li> <li>feat(binding/c): extract metadata from list entry by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7529">apache/opendal#7529</a></li> <li>feat(binding/golang): expose metadata on list operation by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7534">apache/opendal#7534</a></li> <li>feat(core): add copier api by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7527">apache/opendal#7527</a></li> <li>feat(services/azblob): support skip_signature by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7533">apache/opendal#7533</a></li> <li>feat(services/s3): add multipart copier by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7541">apache/opendal#7541</a></li> <li>feat(core): add capability override layer by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7520">apache/opendal#7520</a></li> <li>feat(services/gcs): add rewrite copier by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7545">apache/opendal#7545</a></li> <li>feat(services/s3): Rename allow_anonymous to skip_signature by <a href="https://github.com/YuangGao"><code>@YuangGao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7544">apache/opendal#7544</a></li> <li>feat(core): Add content length hints for read and copy by <a href="https://github.com/leiysky"><code>@leiysky</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7543">apache/opendal#7543</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/1e0fc73190afb7e221c7badda7ef43fe40592940"><code>1e0fc73</code></a> docs: update v0.57.0 release notes (<a href="https://redirect.github.com/apache/opendal/issues/7628">#7628</a>)</li> <li><a href="https://github.com/apache/opendal/commit/e002dccfd4bde2fb51e6fa9d60256b48531e2966"><code>e002dcc</code></a> feat(services/hf): add download_mode option and require explicit repo_type (#...</li> <li><a href="https://github.com/apache/opendal/commit/bdf64d514ccd7b5a27f2f61a879d2f05cbdb4fcf"><code>bdf64d5</code></a> feat(core): complete copy_with_if_match implementation (<a href="https://redirect.github.com/apache/opendal/issues/7627">#7627</a>)</li> <li><a href="https://github.com/apache/opendal/commit/c6c3b7b4b5c681c7b2a931908939732ff1c2e05a"><code>c6c3b7b</code></a> feat(core): return metadata from read (<a href="https://redirect.github.com/apache/opendal/issues/7624">#7624</a>)</li> <li><a href="https://github.com/apache/opendal/commit/e55e1b03ee854024c0b3cc115b970d0872ae9831"><code>e55e1b0</code></a> docs: Update read returns metadata RFC (<a href="https://redirect.github.com/apache/opendal/issues/7623">#7623</a>)</li> <li><a href="https://github.com/apache/opendal/commit/2a826f221097fa9cc7e60068aa5c62676bb90cb4"><code>2a826f2</code></a> feat: C/Go bindings support layers (<a href="https://redirect.github.com/apache/opendal/issues/7611">#7611</a>)</li> <li><a href="https://github.com/apache/opendal/commit/436559867e18bf8a9d5b3e0a1648a440331b930b"><code>4365598</code></a> fix(ci): address release gate failures (<a href="https://redirect.github.com/apache/opendal/issues/7620">#7620</a>)</li> <li><a href="https://github.com/apache/opendal/commit/6ae4cbccdb6a5487a11af097b91360f4fa225112"><code>6ae4cbc</code></a> ci: fix release gate workflow failures (<a href="https://redirect.github.com/apache/opendal/issues/7618">#7618</a>)</li> <li><a href="https://github.com/apache/opendal/commit/d17469c51fce131abd0e8cac7f3b9d084dc97eb3"><code>d17469c</code></a> docs: update changelog for v0.57.0 (<a href="https://redirect.github.com/apache/opendal/issues/7612">#7612</a>)</li> <li><a href="https://github.com/apache/opendal/commit/86746985aac7a518f5828c8f57e162ab161b780d"><code>8674698</code></a> fix(ci/goosefs): bind master 9200 to IPv4 literal so worker can register (<a href="https://redirect.github.com/apache/opendal/issues/7613">#7613</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/opendal/compare/v0.56.0...v0.57.0">compare view</a></li> </ul> </details> <br /> [](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]
