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

Update module github.com/klauspost/compress to v1.15.0 #125

Merged
merged 1 commit into from
Mar 11, 2022

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Feb 17, 2022

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/klauspost/compress require minor v1.14.2 -> v1.15.0

Release Notes

klauspost/compress

v1.15.0

Compare Source

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

Compare Source

What's Changed

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

v1.14.3

Compare Source

What's Changed

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


Configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@coveralls
Copy link

coveralls commented Feb 17, 2022

Coverage Status

Coverage increased (+0.2%) to 86.178% when pulling 2c1d048 on renovate/github.com-klauspost-compress-1.x into 13d2821 on master.

@renovate renovate bot changed the title Update module github.com/klauspost/compress to v1.14.3 Update module github.com/klauspost/compress to v1.14.4 Feb 22, 2022
@renovate renovate bot force-pushed the renovate/github.com-klauspost-compress-1.x branch from 5bc2a9e to 9a60e49 Compare February 22, 2022 12:31
@renovate renovate bot force-pushed the renovate/github.com-klauspost-compress-1.x branch from 9a60e49 to 2c1d048 Compare March 4, 2022 15:27
@renovate renovate bot changed the title Update module github.com/klauspost/compress to v1.14.4 Update module github.com/klauspost/compress to v1.15.0 Mar 4, 2022
@AndreasSko AndreasSko merged commit d108959 into master Mar 11, 2022
@AndreasSko AndreasSko deleted the renovate/github.com-klauspost-compress-1.x branch March 11, 2022 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants