-
-
Notifications
You must be signed in to change notification settings - Fork 121
Bump github.com/klauspost/compress from 1.18.0 to 1.18.1 #656
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
Merged
dependabot
merged 1 commit into
main
from
dependabot/go_modules/github.com/klauspost/compress-1.18.1
Oct 21, 2025
Merged
Bump github.com/klauspost/compress from 1.18.0 to 1.18.1 #656
dependabot
merged 1 commit into
main
from
dependabot/go_modules/github.com/klauspost/compress-1.18.1
Oct 21, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [github.com/klauspost/compress](https://github.com/klauspost/compress) from 1.18.0 to 1.18.1. - [Release notes](https://github.com/klauspost/compress/releases) - [Changelog](https://github.com/klauspost/compress/blob/master/.goreleaser.yml) - [Commits](klauspost/compress@v1.18.0...v1.18.1) --- updated-dependencies: - dependency-name: github.com/klauspost/compress dependency-version: 1.18.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
|
@dependabot squash and merge
dependabot[bot] ***@***.***> schrieb am Mo., 20. Okt. 2025,
23:03:
… Bumps github.com/klauspost/compress from 1.18.0 to 1.18.1.
Release notes
*Sourced from github.com/klauspost/compress's releases
<https://github.com/klauspost/compress/releases>.*
v1.18.1 What's Changed
- zstd: Fix incorrect buffer size in dictionary encodes by @klauspost
<https://github.com/klauspost> in klauspost/compress#1059
<https://redirect.github.com/klauspost/compress/pull/1059>
- s2: check for cap, not len of buffer in EncodeBetter/Best by
@vdarulis <https://github.com/vdarulis> in klauspost/compress#1080
<https://redirect.github.com/klauspost/compress/pull/1080>
- zstd: Add simple zstd EncodeTo/DecodeTo functions by @klauspost
<https://github.com/klauspost> in klauspost/compress#1079
<https://redirect.github.com/klauspost/compress/pull/1079>
- zlib: Avoiding extra allocation in zlib.reader.Reset by
@travelpolicy <https://github.com/travelpolicy> in
klauspost/compress#1086
<https://redirect.github.com/klauspost/compress/pull/1086>
- gzhttp: remove redundant err check in zstdReader by @ryanfowler
<https://github.com/ryanfowler> in klauspost/compress#1090
<https://redirect.github.com/klauspost/compress/pull/1090>
- Run modernize. Deprecate Go 1.22 by @klauspost
<https://github.com/klauspost> in klauspost/compress#1095
<https://redirect.github.com/klauspost/compress/pull/1095>
- flate: Simplify matchlen by @klauspost
<https://github.com/klauspost> in klauspost/compress#1101
<https://redirect.github.com/klauspost/compress/pull/1101>
- flate: Add examples by @klauspost <https://github.com/klauspost> in
klauspost/compress#1102
<https://redirect.github.com/klauspost/compress/pull/1102>
- flate: Use exact sizes for huffman tables by @klauspost
<https://github.com/klauspost> in klauspost/compress#1103
<https://redirect.github.com/klauspost/compress/pull/1103>
- flate: Faster load+store by @klauspost
<https://github.com/klauspost> in klauspost/compress#1104
<https://redirect.github.com/klauspost/compress/pull/1104>
- Add notice to S2 about MinLZ by @klauspost
<https://github.com/klauspost> in klauspost/compress#1065
<https://redirect.github.com/klauspost/compress/pull/1065>
New Contributors
- @wooffie <https://github.com/wooffie> made their first contribution
in klauspost/compress#1069
<https://redirect.github.com/klauspost/compress/pull/1069>
- @vdarulis <https://github.com/vdarulis> made their first
contribution in klauspost/compress#1080
<https://redirect.github.com/klauspost/compress/pull/1080>
- @travelpolicy <https://github.com/travelpolicy> made their first
contribution in klauspost/compress#1086
<https://redirect.github.com/klauspost/compress/pull/1086>
- @ryanfowler <https://github.com/ryanfowler> made their first
contribution in klauspost/compress#1090
<https://redirect.github.com/klauspost/compress/pull/1090>
*Full Changelog*: ***@***.***
<klauspost/compress@v1.18.0...v1.18.1>
Commits
- d10b525
<klauspost/compress@d10b525>
build(deps): bump the github-actions group with 2 updates (#1105
<https://redirect.github.com/klauspost/compress/issues/1105>)
- 3c0d308
<klauspost/compress@3c0d308>
flate: Faster load+st0re (#1104
<https://redirect.github.com/klauspost/compress/issues/1104>)
- 6e2f5d5
<klauspost/compress@6e2f5d5>
flate: Use exact sizes for huffman tables (#1103
<https://redirect.github.com/klauspost/compress/issues/1103>)
- bda824b
<klauspost/compress@bda824b>
flate: Add examples (#1102
<https://redirect.github.com/klauspost/compress/issues/1102>)
- f44517c
<klauspost/compress@f44517c>
flate: Simplify matchlen (#1101
<https://redirect.github.com/klauspost/compress/issues/1101>)
- 54cb7a5
<klauspost/compress@54cb7a5>
build(deps): bump the github-actions group with 3 updates (#1096
<https://redirect.github.com/klauspost/compress/issues/1096>)
- c43fcbb
<klauspost/compress@c43fcbb>
Run modernize. Deprecate Go 1.22 (#1095
<https://redirect.github.com/klauspost/compress/issues/1095>)
- 86a9489
<klauspost/compress@86a9489>
gzhttp: remove redundant err check in zstdReader (#1090
<https://redirect.github.com/klauspost/compress/issues/1090>)
- ad4a030
<klauspost/compress@ad4a030>
build(deps): bump github/codeql-action in the github-actions group (
#1087 <https://redirect.github.com/klauspost/compress/issues/1087>)
- 1a8c0e4
<klauspost/compress@1a8c0e4>
Avoiding extra allocation in Reset (#1086
<https://redirect.github.com/klauspost/compress/issues/1086>)
- Additional commits viewable in compare view
<klauspost/compress@v1.18.0...v1.18.1>
[image: Dependabot compatibility score]
<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 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 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)
------------------------------
You can view, comment on, or merge this pull request online at:
#656
Commit Summary
- b80fdd3
<b80fdd3>
Bump github.com/klauspost/compress from 1.18.0 to 1.18.1
File Changes
(2 files <https://github.com/offen/docker-volume-backup/pull/656/files>)
- *M* go.mod
<https://github.com/offen/docker-volume-backup/pull/656/files#diff-33ef32bf6c23acb95f5902d7097b7a1d5128ca061167ec0716715b0b9eeaa5f6>
(2)
- *M* go.sum
<https://github.com/offen/docker-volume-backup/pull/656/files#diff-3295df7234525439d778f1b282d146a4f1ff6b415248aaac074e8042d9f42d63>
(4)
Patch Links:
- https://github.com/offen/docker-volume-backup/pull/656.patch
- https://github.com/offen/docker-volume-backup/pull/656.diff
—
Reply to this email directly, view it on GitHub
<#656>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAMV6FF7LWKIVA2UH43QN7L3YVE3LAVCNFSM6AAAAACJW6KY7SVHI2DSMVQWIX3LMV43ASLTON2WKOZTGUZTGOJUGA2TKNI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
|
Beginning January 27, 2026, Dependabot will no longer support the @dependabot squash and merge command. Please use GitHub's native pull request controls instead. Please see the changelog announcement for additional details. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Bumps github.com/klauspost/compress from 1.18.0 to 1.18.1.
Release notes
Sourced from github.com/klauspost/compress's releases.
Commits
d10b525build(deps): bump the github-actions group with 2 updates (#1105)3c0d308flate: Faster load+st0re (#1104)6e2f5d5flate: Use exact sizes for huffman tables (#1103)bda824bflate: Add examples (#1102)f44517cflate: Simplify matchlen (#1101)54cb7a5build(deps): bump the github-actions group with 3 updates (#1096)c43fcbbRun modernize. Deprecate Go 1.22 (#1095)86a9489gzhttp: remove redundant err check in zstdReader (#1090)ad4a030build(deps): bump github/codeql-action in the github-actions group (#1087)1a8c0e4Avoiding extra allocation in Reset (#1086)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)