dependabot[bot] opened a new pull request, #3210: URL: https://github.com/apache/iceberg-rust/pull/3210
Bumps [opendal](https://github.com/apache/opendal) from 0.58.1 to 0.58.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.58.2</h2> <!-- raw HTML omitted --> <h2>Breaking Changes</h2> <ul> <li>integrations/object_store: <code>object_store_opendal</code> 0.59 implements the <code>object_store</code> 0.14 API. Update direct <code>object_store</code> dependencies to 0.14. Projects that require <code>object_store</code> 0.13, including DataFusion 54 users, should pin <code>object_store_opendal = "=0.58.0"</code>. We missed <code>object_store</code> breaking version changes in previous opendal 0.58 releases. We yanked bad <code>object_store_opendal</code> releases so you can expect <code>object_store_opendal</code> follows SemVer.</li> </ul> <h2>What's Changed</h2> <h3>Added</h3> <ul> <li>feat(binding/cpp): Expose writer api by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7981">apache/opendal#7981</a></li> <li>feat(bindings/dotnet): add throttle and mime-guess layers, HTTP concurrent limit by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7984">apache/opendal#7984</a></li> <li>feat(binding/cpp): expose positional read API by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7986">apache/opendal#7986</a></li> <li>feat(bindings/cpp): expose options to cpp bindings by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7989">apache/opendal#7989</a></li> <li>feat(binding/cpp): expose batch deletion API to C++ by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8015">apache/opendal#8015</a></li> <li>feat(services): retry HTTP 429 responses by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8035">apache/opendal#8035</a></li> <li>feat(services/s3): support explicit AWS profiles by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7949">apache/opendal#7949</a></li> <li>feat(services/azblob): support if_match writes and honor preconditions on block commit by <a href="https://github.com/tenzinplatter"><code>@tenzinplatter</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8028">apache/opendal#8028</a></li> <li>Include user-defined metadata in S3Backend read response by <a href="https://github.com/matt-goroff"><code>@matt-goroff</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8060">apache/opendal#8060</a></li> <li>feat(services/tos): support presigned URLs by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8044">apache/opendal#8044</a></li> </ul> <h3>Changed</h3> <ul> <li>refactor(bindings/dotnet): rework the FFI boundary and add zero-copy IO paths by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8020">apache/opendal#8020</a></li> <li>refactor(bindings/dotnet): bind the executor at operator construction by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8031">apache/opendal#8031</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix: Update missing HuggingFace write capabilities by <a href="https://github.com/mhambre"><code>@mhambre</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7992">apache/opendal#7992</a></li> <li>fix(services/hf): stop advertising append support by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7996">apache/opendal#7996</a></li> <li>fix(bindings/cpp): construct reader with options by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7997">apache/opendal#7997</a></li> <li>fix(ci): pass nuget.org username to NuGet login by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8004">apache/opendal#8004</a></li> <li>fix(bindings/dotnet): forward read options to the streaming reader by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8016">apache/opendal#8016</a></li> <li>fix(ci): fix failed CI due to pyo3 upgrade by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8018">apache/opendal#8018</a></li> <li>docs: require searching for similar work before opening PRs by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8019">apache/opendal#8019</a></li> <li>fix(bindings/python): annotate <code>**kwargs</code> types in generated stubs by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8012">apache/opendal#8012</a></li> <li>fix(core): deserialize duration config values from strings by <a href="https://github.com/subotac"><code>@subotac</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7983">apache/opendal#7983</a></li> <li>fix(services/oss): honor if_not_exists on multipart uploads by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8041">apache/opendal#8041</a></li> <li>fix(services/hf): correct the refs/convert revision split by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8045">apache/opendal#8045</a></li> <li>Fix dependency license audit by <a href="https://github.com/erickguan"><code>@erickguan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8051">apache/opendal#8051</a></li> <li>fix(core): Respect logical length in Buffer vectored views by <a href="https://github.com/codeAnqiang-ma"><code>@codeAnqiang-ma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8064">apache/opendal#8064</a></li> <li>fix(services/cos): keep the port and stop doubling the bucket label by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8066">apache/opendal#8066</a></li> <li>fix(services/upyun): do not panic when creating the service root by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8050">apache/opendal#8050</a></li> <li>fix(services/cloudflare-kv): strip only the root prefix from listed keys by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8048">apache/opendal#8048</a></li> <li>fix(services/cos): honor if_not_exists on multipart uploads by <a href="https://github.com/aysha-afrah26"><code>@aysha-afrah26</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8043">apache/opendal#8043</a></li> <li>fix(services/onedrive): fix OneDrive path construction for listing by <a href="https://github.com/projekter"><code>@projekter</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8055">apache/opendal#8055</a></li> <li>fix(services): percent-encode the pagination marker in list queries by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8073">apache/opendal#8073</a></li> <li>fix(services/webhdfs): encode startAfter and abort the blocks that were written by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8075">apache/opendal#8075</a></li> <li>fix(services/b2): percent-encode the object path in presigned requests by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8076">apache/opendal#8076</a></li> <li>fix(services/gridfs): default the chunk size to 255 KiB, not 255 bytes by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8069">apache/opendal#8069</a></li> <li>fix(services/d1): repair the upsert statement that breaks every write by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8068">apache/opendal#8068</a></li> <li>fix(services/vercel-blob): send the pagination cursor so listing terminates by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8071">apache/opendal#8071</a></li> <li>fix(services/ipmfs): stop stripping the root twice from listed entries by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8070">apache/opendal#8070</a></li> <li>fix(services/dbfs): root the put path and stop encoding paths in JSON bodies by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8079">apache/opendal#8079</a></li> <li>fix(services/yandex-disk): end the listing when a response has no _embedded by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8072">apache/opendal#8072</a></li> <li>fix(services/lakefs): follow the pagination cursor instead of stopping after one page by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8088">apache/opendal#8088</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.58.2] - 2026-08-17</h2> <h3>Breaking Changes</h3> <ul> <li>integrations/object_store: <code>object_store_opendal</code> 0.59 implements the <code>object_store</code> 0.14 API. Update direct <code>object_store</code> dependencies to 0.14. Projects that require <code>object_store</code> 0.13, including DataFusion 54 users, should pin <code>object_store_opendal = "=0.58.0"</code>. We missed <code>object_store</code> breaking version changes in previous opendal 0.58 releases. We yanked bad <code>object_store_opendal</code> releases so you can expect <code>object_store_opendal</code> follows SemVer.</li> </ul> <h3>Added</h3> <ul> <li>feat(binding/cpp): Expose writer api by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7981">apache/opendal#7981</a></li> <li>feat(bindings/dotnet): add throttle and mime-guess layers, HTTP concurrent limit by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7984">apache/opendal#7984</a></li> <li>feat(binding/cpp): expose positional read API by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7986">apache/opendal#7986</a></li> <li>feat(bindings/cpp): expose options to cpp bindings by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7989">apache/opendal#7989</a></li> <li>feat(binding/cpp): expose batch deletion API to C++ by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8015">apache/opendal#8015</a></li> <li>feat(services): retry HTTP 429 responses by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8035">apache/opendal#8035</a></li> <li>feat(services/s3): support explicit AWS profiles by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7949">apache/opendal#7949</a></li> <li>feat(services/azblob): support if_match writes and honor preconditions on block commit by <a href="https://github.com/tenzinplatter"><code>@tenzinplatter</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8028">apache/opendal#8028</a></li> <li>Include user-defined metadata in S3Backend read response by <a href="https://github.com/matt-goroff"><code>@matt-goroff</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8060">apache/opendal#8060</a></li> <li>feat(services/tos): support presigned URLs by <a href="https://github.com/ddupg"><code>@ddupg</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8044">apache/opendal#8044</a></li> </ul> <h3>Changed</h3> <ul> <li>refactor(bindings/dotnet): rework the FFI boundary and add zero-copy IO paths by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8020">apache/opendal#8020</a></li> <li>refactor(bindings/dotnet): bind the executor at operator construction by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8031">apache/opendal#8031</a></li> </ul> <h3>Fixed</h3> <ul> <li>fix: Update missing HuggingFace write capabilities by <a href="https://github.com/mhambre"><code>@mhambre</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7992">apache/opendal#7992</a></li> <li>fix(services/hf): stop advertising append support by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7996">apache/opendal#7996</a></li> <li>fix(bindings/cpp): construct reader with options by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7997">apache/opendal#7997</a></li> <li>fix(ci): pass nuget.org username to NuGet login by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8004">apache/opendal#8004</a></li> <li>fix(bindings/dotnet): forward read options to the streaming reader by <a href="https://github.com/Fatorin"><code>@Fatorin</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8016">apache/opendal#8016</a></li> <li>fix(ci): fix failed CI due to pyo3 upgrade by <a href="https://github.com/dentiny"><code>@dentiny</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8018">apache/opendal#8018</a></li> <li>fix(bindings/python): annotate <code>**kwargs</code> types in generated stubs by <a href="https://github.com/trim21"><code>@trim21</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8012">apache/opendal#8012</a></li> <li>fix(core): deserialize duration config values from strings by <a href="https://github.com/subotac"><code>@subotac</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/7983">apache/opendal#7983</a></li> <li>fix(services/oss): honor if_not_exists on multipart uploads by <a href="https://github.com/Xuanwo"><code>@Xuanwo</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8041">apache/opendal#8041</a></li> <li>fix(services/hf): correct the refs/convert revision split by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8045">apache/opendal#8045</a></li> <li>Fix dependency license audit by <a href="https://github.com/erickguan"><code>@erickguan</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8051">apache/opendal#8051</a></li> <li>fix(core): Respect logical length in Buffer vectored views by <a href="https://github.com/codeAnqiang-ma"><code>@codeAnqiang-ma</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8064">apache/opendal#8064</a></li> <li>fix(services/cos): keep the port and stop doubling the bucket label by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8066">apache/opendal#8066</a></li> <li>fix(services/upyun): do not panic when creating the service root by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8050">apache/opendal#8050</a></li> <li>fix(services/cloudflare-kv): strip only the root prefix from listed keys by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8048">apache/opendal#8048</a></li> <li>fix(services/cos): honor if_not_exists on multipart uploads by <a href="https://github.com/aysha-afrah26"><code>@aysha-afrah26</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8043">apache/opendal#8043</a></li> <li>fix(services/onedrive): fix OneDrive path construction for listing by <a href="https://github.com/projekter"><code>@projekter</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8055">apache/opendal#8055</a></li> <li>fix(services): percent-encode the pagination marker in list queries by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8073">apache/opendal#8073</a></li> <li>fix(services/webhdfs): encode startAfter and abort the blocks that were written by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8075">apache/opendal#8075</a></li> <li>fix(services/b2): percent-encode the object path in presigned requests by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8076">apache/opendal#8076</a></li> <li>fix(services/gridfs): default the chunk size to 255 KiB, not 255 bytes by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8069">apache/opendal#8069</a></li> <li>fix(services/d1): repair the upsert statement that breaks every write by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8068">apache/opendal#8068</a></li> <li>fix(services/vercel-blob): send the pagination cursor so listing terminates by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8071">apache/opendal#8071</a></li> <li>fix(services/ipmfs): stop stripping the root twice from listed entries by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8070">apache/opendal#8070</a></li> <li>fix(services/dbfs): root the put path and stop encoding paths in JSON bodies by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8079">apache/opendal#8079</a></li> <li>fix(services/yandex-disk): end the listing when a response has no _embedded by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8072">apache/opendal#8072</a></li> <li>fix(services/lakefs): follow the pagination cursor instead of stopping after one page by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8088">apache/opendal#8088</a></li> <li>fix(core): do not panic when a range has no valid header representation by <a href="https://github.com/PDGGK"><code>@PDGGK</code></a> in <a href="https://redirect.github.com/apache/opendal/pull/8084">apache/opendal#8084</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/5add929a5a4995f0650300dfb818ab510f999d61"><code>5add929</code></a> chore(release): update dependency list (<a href="https://redirect.github.com/apache/opendal/issues/8097">#8097</a>)</li> <li><a href="https://github.com/apache/opendal/commit/c80b507d0797116b7a0db9ae84a5f9e7421d608e"><code>c80b507</code></a> chore(release): update changelog (<a href="https://redirect.github.com/apache/opendal/issues/8095">#8095</a>)</li> <li><a href="https://github.com/apache/opendal/commit/e0b7cf7f21c2dae38864eabbaac54e1eaaa0d468"><code>e0b7cf7</code></a> fix(services/onedrive): disable write_total_max_size on smaller machine (<a href="https://redirect.github.com/apache/opendal/issues/8094">#8094</a>)</li> <li><a href="https://github.com/apache/opendal/commit/614d77e4117663c6740a258c0ac94494f8af80d0"><code>614d77e</code></a> fix(services/onedrive): fix upload and listing behavior (<a href="https://redirect.github.com/apache/opendal/issues/8080">#8080</a>)</li> <li><a href="https://github.com/apache/opendal/commit/ff76f72f26278a0b20b800eaf805fa6dc49fcb78"><code>ff76f72</code></a> fix(services/ipfs): address listed children by their full path (<a href="https://redirect.github.com/apache/opendal/issues/8086">#8086</a>)</li> <li><a href="https://github.com/apache/opendal/commit/6a5bd2d6c2a90644437efa7596616273f53d461c"><code>6a5bd2d</code></a> fix(services/pcloud): send the service root as / rather than empty (<a href="https://redirect.github.com/apache/opendal/issues/8081">#8081</a>)</li> <li><a href="https://github.com/apache/opendal/commit/b571a8cc8afb35553c8d129ea64194d5827614ad"><code>b571a8c</code></a> fix(services/sqlite): match the directory prefix exactly instead of with LIKE...</li> <li><a href="https://github.com/apache/opendal/commit/a08a60cb5b45f1658505cdc8bb0a6c7cf8c8f514"><code>a08a60c</code></a> fix(services/github): do not double the separator in recursive listings (<a href="https://redirect.github.com/apache/opendal/issues/8082">#8082</a>)</li> <li><a href="https://github.com/apache/opendal/commit/8a520ded922a899769c55f6b9bb9cb67103c7056"><code>8a520de</code></a> fix(services/dbfs): make listed entry paths relative to the root (<a href="https://redirect.github.com/apache/opendal/issues/8083">#8083</a>)</li> <li><a href="https://github.com/apache/opendal/commit/448b988ef2ee4d35a61dac283d4d1c9706e4d62b"><code>448b988</code></a> fix(core): do not panic when a range has no valid header representation (<a href="https://redirect.github.com/apache/opendal/issues/8084">#8084</a>)</li> <li>Additional commits viewable in <a href="https://github.com/apache/opendal/compare/v0.58.1...v0.58.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 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]
