Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 22, 2025

Bumps github.com/gin-contrib/gzip from 0.0.6 to 1.2.5.

Release notes

Sourced from github.com/gin-contrib/gzip's releases.

v1.2.5

Changelog

Bug fixes

  • ff4cafa248cbdda63d164635ce13bd5cc65eaf62: fix(header): static file error gzip header handling and add tests (#123) (@​appleboy)
  • 9e2912be47f3fea493c0885a4163cc1e0de63df1: fix(body): avoid double gzip compression in response middleware (#124) (@​appleboy)

Enhancements

  • 18052f1101f0ab6bb3e435c51c3e4ef1f0dacbad: chore(deps): bump github/codeql-action from 3 to 4 (#121) (@​dependabot[bot])

v1.2.4

Changelog

Bug fixes

  • 4c0c3531574e2911ba304a1a7de85f74d4683c73: fix(header): disable gzip compression for error responses (#120) (@​appleboy)

Enhancements

  • 8f25d09bbd45f586128b6a2e1b05f465a8dfec44: chore: update Go version and refresh dependencies (@​appleboy)
  • c41b389e172267603f0cf452981c8c43b335b584: chore: upgrade Go version and refresh dependencies (@​appleboy)

Build process updates

  • ef1d76af69a69ac6674ed2353ddfafe5d3c9ff54: ci: integrate Trivy vulnerability scanning into CI workflow (@​appleboy)
  • 5328e46719048209fa37113fc83b45c5da74ac7b: ci: update CI to test against Go 1.25 (@​appleboy)
  • 05c6a0dc97ba02fa761283194212ddb07b8acc57: ci: drop Go 1.23 support from CI test matrix (@​appleboy)
  • da07e65db2a5c1a679d6904ffacc5fc488562863: ci: modernize GitHub Actions and update workflow dependencies (@​appleboy)
  • 218712ef248d02c654f31890f7df89bf2147548c: ci: upgrade Go action version in CI workflow (@​appleboy)

v1.2.3

Changelog

Enhancements

  • 3b246bb1ab0a98b1e3685d98711669008e26d84a: chore: update dependencies to latest versions focused on security patches (@​appleboy)

Build process updates

  • ea4c811f5cc72f7f263ea105a51d354e33a1d24d: ci: update GitHub Actions and improve test configurations (@​appleboy)
  • f75942add4614f96c7b0a585a3dc3af6e6bd792c: build: drop support for older Go versions and upgrade dependencies (@​appleboy)
  • aa60ac102420547f81148d57c5e08fbaa48f0162: ci: reorganize and update golangci-lint configuration (@​appleboy)

v1.2.2

Changelog

Features

  • c881664f9a6e88a9aa562f78328278ec8cd46dbd: feat: add logic to handle weak ETag headers (#100) (@​appleboy)

Bug fixes

  • 438926dfeb8be56f0052fc211e90d353b99738c5: fix: default auto decompressor on uncompressed or double compressed bodies (#91) (@​alexdyukov)

Refactor

  • 3529136c16a1f39b15e558b1e7a6dff6a28d8ae7: refactor: improve error handling and resource management in gzip utils (#101) (@​appleboy)
  • f3f028a0433535f941fef3e483d45defa35a7caf: refactor: refactor middleware and improve API handling (@​appleboy)
  • 4fc267cc077ea76a93b5fee5d5337c074e769368: refactor: improve error handling and documentation for content encoding (@​appleboy)
  • aa5d8ee6bb29ab6c0d4055138b4ee24a2e1b07b3: refactor: optimize gzip writer pool management and resource handling (#102) (@​appleboy)

v1.2.1

Changelog

Features

  • 1b7e80168e465b05dc6808954b0993a41d8e73e5: feat: improve compression level validation and default handling (@​appleboy)
  • bc3ccd11f2bce606d8ff2059380a4a53262b97ab: feat: add new endpoint and improve middleware functionality (@​appleboy)

Bug fixes

  • 3bd96db1406edf854eb4070ebb84e16973009fb2: fix: use Header().Add instead of Header() for setting Vary header (#99) (@​appleboy)

... (truncated)

Commits
  • 18052f1 chore(deps): bump github/codeql-action from 3 to 4 (#121)
  • 9e2912b fix(body): avoid double gzip compression in response middleware (#124)
  • ff4cafa fix(header): static file error gzip header handling and add tests (#123)
  • 218712e ci: upgrade Go action version in CI workflow
  • da07e65 ci: modernize GitHub Actions and update workflow dependencies
  • 4c0c353 fix(header): disable gzip compression for error responses (#120)
  • 05c6a0d ci: drop Go 1.23 support from CI test matrix
  • c41b389 chore: upgrade Go version and refresh dependencies
  • 8f25d09 chore: update Go version and refresh dependencies
  • 5328e46 ci: update CI to test against Go 1.25
  • 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/gin-contrib/gzip](https://github.com/gin-contrib/gzip) from 0.0.6 to 1.2.5.
- [Release notes](https://github.com/gin-contrib/gzip/releases)
- [Commits](gin-contrib/gzip@v0.0.6...v1.2.5)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/gzip
  dependency-version: 1.2.5
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Dec 22, 2025
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant