dependabot[bot] opened a new pull request, #4724:
URL: https://github.com/apache/opendal/pull/4724

   Bumps [hdfs-native](https://github.com/Kimahriman/hdfs-native) from 0.6.0 to 
0.9.4.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/Kimahriman/hdfs-native/releases";>hdfs-native's 
releases</a>.</em></p>
   <blockquote>
   <h2>v0.9.4</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Fix initializing logging in Python by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/110";>Kimahriman/hdfs-native#110</a></li>
   <li>Change replicated reader to eagerly cleanup the DataNode connection by 
<a href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/111";>Kimahriman/hdfs-native#111</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kimahriman/hdfs-native/compare/v0.9.3...v0.9.4";>https://github.com/Kimahriman/hdfs-native/compare/v0.9.3...v0.9.4</a></p>
   <h2>v0.9.3</h2>
   <h2>What's Changed</h2>
   <ul>
   <li>Bump integration tests to use Hadoop 3.4.0 by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/98";>Kimahriman/hdfs-native#98</a></li>
   <li>Fix new clippy lint by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/99";>Kimahriman/hdfs-native#99</a></li>
   <li>Offload reading packets to separate task by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/104";>Kimahriman/hdfs-native#104</a></li>
   <li>Move object store implementation to its own repo <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/105";>Kimahriman/hdfs-native#105</a></li>
   <li>Stream erasure coded reads by cell by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/107";>Kimahriman/hdfs-native#107</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kimahriman/hdfs-native/compare/v0.9.2...v0.9.3";>https://github.com/Kimahriman/hdfs-native/compare/v0.9.2...v0.9.3</a></p>
   <h2>v0.9.2</h2>
   <h2>Bug fixes</h2>
   <ul>
   <li>Added <code>typing-extensions</code> as a dependency to the Python 
library</li>
   <li>Fixed certain positioned reads for erasure coded files</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kimahriman/hdfs-native/compare/v0.9.1...v0.9.2";>https://github.com/Kimahriman/hdfs-native/compare/v0.9.1...v0.9.2</a></p>
   <h2>v0.9.1</h2>
   <h2>Key Features</h2>
   <ul>
   <li>Token-based SASL sessions now support all protection types 
(authentication, integrity, and privacy)</li>
   <li>Added encrypted data transfer support, including SASL based encryption 
and AES stream cipher based encryption</li>
   </ul>
   <h2>What's Changed</h2>
   <ul>
   <li>Custom digest-md5 implementation by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/84";>Kimahriman/hdfs-native#84</a></li>
   <li>Add integrity support to token sasl by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/88";>Kimahriman/hdfs-native#88</a></li>
   <li>Add encryption support to token SASL by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/90";>Kimahriman/hdfs-native#90</a></li>
   <li>Support SASL based data transfer encryption by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/92";>Kimahriman/hdfs-native#92</a></li>
   <li>feat: Configure optional <code>kerberos</code> feature for Python 
package by <a href="https://github.com/yjshen";><code>@​yjshen</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/91";>Kimahriman/hdfs-native#91</a></li>
   <li>Consolidate Python deps with workspace and update CI to deploy Kerberos 
feature by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/93";>Kimahriman/hdfs-native#93</a></li>
   <li>Fix erasure coded reads when a block is missing by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/86";>Kimahriman/hdfs-native#86</a></li>
   <li>Add support for encrypting data transfers with AES by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/94";>Kimahriman/hdfs-native#94</a></li>
   <li>Support forced data transfer protection by <a 
href="https://github.com/Kimahriman";><code>@​Kimahriman</code></a> in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/95";>Kimahriman/hdfs-native#95</a></li>
   </ul>
   <h2>New Contributors</h2>
   <ul>
   <li><a href="https://github.com/yjshen";><code>@​yjshen</code></a> made their 
first contribution in <a 
href="https://redirect.github.com/Kimahriman/hdfs-native/pull/91";>Kimahriman/hdfs-native#91</a></li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/Kimahriman/hdfs-native/compare/v0.8.0...v0.9.1";>https://github.com/Kimahriman/hdfs-native/compare/v0.8.0...v0.9.1</a></p>
   <h2>v0.8.0</h2>
   <h2>Key Features</h2>
   <ul>
   <li>Up to a 5x read and write throughput increase by using a faster CRC 
implementation</li>
   <li>DataNode SASL negotiation support (authentication only)</li>
   </ul>
   <!-- raw HTML omitted -->
   </blockquote>
   <p>... (truncated)</p>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/f46f73d9105aaecd6a60e576923c15b36973d880";><code>f46f73d</code></a>
 Bump version to 0.9.4</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/7a0c28aa1bd9b41376ea5d610734de12bcf526ff";><code>7a0c28a</code></a>
 Change replicated reader to eagerly cleanup the DataNode connection (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/111";>#111</a>)</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/81bddc4b216e55afbcefa26bcce8bb93800d1fa8";><code>81bddc4</code></a>
 Fix initializing logging in Python (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/110";>#110</a>)</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/3a7db22cfb8898820b357ce18f6f9eed6e35be7a";><code>3a7db22</code></a>
 Fix release check and readme path</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/451d8a3424005d60a7bdb4b575ce3bbfbb421dd5";><code>451d8a3</code></a>
 Bump version and remove releasing object_store</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/03e9533ceb91ae398547e121a4578b5e67b57542";><code>03e9533</code></a>
 Stream EC reads by cell (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/107";>#107</a>)</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/0a0f0cc2910af586abbaa6fdfca6f994775877dd";><code>0a0f0cc</code></a>
 Reorg back to single rust crate (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/105";>#105</a>)</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/efcad6f2b747298c0abceb9769740eda42028cc5";><code>efcad6f</code></a>
 Move data reading to a new task (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/104";>#104</a>)</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/20f23c3827e9d454e96e1517017af99703c7cab9";><code>20f23c3</code></a>
 Add typing extensions as dependency (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/102";>#102</a>)</li>
   <li><a 
href="https://github.com/Kimahriman/hdfs-native/commit/19d1691552193fef7d537ba061c576e8e7be833a";><code>19d1691</code></a>
 Fix some positioned reads for erasure coded files (<a 
href="https://redirect.github.com/Kimahriman/hdfs-native/issues/100";>#100</a>)</li>
   <li>Additional commits viewable in <a 
href="https://github.com/Kimahriman/hdfs-native/compare/v0.6.0...v0.9.4";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=hdfs-native&package-manager=cargo&previous-version=0.6.0&new-version=0.9.4)](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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to