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

chore(deps): update module github.com/klauspost/compress to v1.17.8 #5498

Merged
merged 1 commit into from
May 7, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 7, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/klauspost/compress v1.13.6 -> v1.17.8 age adoption passing confidence

Release Notes

klauspost/compress (github.com/klauspost/compress)

v1.17.8

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.7...v1.17.8

v1.17.7

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.17.6...v1.17.7

v1.17.6

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.17.5...v1.17.6

v1.17.5

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.4...v1.17.5

v1.17.4

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.3...v1.17.4

v1.17.3

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.17.2...v1.17.3

v1.17.2

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.17.1...v1.17.2

v1.17.1

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.17.0...v1.17.1

v1.17.0

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.7...v1.17.0

v1.16.7

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.6...v1.16.7

v1.16.6

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.5...v1.16.6

v1.16.5

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.4...v1.16.5

v1.16.4

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.3...v1.16.4

v1.16.3

Compare Source

Full Changelog: klauspost/compress@v1.16.2...v1.16.3

v1.16.2

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.16.1...v1.16.2

v1.16.1

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.16.0...v1.16.1

v1.16.0

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.15...v1.16.0

v1.15.15

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.15.14...v1.15.15

v1.15.14

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.15.13...v1.15.14

v1.15.13

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.12...v1.15.13

v1.15.12

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.11...v1.15.12

v1.15.11

Compare Source

What's Changed

New Contributors

Full Changelog: klauspost/compress@v1.15.10...v1.15.11

v1.15.10

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.9...v1.15.10

v1.15.9

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.8...v1.15.9

v1.15.8

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.7...v1.15.8

v1.15.7

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.6...v1.15.7

v1.15.6

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.5...v1.15.6

v1.15.5

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.4...v1.15.5

v1.15.4

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.3...v1.15.4

v1.15.3

Compare Source

What's Changed

Full Changelog: klauspost/compress@v1.15.2...v1.15.3

v1.15.2

Compare Source

What's Changed

New Contributors

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

v1.15.1

Compare Source

What's Changed

New Contributors

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

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

v1.14.2

Compare Source

What's Changed

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - 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, check this box

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

@renovate renovate bot requested a review from a team as a code owner May 7, 2024 18:27
@renovate renovate bot added the Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG label May 7, 2024
@pellared pellared enabled auto-merge (squash) May 7, 2024 18:28
@pellared pellared merged commit 676e2e8 into main May 7, 2024
25 checks passed
@pellared pellared deleted the renovate/github.com-klauspost-compress-1.x branch May 7, 2024 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog Allow PR to succeed without requiring an addition to the CHANGELOG
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant