You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "dependabot[bot] (via GitHub)" <gi...@apache.org> on 2024/03/14 02:20:24 UTC

[PR] MINOR: [Go] Bump github.com/andybalholm/brotli from 1.0.5 to 1.1.0 in /go [arrow]

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

   Bumps [github.com/andybalholm/brotli](https://github.com/andybalholm/brotli) from 1.0.5 to 1.1.0.
   <details>
   <summary>Commits</summary>
   <ul>
   <li><a href="https://github.com/andybalholm/brotli/commit/17e5901d050574f228e7d5a3f754a30a7cb55d55"><code>17e5901</code></a> Make my matchfinder work more accessible.</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/cf812c06f81910e3ae90490e622d9e35649e84eb"><code>cf812c0</code></a> matchfinder: add M0</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/1b6cf3696e719ad6494a1cfb3498b7cb9454350c"><code>1b6cf36</code></a> matchfinder: remove MultiHash</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/265f3afc2a20805dd16a7adee7eed6fc30a2b548"><code>265f3af</code></a> matchfinder: penalize score for overlapping matches</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/a8d524a96df6d1853526c1e953fc83fc5294f912"><code>a8d524a</code></a> matchfinder: replace Score function with DistanceBitCost</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/578645e154bc2f876fc6cdf5c7c4c7bd5036b25c"><code>578645e</code></a> matchfinder: add MultiHash</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/24b2bfad2d0c50a17d75dbb35e208adcbc1c4708"><code>24b2bfa</code></a> matchfinder.M4: add Score function</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/4a024e3eff5fe82fc6eb6dda0b8d0c4a3d5484ec"><code>4a024e3</code></a> matchfinder.M4: add match chain</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/3a1c5cd370951059b6490f869ebc1f16f4559c95"><code>3a1c5cd</code></a> Fix typo in comment.</li>
   <li><a href="https://github.com/andybalholm/brotli/commit/0d2aef37af4839ea55889a491d417d9f54c8d268"><code>0d2aef3</code></a> matchfinder.M4: factor out extendMatch2</li>
   <li>Additional commits viewable in <a href="https://github.com/andybalholm/brotli/compare/v1.0.5...v1.1.0">compare view</a></li>
   </ul>
   </details>
   <br />
   
   
   [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/andybalholm/brotli&package-manager=go_modules&previous-version=1.0.5&new-version=1.1.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 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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Go] Bump github.com/andybalholm/brotli from 1.0.5 to 1.1.0 in /go [arrow]

Posted by "conbench-apache-arrow[bot] (via GitHub)" <gi...@apache.org>.
conbench-apache-arrow[bot] commented on PR #40531:
URL: https://github.com/apache/arrow/pull/40531#issuecomment-1999573846

   After merging your PR, Conbench analyzed the 5 benchmarking runs that have been run so far on merge-commit a1fd4c49648e48475c733ba6010b08f710b69c9b.
   
   There were no benchmark performance regressions. 🎉
   
   The [full Conbench report](https://github.com/apache/arrow/runs/22704969035) has more details. It also includes information about 5 possible false positives for unstable benchmarks that are known to sometimes produce them.


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] MINOR: [Go] Bump github.com/andybalholm/brotli from 1.0.5 to 1.1.0 in /go [arrow]

Posted by "kou (via GitHub)" <gi...@apache.org>.
kou merged PR #40531:
URL: https://github.com/apache/arrow/pull/40531


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org