dependabot[bot] opened a new pull request, #116:
URL: https://github.com/apache/iceberg-rust/pull/116

   Updates the requirements on 
[opendal](https://github.com/apache/incubator-opendal) to permit the latest 
version.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/incubator-opendal/releases";>opendal's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.42.0</h2>
   <h2>Upgrade Note</h2>
   <h3>Rust Core</h3>
   <h4>MSRV Changed</h4>
   <p>OpenDAL bumps it's MSRV to 1.67.0.</p>
   <h4>S3 Service Configuration</h4>
   <ul>
   <li>The <code>enable_exact_buf_write</code> option has been deprecated and 
is superseded by <code>BufferedWriter</code>, introduced in version 0.40.</li>
   </ul>
   <h4>Oss Service Configuration</h4>
   <ul>
   <li>The <code>write_min_size</code> option has been deprecated and replaced 
by <code>BufferedWriter</code>, also introduced in version 0.40.</li>
   <li>A new setting, <code>allow_anonymous</code>, has been added. Since 
v0.41, OSS will now return an error if credential loading fails. Enabling 
<code>allow_anonymous</code> to fallback to request without credentials.</li>
   </ul>
   <h4>Ghac Service Configuration</h4>
   <ul>
   <li>The <code>enable_create_simulation</code> option has been removed. We 
add this option to allow ghac simulate create empty file, but it's could result 
in unexpected behavior when users create a file with content length 
<code>1</code>. So we remove it.</li>
   </ul>
   <h4>Wasabi Service Removed</h4>
   <p><code>wasabi</code> service native support has been removed. Users who 
want to access wasabi can use our <code>s3</code> service instead.</p>
   <h3>Java binding</h3>
   <p>There are no API changes.</p>
   <h3>Node.js binding</h3>
   <p>There are no API changes.</p>
   <h3>Python binding</h3>
   <h4>Breaking change for layers</h4>
   <p>Operator and BlockingOperator won't accept <code>layers</code> anymore. 
Instead, we provide a <code>layer</code> API:</p>
   <pre lang="python"><code>op = 
opendal.Operator(&quot;memory&quot;).layer(opendal.layers.RetryLayer())
   </code></pre>
   <p>We removed not used layers <code>ConcurrentLimitLayer</code> and 
<code>ImmutableIndexLayer</code> along with this change.</p>
   <h4>File and AsyncFile</h4>
   <p>OpenDAL removes <code>Reader</code> and <code>AsyncReader</code> classes, 
instead, we provide file-like object <code>File</code> and 
<code>AsyncFile</code>.</p>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Changelog</summary>
   <p><em>Sourced from <a 
href="https://github.com/apache/incubator-opendal/blob/main/CHANGELOG.md";>opendal's
 changelog</a>.</em></p>
   <blockquote>
   <h2>[v0.42.0] - 2023-11-07</h2>
   <h3>Added</h3>
   <ul>
   <li>feat(binding/java): add <code>rename</code> support by <a 
href="https://github.com/G-XD";><code>@​G-XD</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3238";>apache/incubator-opendal#3238</a></li>
   <li>feat(prometheus): add bytes metrics as counter by <a 
href="https://github.com/flaneur2020";><code>@​flaneur2020</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3246";>apache/incubator-opendal#3246</a></li>
   <li>feat(binding/python): new behavior testing for python by <a 
href="https://github.com/laipz8200";><code>@​laipz8200</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3245";>apache/incubator-opendal#3245</a></li>
   <li>feat(binding/python): Support AsyncOperator tests. by <a 
href="https://github.com/laipz8200";><code>@​laipz8200</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3254";>apache/incubator-opendal#3254</a></li>
   <li>feat(service/libsql): support libsql by <a 
href="https://github.com/G-XD";><code>@​G-XD</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3233";>apache/incubator-opendal#3233</a></li>
   <li>feat(binding/python): allow setting append/buffer/more in write() call 
by <a href="https://github.com/jokester";><code>@​jokester</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3256";>apache/incubator-opendal#3256</a></li>
   <li>feat(services/persy): change blocking_x in async_x call to 
tokio::task::blocking_spawn by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3221";>apache/incubator-opendal#3221</a></li>
   <li>feat: Add edge test cases for OpenDAL Core by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3274";>apache/incubator-opendal#3274</a></li>
   <li>feat(service/d1): Support d1 for opendal by <a 
href="https://github.com/realtaobo";><code>@​realtaobo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3248";>apache/incubator-opendal#3248</a></li>
   <li>feat(services/redb): change blocking_x in async_x call to 
tokio::task::blocking_spawn by <a 
href="https://github.com/shauvet";><code>@​shauvet</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3276";>apache/incubator-opendal#3276</a></li>
   <li>feat: Add blocking layer for C bindings by <a 
href="https://github.com/jiaoew1991";><code>@​jiaoew1991</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3278";>apache/incubator-opendal#3278</a></li>
   <li>feat(binding/c): Add blocking_reader for C binding by <a 
href="https://github.com/jiaoew1991";><code>@​jiaoew1991</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3259";>apache/incubator-opendal#3259</a></li>
   <li>feat(services/sled): change blocking_x in async_x call to 
tokio::task::blocking_spawn by <a 
href="https://github.com/shauvet";><code>@​shauvet</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3280";>apache/incubator-opendal#3280</a></li>
   <li>feat(services/rocksdb): change blocking_x in async_x call to 
tokio::task::blocking_spawn by <a 
href="https://github.com/shauvet";><code>@​shauvet</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3279";>apache/incubator-opendal#3279</a></li>
   <li>feat(binding/java): make <code>Metadata</code> a POJO by <a 
href="https://github.com/G-XD";><code>@​G-XD</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3277";>apache/incubator-opendal#3277</a></li>
   <li>feat(bindings/java): convey backtrace on exception by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3286";>apache/incubator-opendal#3286</a></li>
   <li>feat(layer/prometheus): Support custom metric bucket for Histogram by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3275";>apache/incubator-opendal#3275</a></li>
   <li>feat(bindings/python): read APIs return <code>memoryview</code> instead 
of <code>bytes</code> to avoid copy by <a 
href="https://github.com/messense";><code>@​messense</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3310";>apache/incubator-opendal#3310</a></li>
   <li>feat(service/azfile): add azure file service support by <a 
href="https://github.com/dqhl76";><code>@​dqhl76</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3312";>apache/incubator-opendal#3312</a></li>
   <li>feat(services/oss): Add allow anonymous support by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3321";>apache/incubator-opendal#3321</a></li>
   <li>feat(bindings/python): build and publish aarch64 and armv7l wheels by <a 
href="https://github.com/messense";><code>@​messense</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3325";>apache/incubator-opendal#3325</a></li>
   <li>feat(bindings/java): support duplicate operator by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3330";>apache/incubator-opendal#3330</a></li>
   <li>feat(core): Add enabled for Scheme by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3331";>apache/incubator-opendal#3331</a></li>
   <li>feat(bindings/java): support get enabled services by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3336";>apache/incubator-opendal#3336</a></li>
   <li>feat(bindings/java): Migrate behavior tests to new Workflow Planner by 
<a href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3341";>apache/incubator-opendal#3341</a></li>
   <li>feat(layer/prometheus): Support output path as a metric label by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3335";>apache/incubator-opendal#3335</a></li>
   <li>feat(service/mongodb): Support mongodb service by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3355";>apache/incubator-opendal#3355</a></li>
   <li>feat: Make PrometheusClientLayer Clonable by <a 
href="https://github.com/flaneur2020";><code>@​flaneur2020</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3352";>apache/incubator-opendal#3352</a></li>
   <li>feat(service/cloudflare_kv): support cloudflare KV by <a 
href="https://github.com/my-vegetable-has-exploded";><code>@​my-vegetable-has-exploded</code></a>
 in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3348";>apache/incubator-opendal#3348</a></li>
   <li>feat(core): exposing <code>Metadata::metakey()</code> api by <a 
href="https://github.com/G-XD";><code>@​G-XD</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3373";>apache/incubator-opendal#3373</a></li>
   <li>feat(binding/java): add list &amp; remove_all support by <a 
href="https://github.com/G-XD";><code>@​G-XD</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3333";>apache/incubator-opendal#3333</a></li>
   <li>feat: Add write_total_max_size in Capability by <a 
href="https://github.com/realtaobo";><code>@​realtaobo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3309";>apache/incubator-opendal#3309</a></li>
   <li>feat(core): service add DBFS API 2.0 support by <a 
href="https://github.com/morristai";><code>@​morristai</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3334";>apache/incubator-opendal#3334</a></li>
   <li>feat(bindings/java): use random root for behavior tests by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3408";>apache/incubator-opendal#3408</a></li>
   <li>feat(services/oss): Add start-after support for oss list by <a 
href="https://github.com/wcy-fdu";><code>@​wcy-fdu</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3410";>apache/incubator-opendal#3410</a></li>
   <li>feat(binding/python): Export full_capability API for Python binding by 
<a href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3402";>apache/incubator-opendal#3402</a></li>
   <li>feat(test): Enable new test workflow planner for python binding by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3397";>apache/incubator-opendal#3397</a></li>
   <li>feat: Implement Lazy Reader by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3395";>apache/incubator-opendal#3395</a></li>
   <li>feat(binding/nodejs): upgrade test behavior and infra by <a 
href="https://github.com/eryue0220";><code>@​eryue0220</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3297";>apache/incubator-opendal#3297</a></li>
   <li>feat(binding/python): Support Copy operation for Python binding by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3454";>apache/incubator-opendal#3454</a></li>
   <li>feat(bindings/python): Add layer API for operator by <a 
href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3464";>apache/incubator-opendal#3464</a></li>
   <li>feat(bindings/java): add layers onto ops by <a 
href="https://github.com/tisonkun";><code>@​tisonkun</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3392";>apache/incubator-opendal#3392</a></li>
   <li>feat(binding/python): Support rename API for Python binding by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3467";>apache/incubator-opendal#3467</a></li>
   <li>feat(binding/python): Support remove_all API for Python binding by <a 
href="https://github.com/Zheaoli";><code>@​Zheaoli</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3469";>apache/incubator-opendal#3469</a></li>
   <li>feat(core): fix token leak in OneDrive by <a 
href="https://github.com/morristai";><code>@​morristai</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3470";>apache/incubator-opendal#3470</a></li>
   <li>feat(core): service add OpenStack Swift support by <a 
href="https://github.com/morristai";><code>@​morristai</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3461";>apache/incubator-opendal#3461</a></li>
   <li>feat(bindings/python)!: Implement File and AsyncFile to replace Reader 
by <a href="https://github.com/Xuanwo";><code>@​Xuanwo</code></a> in <a 
href="https://redirect.github.com/apache/incubator-opendal/pull/3474";>apache/incubator-opendal#3474</a></li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li>See full diff in <a 
href="https://github.com/apache/incubator-opendal/compare/v0.42.0...v0.42.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   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

Reply via email to