Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 26, 2024

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

Release notes

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

v1.1.0

Changelog

Enhancements

  • 8a54a9173a46b6812aff8ba1fb65db4686352d67: chore: update dependencies to latest versions (@​appleboy)
  • 6c2fc876b8ad3d71aa42a1583b0dc4abddca56b7: chore: upgrade Go and dependencies to latest versions (@​appleboy)
  • 096f030d801155139cfedfb0024241cb74272f02: chore: restrict Go versions and simplify CI workflow (@​appleboy)
  • 506e1f1b7174d47d0ddf01b3ddc033246c1869a8: chore: bump Go version to 1.21.0 for compatibility updates (@​appleboy)
  • 03fade5fcbb0f25825f7bef4ae1fd5aecdc230ae: chore: update dependencies to latest versions (@​appleboy)
  • f45010e4beb3622cd2768b2b8b9cbc0e3fd5de19: chore(deps): update dependencies to latest versions (@​appleboy)
  • a1786dc85fd644875b8c07f21a8a9d3dfb45c06c: chore: avoid un-necessary allocation (#92) (@​manisharma)
  • fb15f54b910ff49c95b7c0688e7147b0634761af: chore: discard gzip footer when empty body (#89) (@​koenno)
  • 4713b051dda6b10841110cb89bfaa211fe970292: chore: update dependencies and GitHub actions for improved CI/CD (@​appleboy)

Refactor

  • a6b20374a6768725d3c57e8e692231c9f2c3ada0: refactor: refactor data reading to use io package consistently (@​appleboy)
  • 4766b70caac8c4d5e6bcbee1b34e83be91413f84: refactor: migrate to io package for improved compatibility (@​appleboy)

Build process updates

  • 28e7bee1bf3299f13a4dd86d81a34d0328bb3863: ci: refactor codebase for improved performance and maintainability (@​appleboy)
  • bd91a351047713822fc59011c76676e9cc6d9c23: ci: update golangci-lint action to version 6 (@​appleboy)
  • 0e140ccbb3b170212d3a9062668f3614367b6f70: ci: update CI workflow and test configurations (@​appleboy)

Documentation updates

  • 33a5d2eb2fe2cbca4bdbb77314f2e77850ceb393: docs: remove Gitter badge from README file (@​appleboy)

Others

  • 33b88bc9f28a2a545b9af5a7d1a855d6122e98dc: test: add gzip compression and decompression tests (@​appleboy)
Commits
  • 4713b05 chore: update dependencies and GitHub actions for improved CI/CD
  • 33b88bc test: add gzip compression and decompression tests
  • fb15f54 chore: discard gzip footer when empty body (#89)
  • a1786dc chore: avoid un-necessary allocation (#92)
  • f45010e chore(deps): update dependencies to latest versions
  • 03fade5 chore: update dependencies to latest versions
  • 0e140cc ci: update CI workflow and test configurations
  • 33a5d2e docs: remove Gitter badge from README file
  • 4766b70 refactor: migrate to io package for improved compatibility
  • a6b2037 refactor: refactor data reading to use io package consistently
  • 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.0.1 to 1.1.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.0.1...v1.1.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 Dec 26, 2024
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Dec 26, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.76%. Comparing base (36d853d) to head (3f2bf6c).
Report is 1 commits behind head on main.

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

@tobiasehlert tobiasehlert merged commit 9aa352a into main Dec 26, 2024
8 checks passed
@tobiasehlert tobiasehlert deleted the dependabot/go_modules/github.com/gin-contrib/gzip-1.1.0 branch December 26, 2024 08:18
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