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/mostynb/go-grpc-compression from 1.1.17 to 1.2.2 #469

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github May 13, 2024

Bumps github.com/mostynb/go-grpc-compression from 1.1.17 to 1.2.2.

Release notes

Sourced from github.com/mostynb/go-grpc-compression's releases.

v1.2.2

Update go modules, for some security fixes.

v1.2.1

Fix lz4 package, which was accidentally using zstd instead. (#21)

v1.2.0

Add "nonclobbering" imports, for cases where you do not want to override previously registered grpc codecs with the same name.

v1.1.19

  • Zstd: use a more appropriate window size for RPC.

v1.1.18

  • Upgrade github.com/klauspost/compress v1.15.9 -> v1.16.5
  • Upgrade github.com/pierrec/lz4/v4 v4.1.15 -> v4.1.17
  • Require go >= 1.17
Commits
  • af2cdd2 Update go modules
  • 5efc9be Fix lz4 import
  • 59e0975 Update the new deptest to use the new nonclobbering imports
  • 7b42e42 Add tests for non-clobbering codec registration
  • 673fd2f Add nonclobbering packages that only register if no other compressor has been...
  • 9905190 Update dependencies
  • 1ca9138 Remove unnecessary options
  • 2543958 Set friendlier zstd options
  • 22ba87e Avoid deprecated grpc functions in test code
  • d89a808 go mod tidy -compat=1.17
  • 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 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)

Bumps [github.com/mostynb/go-grpc-compression](https://github.com/mostynb/go-grpc-compression) from 1.1.17 to 1.2.2.
- [Release notes](https://github.com/mostynb/go-grpc-compression/releases)
- [Commits](mostynb/go-grpc-compression@v1.1.17...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/mostynb/go-grpc-compression
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels May 13, 2024
Copy link

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label May 28, 2024
Copy link
Author

dependabot bot commented on behalf of github Jun 10, 2024

Superseded by #477.

@dependabot dependabot bot closed this Jun 10, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/mostynb/go-grpc-compression-1.2.2 branch June 10, 2024 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code Stale
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants