Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 27, 2025

Bumps github.com/gin-contrib/gzip from 1.2.0 to 1.2.2.

Release notes

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

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)

Enhancements

  • fa0d885d737306430f120ec88aae8b811b360209: chore: update dependencies to latest versions (@​appleboy)

Refactor

  • 262eca6d329a97000761f4757c382412c558feff: refactor: improve gzip handling and optimize resource management (@​appleboy)
  • 79e888fe1e39cfaee270886eebcb3762dbf7b1c9: refactor: refactor codebase to improve maintainability and performance (@​appleboy)
  • e389346319d2ceb6cb1bf71929c5bed35af321be: refactor: refactor codebase and update API integration (@​appleboy)

Others

  • 3830b8f0d1ea89fd896c149b39a76184d50a5103: fix http: invalid Content-Length of "-1" (#97) (@​evildao)
Commits
  • aa5d8ee refactor: optimize gzip writer pool management and resource handling (#102)
  • 4fc267c refactor: improve error handling and documentation for content encoding
  • f3f028a refactor: refactor middleware and improve API handling
  • 438926d fix: default auto decompressor on uncompressed or double compressed bodies (#91)
  • 3529136 refactor: improve error handling and resource management in gzip utils (#101)
  • c881664 feat: add logic to handle weak ETag headers (#100)
  • 3bd96db fix: use Header().Add instead of Header() for setting Vary header (#99)
  • bc3ccd1 feat: add new endpoint and improve middleware functionality
  • e389346 refactor: refactor codebase and update API integration
  • fa0d885 chore: update dependencies to latest versions
  • 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 1.2.0 to 1.2.2.
- [Release notes](https://github.com/gin-contrib/gzip/releases)
- [Changelog](https://github.com/gin-contrib/gzip/blob/master/.goreleaser.yaml)
- [Commits](gin-contrib/gzip@v1.2.0...v1.2.2)

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

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 Jan 27, 2025
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 27, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.76%. Comparing base (a5765c0) to head (8d869cf).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #437   +/-   ##
=======================================
  Coverage   79.76%   79.76%           
=======================================
  Files          22       22           
  Lines        3648     3648           
=======================================
  Hits         2910     2910           
  Misses        600      600           
  Partials      138      138           

@tobiasehlert tobiasehlert merged commit 8c63e47 into main Jan 27, 2025
8 checks passed
@tobiasehlert tobiasehlert deleted the dependabot/go_modules/github.com/gin-contrib/gzip-1.2.2 branch January 27, 2025 12:25
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

Development

Successfully merging this pull request may close these issues.

2 participants