Skip to content

Conversation

@dependabot
Copy link
Contributor

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

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

Release notes

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

v1.2.0

Changelog

Features

  • cb301401d3ac24cd228db8a389932fefd406e077: feat: add support for server-sent events (#72) (@​htrendev)
  • 969f96e95cadd39faae9b3b5f7c960ed787e37df: feat: gzip decompress-only supports (#90) (@​yzqzss)
  • 1b4a86607c155042323e02dc103ca01c556db788: feat: improve compression and testing mechanisms across the project (@​appleboy)
  • 53b6bc1334fba7fa9b6c1633d1d3b3dd57ab48ae: feat: introduce custom compression decision function in handler (#96) (@​appleboy)
  • f5e478469ba563659b73ce1302fa74ef32e5b2ab: feat: implement HTTP connection hijacking for gzipWriter (@​appleboy)

Enhancements

  • 9ab966554096a70be3629d1f0e511e69739ca631: chore: update various Go module dependencies to latest versions (@​appleboy)

Refactor

  • aa0f078fc2ed36b54fc6136811323d0ccfa2ff4e: refactor: refactor and optimize exclusion handling logic (@​appleboy)
  • 48d0307c68233eb4acd3f7454d253b54086f7969: refactor: refactor WithDecompressOnly function and update related tests (@​appleboy)
  • 9bb40fc33059840150166668829493777210c30a: refactor: refactor gzipHandler to use config struct instead of Options struct (@​appleboy)
  • bc23737a65ae92b532d55a2c97f4456a6a386c37: refactor: refactor header handling with constants in handler module (@​appleboy)

Build process updates

  • 071dbd18a1124899462b6d1c18bef184e012e6f2: ci: add GitHub Actions workflow for Bearer PR check (@​appleboy)
  • 3b2d6e7fa16da64c92381356153f7783a20b5ddd: build: refactor project structure and update dependencies (@​appleboy)
  • 47135c972f825edaff7cafe62120dfa3f92aa568: build: refactor codebase and optimize API interactions (@​appleboy)

Documentation updates

  • fa26419408bdea4b871c2b8f2c59f89d3193948e: docs: improve documentation and examples for server push with Gin framework (@​appleboy)
  • eae4239dc53b1aa6ddc6cf3c3347b53a774f9df0: docs: add documentation for exclusion and decompression functions (@​appleboy)

Others

  • 807284b2d1812976d0cdede6f4215b9995ca1134: style: refactor codebase for consistency and improved test coverage (@​appleboy)
Commits
  • 9ab9665 chore: update various Go module dependencies to latest versions
  • f5e4784 feat: implement HTTP connection hijacking for gzipWriter
  • 807284b style: refactor codebase for consistency and improved test coverage
  • bc23737 refactor: refactor header handling with constants in handler module
  • 53b6bc1 feat: introduce custom compression decision function in handler (#96)
  • 9bb40fc refactor: refactor gzipHandler to use config struct instead of Options struct
  • eae4239 docs: add documentation for exclusion and decompression functions
  • 1b4a866 feat: improve compression and testing mechanisms across the project
  • 48d0307 refactor: refactor WithDecompressOnly function and update related tests
  • 969f96e feat: gzip decompress-only supports (#90)
  • 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.1.0 to 1.2.0.
- [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.1.0...v1.2.0)

---
updated-dependencies:
- dependency-name: github.com/gin-contrib/gzip
  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 Jan 14, 2025
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 14, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.76%. Comparing base (78c5e3a) to head (b958ba5).
Report is 1 commits behind head on main.

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

@tobiasehlert tobiasehlert merged commit c12d397 into main Jan 14, 2025
8 checks passed
@tobiasehlert tobiasehlert deleted the dependabot/go_modules/github.com/gin-contrib/gzip-1.2.0 branch January 14, 2025 08:08
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