fix(deps): update module github.com/gin-contrib/gzip to v1 - autoclosed#1183
Closed
renovate[bot] wants to merge 1 commit into
Closed
fix(deps): update module github.com/gin-contrib/gzip to v1 - autoclosed#1183renovate[bot] wants to merge 1 commit into
renovate[bot] wants to merge 1 commit into
Conversation
Contributor
Author
ℹ️ Artifact update noticeFile name: core/api-server/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.0.6→v1.2.6Release Notes
gin-contrib/gzip (github.com/gin-contrib/gzip)
v1.2.6Compare Source
Changelog
Enhancements
873bbb8: chore(deps): upgrade golang.org/x/crypto to v0.45.0 (@appleboy)ade6e24: chore: update indirect dependencies to latest minor versions (@appleboy)fb05b2a: chore: remove bearer.yml workflow (@appleboy)941d83d: chore(deps): bump actions/checkout from 4 to 6 (@appleboy)992c35f: chore(deps): upgrade quic-go to v0.57.1 (@appleboy)728cc31: chore(ci): update golangci-lint to v2.6 (@appleboy)7dab3cb: chore: add WithMinLength option to control when responses are gzipped (#106) (@takanuva15)1984bfc: chore(deps): bump actions/cache from 4 to 5 (@appleboy)4fdf19e: chore(ci): upgrade trivy-action from 0.33.1 to 0.35.0 (@appleboy)c65ba86: chore(deps): upgrade gin to v1.12.0 and update CI Go versions (@appleboy)68f826a: chore(deps): upgrade golang.org/x/text to v0.35.0 (@appleboy)Build process updates
4c6db59: ci: integrate Trivy security scanning workflow and badge (@appleboy)68ed7ff: ci(workflow): bump goreleaser/goreleaser-action from v6 to v7 (@appleboy)Others
db4e3d0: Add Go 1.26 to GitHub Actions test matrix (@appleboy)05b2770: Update golangci-lint version to v2.9 (@appleboy)v1.2.5Compare Source
Changelog
Bug fixes
ff4cafa: fix(header): static file error gzip header handling and add tests (#123) (@appleboy)9e2912b: fix(body): avoid double gzip compression in response middleware (#124) (@appleboy)Enhancements
18052f1: chore(deps): bump github/codeql-action from 3 to 4 (#121) (@dependabot[bot])v1.2.4Compare Source
Changelog
Bug fixes
4c0c353: fix(header): disable gzip compression for error responses (#120) (@appleboy)Enhancements
8f25d09: chore: update Go version and refresh dependencies (@appleboy)c41b389: chore: upgrade Go version and refresh dependencies (@appleboy)Build process updates
ef1d76a: ci: integrate Trivy vulnerability scanning into CI workflow (@appleboy)5328e46: ci: update CI to test against Go 1.25 (@appleboy)05c6a0d: ci: drop Go 1.23 support from CI test matrix (@appleboy)da07e65: ci: modernize GitHub Actions and update workflow dependencies (@appleboy)218712e: ci: upgrade Go action version in CI workflow (@appleboy)v1.2.3Compare Source
Changelog
Enhancements
3b246bb: chore: update dependencies to latest versions focused on security patches (@appleboy)Build process updates
ea4c811: ci: update GitHub Actions and improve test configurations (@appleboy)f75942a: build: drop support for older Go versions and upgrade dependencies (@appleboy)aa60ac1: ci: reorganize and update golangci-lint configuration (@appleboy)v1.2.2Compare Source
Changelog
Features
c881664: feat: add logic to handle weak ETag headers (#100) (@appleboy)Bug fixes
438926d: fix: default auto decompressor on uncompressed or double compressed bodies (#91) (@alexdyukov)Refactor
3529136: refactor: improve error handling and resource management in gzip utils (#101) (@appleboy)f3f028a: refactor: refactor middleware and improve API handling (@appleboy)4fc267c: refactor: improve error handling and documentation for content encoding (@appleboy)aa5d8ee: refactor: optimize gzip writer pool management and resource handling (#102) (@appleboy)v1.2.1Compare Source
Changelog
Features
1b7e801: feat: improve compression level validation and default handling (@appleboy)bc3ccd1: feat: add new endpoint and improve middleware functionality (@appleboy)Bug fixes
3bd96db: fix: useHeader().Addinstead ofHeader()for settingVaryheader (#99) (@appleboy)Enhancements
fa0d885: chore: update dependencies to latest versions (@appleboy)Refactor
262eca6: refactor: improve gzip handling and optimize resource management (@appleboy)79e888f: refactor: refactor codebase to improve maintainability and performance (@appleboy)e389346: refactor: refactor codebase and update API integration (@appleboy)Others
3830b8f: fix http: invalid Content-Length of "-1" (#97) (@evildao)v1.2.0Compare Source
Changelog
Features
cb30140: feat: add support for server-sent events (#72) (@htrendev)969f96e: feat: gzip decompress-only supports (#90) (@yzqzss)1b4a866: feat: improve compression and testing mechanisms across the project (@appleboy)53b6bc1: feat: introduce custom compression decision function in handler (#96) (@appleboy)f5e4784: feat: implement HTTP connection hijacking for gzipWriter (@appleboy)Enhancements
9ab9665: chore: update various Go module dependencies to latest versions (@appleboy)Refactor
aa0f078: refactor: refactor and optimize exclusion handling logic (@appleboy)48d0307: refactor: refactorWithDecompressOnlyfunction and update related tests (@appleboy)9bb40fc: refactor: refactor gzipHandler to use config struct instead of Options struct (@appleboy)bc23737: refactor: refactor header handling with constants in handler module (@appleboy)Build process updates
071dbd1: ci: add GitHub Actions workflow for Bearer PR check (@appleboy)3b2d6e7: build: refactor project structure and update dependencies (@appleboy)47135c9: build: refactor codebase and optimize API interactions (@appleboy)Documentation updates
fa26419: docs: improve documentation and examples for server push with Gin framework (@appleboy)eae4239: docs: add documentation for exclusion and decompression functions (@appleboy)Others
807284b: style: refactor codebase for consistency and improved test coverage (@appleboy)v1.1.0Compare Source
Changelog
Enhancements
8a54a91: chore: update dependencies to latest versions (@appleboy)6c2fc87: chore: upgrade Go and dependencies to latest versions (@appleboy)096f030: chore: restrict Go versions and simplify CI workflow (@appleboy)506e1f1: chore: bump Go version to 1.21.0 for compatibility updates (@appleboy)03fade5: chore: update dependencies to latest versions (@appleboy)f45010e: chore(deps): update dependencies to latest versions (@appleboy)a1786dc: chore: avoid un-necessary allocation (#92) (@manisharma)fb15f54: chore: discard gzip footer when empty body (#89) (@koenno)4713b05: chore: update dependencies and GitHub actions for improved CI/CD (@appleboy)Refactor
a6b2037: refactor: refactor data reading to use io package consistently (@appleboy)4766b70: refactor: migrate to io package for improved compatibility (@appleboy)Build process updates
28e7bee: ci: refactor codebase for improved performance and maintainability (@appleboy)bd91a35: ci: update golangci-lint action to version 6 (@appleboy)0e140cc: ci: update CI workflow and test configurations (@appleboy)Documentation updates
33a5d2e: docs: remove Gitter badge from README file (@appleboy)Others
33b88bc: test: add gzip compression and decompression tests (@appleboy)v1.0.1Compare Source
Changelog
Enhancements
9bcb72e: chore: refactor dependencies and update packages (@appleboy)8873d8e: chore: refactor .goreleaser.yaml for changelog automation (@appleboy)5046004: chore: refine CI workflow and test configurations (@appleboy)v1.0.0Compare Source
Changelog
Enhancements
46340a9chore(CD): enable goreleaser config.3819350chore(CI): add go 1.21d221afachore(CI): add go1.20 versionfffbe9echore(deps): update dependency.45b5061chore: Add go 1.19 and upgrade lint version to v1.4917b65c8chore: refactor linter configurations and settingsf7d1af4chore: update GitHub Actions versions in relevant files4a52e82chore: update GitHub action to usegoreleaser/goreleaser-actionv595350abchore: update dependencies to latest versions7944e91chore: update golang.org/x packages to latest versions6af466dchore: update goreleaserd3b1ccdchore: update various third-party dependencies to latest versionsOthers
cd336faci: enhance Go version compatibility in CI workflowb476794ci: refactor GitHub Actions workflows configurations49194ddci: update GitHub Actions workflow to use latest CodeQL versionef7d482test: refactor test suite for excluded paths and extensions (#80)Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Never, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.