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

   Bumps [com.dynatrace.hash4j:hash4j](https://github.com/dynatrace-oss/hash4j) 
from 0.26.0 to 0.30.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/dynatrace-oss/hash4j/releases";>com.dynatrace.hash4j:hash4j's
 releases</a>.</em></p>
   <blockquote>
   <h2>v0.30.0</h2>
   <p><strong>New Features:</strong></p>
   <ul>
   <li>Added <a href="https://github.com/jandrewrogers/MetroHash";>MetroHash</a> 
(64-bit and 128-bit)</li>
   <li>Added <a href="https://xxhash.com/";>xxHash</a> variants XXH32 and 
XXH64</li>
   <li>Added <code>PseudoRandomGenerator::uniformLong(long)</code> to generate 
random <code>long</code> values over a bounded interval</li>
   </ul>
   <p><strong>Breaking Changes:</strong></p>
   <ul>
   <li>
   <p>Renamed the <a 
href="https://en.wikipedia.org/wiki/Java_Platform_Module_System";>JPMS</a> 
module from <code>hash4j</code> to <code>com.dynatrace.hash4j</code> to align 
with standard naming convention.</p>
   </li>
   <li>
   <p>Renamed <code>Hashing::rapidhash3</code> to 
<code>Hashing::rapidhashV3Legacy</code> and introduced 
<code>Hashing::rapidhashV3</code>.</p>
   <p>This change was required because a re-release of Rapidhash v3 changed the 
hash output for inputs with lengths of 5, 6, and 7 bytes. See <a 
href="https://redirect.github.com/dynatrace-oss/hash4j/issues/555";>dynatrace-oss/hash4j#555</a>
 for details.</p>
   <p>Migration guidance:</p>
   <ul>
   <li>If your inputs are never 5, 6, or 7 bytes long, for example, because 
they are always at least 8 bytes long or always a multiple of 4 bytes, you can 
safely migrate from <code>Hashing::rapidhash3</code> to 
<code>Hashing::rapidhashV3</code>.</li>
   <li>If your inputs may be 5, 6, or 7 bytes long, use 
<code>Hashing::rapidhashV3Legacy</code> to preserve the previous behavior. 
Since <code>Hashing::rapidhashV3Legacy</code> is deprecated and may be removed 
in a future release, consider moving relevant logic into your own codebase.</li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/dynatrace-oss/hash4j/compare/v0.29.0...v0.30.0";>https://github.com/dynatrace-oss/hash4j/compare/v0.29.0...v0.30.0</a></p>
   <h2>v0.29.0</h2>
   <p><strong>New Features:</strong></p>
   <ul>
   <li>faster JumpBackHash implementations:
   <ul>
   <li><code>ConsistentHashing.jumpBackHashSplitMix64</code></li>
   <li><code>ConsistentHashing.jumpBackHashXorshiftL7R9</code></li>
   </ul>
   </li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/dynatrace-oss/hash4j/compare/v0.28.0...v0.29.0";>https://github.com/dynatrace-oss/hash4j/compare/v0.28.0...v0.29.0</a></p>
   <h2>v0.28.0</h2>
   <p><strong>New Features:</strong></p>
   <ul>
   <li>added ChibiHash v2 hash function (see <a 
href="https://github.com/N-R-K/ChibiHash";>https://github.com/N-R-K/ChibiHash</a>)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/dynatrace-oss/hash4j/compare/v0.27.0...v0.28.0";>https://github.com/dynatrace-oss/hash4j/compare/v0.27.0...v0.28.0</a></p>
   <h2>v0.27.0</h2>
   <p><strong>New Features:</strong></p>
   <ul>
   <li><code>ByteAccess.forByteArray</code>, 
<code>ByteAccess.forByteBuffer</code>, <code>ByteAccess.forMemorySegment</code> 
factory methods to get <code>ByteAccess</code> instances for 
<code>byte[]</code>, <code>ByteBuffer</code>, and <code>MemorySegment</code>, 
respectively. (<code>ByteAccess.forMemorySegment</code> requires Java &gt;= 
25.)</li>
   </ul>
   <p><strong>Full Changelog</strong>: <a 
href="https://github.com/dynatrace-oss/hash4j/compare/v0.26.0...v0.27.0";>https://github.com/dynatrace-oss/hash4j/compare/v0.26.0...v0.27.0</a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/cb49f4525ee965080a72d3dd9f61af4a31fdb31c";><code>cb49f45</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dynatrace-oss/hash4j/issues/570";>#570</a> 
from dynatrace-oss/bump-nlack</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/64fec8fe6ecc2f4719b3209ad6d40297b7e3c022";><code>64fec8f</code></a>
 bump formatter versions</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/e6f92c345712145675785fc14c36840cab7e947a";><code>e6f92c3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dynatrace-oss/hash4j/issues/568";>#568</a> 
from dynatrace-oss/renovate/major-github-artifact-act...</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/956b50a29889c913596912af0dda518a56002e90";><code>956b50a</code></a>
 Update actions/upload-artifact action to v7</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/f9238c5835f86da10feb19b792749100596e231d";><code>f9238c5</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dynatrace-oss/hash4j/issues/567";>#567</a> 
from dynatrace-oss/rapidhash3-fix</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/7806d4fa35a735af5832f7c34ea235a148fdb74a";><code>7806d4f</code></a>
 fixed rapidhash v3 incompatibility</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/5583c843ef9afd75afd74a6adde1ac7668867c4c";><code>5583c84</code></a>
 create checksums for both v3 releases</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/04684569fb4f3dcfbf14df93b0677eaffdc43572";><code>0468456</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dynatrace-oss/hash4j/issues/566";>#566</a> 
from dynatrace-oss/renovate/gradle-9.x</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/8c9d09c251f1b97c046df6571ea5b670a525683a";><code>8c9d09c</code></a>
 Update Gradle to v9.4.0</li>
   <li><a 
href="https://github.com/dynatrace-oss/hash4j/commit/b5daab3f71b5317e4e239d04cf70dfd1c84e1b55";><code>b5daab3</code></a>
 Merge pull request <a 
href="https://redirect.github.com/dynatrace-oss/hash4j/issues/565";>#565</a> 
from dynatrace-oss/renovate/org.sonarqube-7.x</li>
   <li>Additional commits viewable in <a 
href="https://github.com/dynatrace-oss/hash4j/compare/v0.26.0...v0.30.0";>compare
 view</a></li>
   </ul>
   </details>
   <br />
   
   <details>
   <summary>Most Recent Ignore Conditions Applied to This Pull Request</summary>
   
   | Dependency Name | Ignore Conditions |
   | --- | --- |
   | com.dynatrace.hash4j:hash4j | [>= 0.27.a0, < 0.28] |
   | com.dynatrace.hash4j:hash4j | [>= 0.29.a0, < 0.30] |
   </details>
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=com.dynatrace.hash4j:hash4j&package-manager=maven&previous-version=0.26.0&new-version=0.30.0)](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]

Reply via email to