dependabot[bot] opened a new pull request, #958: URL: https://github.com/apache/iceberg-rust/pull/958
Bumps [opendal](https://github.com/apache/opendal) from 0.51.1 to 0.51.2. <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.51.2</h2> <!-- raw HTML omitted --> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>feat(core): implement if_modified_since and if_unmodified_since for stat_with by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5528">apache/opendal#5528</a></li> <li>feat(layer/otelmetrics): add OtelMetricsLayer by <a href="https://github.com/andylokandy"><code>@andylokandy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5524">apache/opendal#5524</a></li> <li>feat(integrations/object_store): implement put_opts and get_opts by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5513">apache/opendal#5513</a></li> <li>feat: Conditional reader for azblob, gcs, oss by <a href="https://github.com/geetanshjuneja"><code>@geetanshjuneja</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5531">apache/opendal#5531</a></li> <li>feat(core): Add correctness check for read with if_xxx headers by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5538">apache/opendal#5538</a></li> <li>feat(services/cos): Added user metadata support for cos service by <a href="https://github.com/geetanshjuneja"><code>@geetanshjuneja</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5510">apache/opendal#5510</a></li> <li>feat(core): Implement list with deleted and versions for oss by <a href="https://github.com/hoslo"><code>@hoslo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5527">apache/opendal#5527</a></li> <li>feat(layer/otelmetrics): take meter when register by <a href="https://github.com/andylokandy"><code>@andylokandy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5547">apache/opendal#5547</a></li> <li>feat(gcs): Convert TOO_MANY_REQUESTS to retryable Ratelimited by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5551">apache/opendal#5551</a></li> <li>feat(services/webdfs): Add user.name support for webhdfs by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5567">apache/opendal#5567</a></li> <li>feat: disable backtrace for NotFound error by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5577">apache/opendal#5577</a></li> </ul> <h3>Changed</h3> <ul> <li>refactor: refactor some unnecessary clone and use next_back to make clippy happy by <a href="https://github.com/yihong0618"><code>@yihong0618</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5554">apache/opendal#5554</a></li> <li>refactor: refactor all body.copy_to_bytes(body.remaining()) by <a href="https://github.com/yihong0618"><code>@yihong0618</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5561">apache/opendal#5561</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix(integrations/object_store) <code>object_store_opendal</code> now compiles on wasm32-unknown-unknown by <a href="https://github.com/XiangpengHao"><code>@XiangpengHao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5530">apache/opendal#5530</a></li> <li>fix(serivces/gcs): Gcs doesn't support read with if_(un)modified_since by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5537">apache/opendal#5537</a></li> <li>fix(logging): remove additional space by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5568">apache/opendal#5568</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: Fix opendal rust core's README not align with new vision by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5541">apache/opendal#5541</a></li> <li>docs(integration/object_store): add example for datafusion by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5543">apache/opendal#5543</a></li> <li>docs: Add docs on how to pronounce opendal by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5552">apache/opendal#5552</a></li> <li>docs(bindings/java): better javadoc by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5572">apache/opendal#5572</a></li> </ul> <h3>CI</h3> <ul> <li>ci(integration/object_store): add integration tests for object_store_opendal by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5536">apache/opendal#5536</a></li> <li>ci: Pin the nightly version to rust 1.84 for fuzz by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5546">apache/opendal#5546</a></li> <li>ci: skip running behavior tests when adding or modifying documentation by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5558">apache/opendal#5558</a></li> <li>build: fix Cargo.lock and pass --locked in CI by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5565">apache/opendal#5565</a></li> <li>build: implement release process in odev by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5592">apache/opendal#5592</a></li> <li>ci: upgrade upload and download artifact actions by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5598">apache/opendal#5598</a></li> </ul> <h3>Chore</h3> <ul> <li>chore: Update CODEOWNERS by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5542">apache/opendal#5542</a></li> <li>chore(layer/otelmetrics): take meter by reference by <a href="https://github.com/andylokandy"><code>@andylokandy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5553">apache/opendal#5553</a></li> <li>chore(core): Avoid using mongodb 3.2.0 by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5560">apache/opendal#5560</a></li> <li>chore: add oli/oay/ofs to rust-analyzer.linkedProjects by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5564">apache/opendal#5564</a></li> <li>chore: try use logforth by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5573">apache/opendal#5573</a></li> <li>chore: bump version 0.51.2 by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5595">apache/opendal#5595</a></li> <li>chore: add changelog for 0.51.2 by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5597">apache/opendal#5597</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/XiangpengHao"><code>@XiangpengHao</code></a> made their first contribution in <a href="https://redirect.github.com/apache/opendal/pull/5530">apache/opendal#5530</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/apache/opendal/compare/v0.51.1...v0.51.2">https://github.com/apache/opendal/compare/v0.51.1...v0.51.2</a></p> </blockquote> </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.51.2] - 2025-02-02</h2> <h3>Added</h3> <ul> <li>feat(core): implement if_modified_since and if_unmodified_since for stat_with by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5528">apache/opendal#5528</a></li> <li>feat(layer/otelmetrics): add OtelMetricsLayer by <a href="https://github.com/andylokandy"><code>@andylokandy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5524">apache/opendal#5524</a></li> <li>feat(integrations/object_store): implement put_opts and get_opts by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5513">apache/opendal#5513</a></li> <li>feat: Conditional reader for azblob, gcs, oss by <a href="https://github.com/geetanshjuneja"><code>@geetanshjuneja</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5531">apache/opendal#5531</a></li> <li>feat(core): Add correctness check for read with if_xxx headers by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5538">apache/opendal#5538</a></li> <li>feat(services/cos): Added user metadata support for cos service by <a href="https://github.com/geetanshjuneja"><code>@geetanshjuneja</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5510">apache/opendal#5510</a></li> <li>feat(core): Implement list with deleted and versions for oss by <a href="https://github.com/hoslo"><code>@hoslo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5527">apache/opendal#5527</a></li> <li>feat(layer/otelmetrics): take meter when register by <a href="https://github.com/andylokandy"><code>@andylokandy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5547">apache/opendal#5547</a></li> <li>feat(gcs): Convert TOO_MANY_REQUESTS to retryable Ratelimited by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5551">apache/opendal#5551</a></li> <li>feat(services/webdfs): Add user.name support for webhdfs by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5567">apache/opendal#5567</a></li> <li>feat: disable backtrace for NotFound error by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5577">apache/opendal#5577</a></li> </ul> <h3>Changed</h3> <ul> <li>refactor: refactor some unnecessary clone and use next_back to make clippy happy by <a href="https://github.com/yihong0618"><code>@yihong0618</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5554">apache/opendal#5554</a></li> <li>refactor: refactor all body.copy_to_bytes(body.remaining()) by <a href="https://github.com/yihong0618"><code>@yihong0618</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5561">apache/opendal#5561</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix(integrations/object_store) <code>object_store_opendal</code> now compiles on wasm32-unknown-unknown by <a href="https://github.com/XiangpengHao"><code>@XiangpengHao</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5530">apache/opendal#5530</a></li> <li>fix(serivces/gcs): Gcs doesn't support read with if_(un)modified_since by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5537">apache/opendal#5537</a></li> <li>fix(logging): remove additional space by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5568">apache/opendal#5568</a></li> </ul> <h3>Docs</h3> <ul> <li>docs: Fix opendal rust core's README not align with new vision by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5541">apache/opendal#5541</a></li> <li>docs(integration/object_store): add example for datafusion by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5543">apache/opendal#5543</a></li> <li>docs: Add docs on how to pronounce opendal by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5552">apache/opendal#5552</a></li> <li>docs(bindings/java): better javadoc by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5572">apache/opendal#5572</a></li> </ul> <h3>CI</h3> <ul> <li>ci(integration/object_store): add integration tests for object_store_opendal by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5536">apache/opendal#5536</a></li> <li>ci: Pin the nightly version to rust 1.84 for fuzz by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5546">apache/opendal#5546</a></li> <li>ci: skip running behavior tests when adding or modifying documentation by <a href="https://github.com/meteorgan"><code>@meteorgan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5558">apache/opendal#5558</a></li> <li>build: fix Cargo.lock and pass --locked in CI by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5565">apache/opendal#5565</a></li> <li>build: implement release process in odev by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5592">apache/opendal#5592</a></li> </ul> <h3>Chore</h3> <ul> <li>chore: Update CODEOWNERS by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5542">apache/opendal#5542</a></li> <li>chore(layer/otelmetrics): take meter by reference by <a href="https://github.com/andylokandy"><code>@andylokandy</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5553">apache/opendal#5553</a></li> <li>chore(core): Avoid using mongodb 3.2.0 by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5560">apache/opendal#5560</a></li> <li>chore: add oli/oay/ofs to rust-analyzer.linkedProjects by <a href="https://github.com/xxchan"><code>@xxchan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5564">apache/opendal#5564</a></li> <li>chore: try use logforth by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5573">apache/opendal#5573</a></li> <li>chore: bump version 0.51.2 by <a href="https://github.com/tisonkun"><code>@tisonkun</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/5595">apache/opendal#5595</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/apache/opendal/commit/ca56238951d26985aa719fde1d8a52eee0b177e0"><code>ca56238</code></a> ci: upgrade upload and download artifact actions (<a href="https://redirect.github.com/apache/opendal/issues/5598">#5598</a>)</li> <li><a href="https://github.com/apache/opendal/commit/63734e601dba00b1645661227701e38fcb6686d7"><code>63734e6</code></a> chore: add changelog for 0.51.2 (<a href="https://redirect.github.com/apache/opendal/issues/5597">#5597</a>)</li> <li><a href="https://github.com/apache/opendal/commit/72b6880ebcb7b40236945c19764d16a06df83214"><code>72b6880</code></a> chore: bump version 0.51.2 (<a href="https://redirect.github.com/apache/opendal/issues/5595">#5595</a>)</li> <li><a href="https://github.com/apache/opendal/commit/a570bcc08b7a3e78cd2a076869f7f1ad4f8b2e49"><code>a570bcc</code></a> build: implement release process in odev (<a href="https://redirect.github.com/apache/opendal/issues/5592">#5592</a>)</li> <li><a href="https://github.com/apache/opendal/commit/6623b9f1682bff0547e67413d107cd8c239ac737"><code>6623b9f</code></a> chore: Move CrateDB to the correct section (<a href="https://redirect.github.com/apache/opendal/issues/5582">#5582</a>)</li> <li><a href="https://github.com/apache/opendal/commit/c6fe050d30df0847ead55ddf023cdc5f2db8dee0"><code>c6fe050</code></a> chore: try use logforth (<a href="https://redirect.github.com/apache/opendal/issues/5573">#5573</a>)</li> <li><a href="https://github.com/apache/opendal/commit/c811a300e137046b27e8b0dce5c7354fdd106405"><code>c811a30</code></a> feat: disable backtrace for NotFound error (<a href="https://redirect.github.com/apache/opendal/issues/5577">#5577</a>)</li> <li><a href="https://github.com/apache/opendal/commit/cdbcc0f7dedac7b8aeb9c245e3a5596263794377"><code>cdbcc0f</code></a> docs(bindings/java): better javadoc (<a href="https://redirect.github.com/apache/opendal/issues/5572">#5572</a>)</li> <li><a href="https://github.com/apache/opendal/commit/1026d8a1d1dca7cf5f4182c8398260af27f7a511"><code>1026d8a</code></a> fix(logging): remove additional space (<a href="https://redirect.github.com/apache/opendal/issues/5568">#5568</a>)</li> <li><a href="https://github.com/apache/opendal/commit/b8a3b7aa093d8695d89d579e146907850bb6565c"><code>b8a3b7a</code></a> feat(services/webdfs): Add user.name support for webhdfs (<a href="https://redirect.github.com/apache/opendal/issues/5567">#5567</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/opendal/compare/v0.51.1...v0.51.2">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 merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org