-
-
Notifications
You must be signed in to change notification settings - Fork 650
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update bump go dependencies #751
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
0611c12
to
7fb9d9e
Compare
7fb9d9e
to
a35733b
Compare
a35733b
to
22c70fc
Compare
Signed-off-by: eternal-flame-AD <[email protected]>
Edited/Blocked NotificationRenovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR. You can manually request rebase by checking the rebase/retry box above. |
Signed-off-by: eternal-flame-AD <[email protected]>
Signed-off-by: eternal-flame-AD <[email protected]>
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #751 +/- ##
==========================================
+ Coverage 79.33% 79.36% +0.03%
==========================================
Files 56 56
Lines 2642 2641 -1
==========================================
Hits 2096 2096
+ Misses 455 454 -1
Partials 91 91 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure why golangci was having consistent issues but updating to the latest version and addressing new lints fixed it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
This PR contains the following updates:
v1.7.2
->v1.7.3
v1.0.1
->v1.2.0
v10.23.0
->v10.24.0
Release Notes
gin-contrib/cors (github.com/gin-contrib/cors)
v1.7.3
Compare Source
Changelog
Enhancements
9bb7abb
: chore: refactor goreleaser configuration (@appleboy)03a81e8
: chore: update dependencies to latest versions (@appleboy)7ba65f5
: chore: update Go version to 1.20 and above in workflows (@appleboy)d4fb95a
: chore: update Go version to 1.21 and dependencies (@appleboy)80b5d9b
: chore: update dependencies to latest versions (@appleboy)Build process updates
e0ba036
: ci: refactor GitHub Actions workflow configuration (@appleboy)671e12a
: ci: extend GitHub Actions CI to macOS (@appleboy)556f008
: ci: refactor codebase for improved performance and maintainability (@appleboy)gin-contrib/gzip (github.com/gin-contrib/gzip)
v1.2.0
Compare 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: refactorWithDecompressOnly
function 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.0
Compare 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)go-playground/validator (github.com/go-playground/validator/v10)
v10.24.0
: Release 10.24.0Compare Source
What's Changed
The MSGV(Minimum Supported Go Version) has been bumped to v1.20 to address a security issues in the gaoling
net
package.Full Changelog: go-playground/validator@v10.23.0...v10.24.0
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.