dependabot[bot] opened a new pull request, #1896:
URL: https://github.com/apache/dubbo-go/pull/1896

   Bumps 
[github.com/RoaringBitmap/roaring](https://github.com/RoaringBitmap/roaring) 
from 0.7.1 to 1.0.0.
   <details>
   <summary>Release notes</summary>
   <p><em>Sourced from <a 
href="https://github.com/RoaringBitmap/roaring/releases";>github.com/RoaringBitmap/roaring's
 releases</a>.</em></p>
   <blockquote>
   <h2>Version 1.0.0</h2>
   <p>Our API has been stable for years and we haven't had any bug report in 
many months so 1.0.0 seems like a good version number.</p>
   <h2>Version 0.9.4</h2>
   <p>Bug fix release.</p>
   <ol>
   <li>In some instances, the Or function could produce erroneous results, see 
<a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/issues/330";>RoaringBitmap/roaring#330</a>
 (credit <a href="https://github.com/Crash129";><code>@​Crash129</code></a>)</li>
   <li>Our implementation failed to abide by the roaring specification: if one 
used the FastOr function, one could get good performance, at the expense of 
memory usage, by producing bitmap containers containing fewer than 4096 entries 
(see PR <a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/pull/107";>RoaringBitmap/roaring#107</a>).
 We reverted this anomalous behaviour which should result in memory usage in 
line with the roaring format.</li>
   </ol>
   <h2>Version 0.9.2</h2>
   <p>Fix a potential overflow with respect to the frozen format support.</p>
   <h2>Version 0.9.1</h2>
   <p>fix deserialization when size=0xFFFF</p>
   <p>credit: <a 
href="https://github.com/pforemski";><code>@​pforemski</code></a></p>
   <h2>Version 0.9.0</h2>
   <p>Introducing support for the frozen format.</p>
   <p>credit: <a href="https://github.com/Oppen";><code>@​Oppen</code></a></p>
   <h2>Version 0.8.0</h2>
   <p>No release notes provided.</p>
   <h2>Version 0.7.4</h2>
   <p>Fixed an issue with ParOr in roaring64 and fixing support for negative 
values in BSI.</p>
   <p>Credit <a 
href="https://github.com/guymolinari";><code>@​guymolinari</code></a></p>
   <h2>Version 0.7.3</h2>
   <p>Fix issue with AddOffset</p>
   <p>credit: <a href="https://github.com/Oppen";><code>@​Oppen</code></a></p>
   <h2>Version 0.7.2</h2>
   <p>Performance improvments with run containers.
   credit: <a 
href="https://github.com/jacksonrnewhouse";><code>@​jacksonrnewhouse</code></a></p>
   </blockquote>
   </details>
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/09dd2923ba582df7095aa136035321b25ece9681";><code>09dd292</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/issues/353";>#353</a>
 from Oppen/advance_if_needed_micro_optimization</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/849c76662b8e734534449c200f65a27033f38fd2";><code>849c766</code></a>
 Microoptimization for AdvanceIfNeeded</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/0f788a1f374092921701931e347624cfc21da1ad";><code>0f788a1</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/issues/344";>#344</a>
 from Oppen/issue_94</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/0ad5a398301d5fae5b24db4081cffe0d1d4f4a25";><code>0ad5a39</code></a>
 Reduce allocations for iterators</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/9b8bd265089b41f8be5fb05efa8412a3fc860765";><code>9b8bd26</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/issues/347";>#347</a>
 from Oppen/issue_198</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/bb60b212ac63c2cdbf0686ffdecc351eb00a6217";><code>bb60b21</code></a>
 Implement hashing</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/92bd6a8d5b564d10f8af3f9071062dbc6dbd2044";><code>92bd6a8</code></a>
 Implement interval16SliceAsByteSlice for generic architectures</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/0f943a6ac8136b0fe3e4c283ec06c7ab4e4ee815";><code>0f943a6</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/issues/350";>#350</a>
 from Oppen/remove_travis</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/70310db23d50f4f5b957a862484d07ceb1a3606b";><code>70310db</code></a>
 Merge pull request <a 
href="https://github-redirect.dependabot.com/RoaringBitmap/roaring/issues/351";>#351</a>
 from Oppen/tests_log_on_error</li>
   <li><a 
href="https://github.com/RoaringBitmap/roaring/commit/35c5d465b67e3b9daeb33ad55c9cbfdae06a1979";><code>35c5d46</code></a>
 Remove TravisCI leftovers</li>
   <li>Additional commits viewable in <a 
href="https://github.com/RoaringBitmap/roaring/compare/v0.7.1...v1.0.0";>compare 
view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility 
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/RoaringBitmap/roaring&package-manager=go_modules&previous-version=0.7.1&new-version=1.0.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 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 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