Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/klauspost/compress from 1.13.6 to 1.15.1 #427

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 29, 2022

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps github.com/klauspost/compress from 1.13.6 to 1.15.1.

Release notes

Sourced from github.com/klauspost/compress's releases.

v1.15.1

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.15.0...v1.15.1

v1.15.0

What's Changed

Both compression and decompression now supports "synchronous" stream operations. This means that whenever "concurrency" is set to 1, they will operate without spawning goroutines.

Stream decompression is now faster on asynchronous, since the goroutine allocation much more effectively splits the workload. On typical streams this will typically use 2 cores fully for decompression. When a stream has finished decoding no goroutines will be left over, so decoders can now safely be pooled and still be garbage collected.

While the release has been extensively tested, it is recommended to do testing when upgrading.

Full Changelog: klauspost/compress@v1.14.4...v1.15.0

v1.14.4

What's Changed

Full Changelog: klauspost/compress@v1.14.3...v1.14.4

v1.14.3

What's Changed

... (truncated)

Commits
  • 7c7079e zstd: Revert "Disallow 0 sized compressed blocks" (#527)
  • 2d315d3 tests: [zstd] Factor out common benchmark routine (#524)
  • 28fb801 tests: [zstd] Unit tests for sequenceDecs.adjustOffset (#525)
  • 000e3ec zstd: Add stricter block size checks (#523)
  • 7d515e0 zstd: Disallow 0 sized compressed blocks. (#522)
  • 96d0db7 zstd: Handle zero sized frame content size stricter (#521)
  • 531d692 zstd: Detect extra block data and report as corrupted (#520)
  • 0ff8ec1 huff0: Use bmi1 on GOAMD64=v3 (#519)
  • 275e1fc huff0: Add amd64 assembly for low tablelogs (#518)
  • d5c0d28 huff0: Skip unneeded exhaust check (#517)
  • Additional commits viewable in compare view

Dependabot compatibility score

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 commands and options

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)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.13.6 to 1.15.1.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.13.6...v1.15.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/klauspost/compress-1.15.1 branch from 112bb11 to 14450d0 Compare March 30, 2022 11:11
@MikeGoldsmith MikeGoldsmith merged commit f3bd76d into main Apr 8, 2022
@MikeGoldsmith MikeGoldsmith deleted the dependabot/go_modules/github.com/klauspost/compress-1.15.1 branch April 8, 2022 13:50
ghost pushed a commit to opsramp/tracing-proxy that referenced this pull request Jul 5, 2024
…#427)

Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.13.6 to 1.15.1.
- [Release notes](https://github.com/klauspost/compress/releases)
- [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml)
- [Commits](klauspost/compress@v1.13.6...v1.15.1)

---
updated-dependencies:
- dependency-name: github.com/klauspost/compress
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant