Quaver / api-v2

The new v2 API server for Quaver.
https://api.quavergame.com/v2/
GNU Affero General Public License v3.0
4 stars 0 forks source link

Update module github.com/gin-gonic/gin to v1.10.0 #85

Closed aiae-renovate closed 1 month ago

aiae-renovate commented 2 months ago

This PR contains the following updates:

Package Type Update Change
github.com/gin-gonic/gin require minor v1.9.1 -> v1.10.0

Release Notes

gin-gonic/gin (github.com/gin-gonic/gin) ### [`v1.10.0`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v1100) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.9.1...v1.10.0) ##### Features - feat(auth): add proxy-server authentication ([#​3877](https://togithub.com/gin-gonic/gin/issues/3877)) ([@​EndlessParadox1](https://togithub.com/EndlessParadox1)) - feat(bind): ShouldBindBodyWith shortcut and change doc ([#​3871](https://togithub.com/gin-gonic/gin/issues/3871)) ([@​RedCrazyGhost](https://togithub.com/RedCrazyGhost)) - feat(binding): Support custom BindUnmarshaler for binding. ([#​3933](https://togithub.com/gin-gonic/gin/issues/3933)) ([@​dkkb](https://togithub.com/dkkb)) - feat(binding): support override default binding implement ([#​3514](https://togithub.com/gin-gonic/gin/issues/3514)) ([@​ssfyn](https://togithub.com/ssfyn)) - feat(engine): Added `OptionFunc` and `With` ([#​3572](https://togithub.com/gin-gonic/gin/issues/3572)) ([@​flc1125](https://togithub.com/flc1125)) - feat(logger): ability to skip logs based on user-defined logic ([#​3593](https://togithub.com/gin-gonic/gin/issues/3593)) ([@​palvaneh](https://togithub.com/palvaneh)) ##### Bug fixes - Revert "fix(uri): query binding bug ([#​3236](https://togithub.com/gin-gonic/gin/issues/3236))" ([#​3899](https://togithub.com/gin-gonic/gin/issues/3899)) ([@​appleboy](https://togithub.com/appleboy)) - fix(binding): binding error while not upload file ([#​3819](https://togithub.com/gin-gonic/gin/issues/3819)) ([#​3820](https://togithub.com/gin-gonic/gin/issues/3820)) ([@​clearcodecn](https://togithub.com/clearcodecn)) - fix(binding): dereference pointer to struct ([#​3199](https://togithub.com/gin-gonic/gin/issues/3199)) ([@​echovl](https://togithub.com/echovl)) - fix(context): make context Value method adhere to Go standards ([#​3897](https://togithub.com/gin-gonic/gin/issues/3897)) ([@​FarmerChillax](https://togithub.com/FarmerChillax)) - fix(engine): fix unit test ([#​3878](https://togithub.com/gin-gonic/gin/issues/3878)) ([@​flc1125](https://togithub.com/flc1125)) - fix(header): Allow header according to RFC 7231 (HTTP 405) ([#​3759](https://togithub.com/gin-gonic/gin/issues/3759)) ([@​Crocmagnon](https://togithub.com/Crocmagnon)) - fix(route): Add fullPath in context copy ([#​3784](https://togithub.com/gin-gonic/gin/issues/3784)) ([@​KarthikReddyPuli](https://togithub.com/KarthikReddyPuli)) - fix(router): catch-all conflicting wildcard ([#​3812](https://togithub.com/gin-gonic/gin/issues/3812)) ([@​FirePing32](https://togithub.com/FirePing32)) - fix(sec): upgrade golang.org/x/crypto to 0.17.0 ([#​3832](https://togithub.com/gin-gonic/gin/issues/3832)) ([@​chncaption](https://togithub.com/chncaption)) - fix(tree): correctly expand the capacity of params ([#​3502](https://togithub.com/gin-gonic/gin/issues/3502)) ([@​georgijd-form3](https://togithub.com/georgijd-form3)) - fix(uri): query binding bug ([#​3236](https://togithub.com/gin-gonic/gin/issues/3236)) ([@​illiafox](https://togithub.com/illiafox)) - fix: Add pointer support for url query params ([#​3659](https://togithub.com/gin-gonic/gin/issues/3659)) ([#​3666](https://togithub.com/gin-gonic/gin/issues/3666)) ([@​omkar-foss](https://togithub.com/omkar-foss)) - fix: protect Context.Keys map when call Copy method ([#​3873](https://togithub.com/gin-gonic/gin/issues/3873)) ([@​kingcanfish](https://togithub.com/kingcanfish)) ##### Enhancements - chore(CI): update release args ([#​3595](https://togithub.com/gin-gonic/gin/issues/3595)) ([@​qloog](https://togithub.com/qloog)) - chore(IP): add TrustedPlatform constant for Fly.io. ([#​3839](https://togithub.com/gin-gonic/gin/issues/3839)) ([@​ab](https://togithub.com/ab)) - chore(debug): add ability to override the debugPrint statement ([#​2337](https://togithub.com/gin-gonic/gin/issues/2337)) ([@​josegonzalez](https://togithub.com/josegonzalez)) - chore(deps): update dependencies to latest versions ([#​3835](https://togithub.com/gin-gonic/gin/issues/3835)) ([@​appleboy](https://togithub.com/appleboy)) - chore(header): Add support for RFC 9512: application/yaml ([#​3851](https://togithub.com/gin-gonic/gin/issues/3851)) ([@​vincentbernat](https://togithub.com/vincentbernat)) - chore(http): use white color for HTTP 1XX ([#​3741](https://togithub.com/gin-gonic/gin/issues/3741)) ([@​viralparmarme](https://togithub.com/viralparmarme)) - chore(optimize): the ShouldBindUri method of the Context struct ([#​3911](https://togithub.com/gin-gonic/gin/issues/3911)) ([@​1911860538](https://togithub.com/1911860538)) - chore(perf): Optimize the Copy method of the Context struct ([#​3859](https://togithub.com/gin-gonic/gin/issues/3859)) ([@​1911860538](https://togithub.com/1911860538)) - chore(refactor): modify interface check way ([#​3855](https://togithub.com/gin-gonic/gin/issues/3855)) ([@​demoManito](https://togithub.com/demoManito)) - chore(request): check reader if it's nil before reading ([#​3419](https://togithub.com/gin-gonic/gin/issues/3419)) ([@​noahyao1024](https://togithub.com/noahyao1024)) - chore(security): upgrade Protobuf for CVE-2024-24786 ([#​3893](https://togithub.com/gin-gonic/gin/issues/3893)) ([@​Fotkurz](https://togithub.com/Fotkurz)) - chore: refactor CI and update dependencies ([#​3848](https://togithub.com/gin-gonic/gin/issues/3848)) ([@​appleboy](https://togithub.com/appleboy)) - chore: refactor configuration files for better readability ([#​3951](https://togithub.com/gin-gonic/gin/issues/3951)) ([@​appleboy](https://togithub.com/appleboy)) - chore: update GitHub Actions configuration ([#​3792](https://togithub.com/gin-gonic/gin/issues/3792)) ([@​appleboy](https://togithub.com/appleboy)) - chore: update changelog categories and improve documentation ([#​3917](https://togithub.com/gin-gonic/gin/issues/3917)) ([@​appleboy](https://togithub.com/appleboy)) - chore: update dependencies to latest versions ([#​3694](https://togithub.com/gin-gonic/gin/issues/3694)) ([@​appleboy](https://togithub.com/appleboy)) - chore: update external dependencies to latest versions ([#​3950](https://togithub.com/gin-gonic/gin/issues/3950)) ([@​appleboy](https://togithub.com/appleboy)) - chore: update various Go dependencies to latest versions ([#​3901](https://togithub.com/gin-gonic/gin/issues/3901)) ([@​appleboy](https://togithub.com/appleboy)) ##### Build process updates - build(codecov): Added a codecov configuration ([#​3891](https://togithub.com/gin-gonic/gin/issues/3891)) ([@​flc1125](https://togithub.com/flc1125)) - ci(Makefile): vet command add .PHONY ([#​3915](https://togithub.com/gin-gonic/gin/issues/3915)) ([@​imalasong](https://togithub.com/imalasong)) - ci(lint): update tooling and workflows for consistency ([#​3834](https://togithub.com/gin-gonic/gin/issues/3834)) ([@​appleboy](https://togithub.com/appleboy)) - ci(release): refactor changelog regex patterns and exclusions ([#​3914](https://togithub.com/gin-gonic/gin/issues/3914)) ([@​appleboy](https://togithub.com/appleboy)) - ci(testing): add go1.22 version ([#​3842](https://togithub.com/gin-gonic/gin/issues/3842)) ([@​appleboy](https://togithub.com/appleboy)) ##### Documentation updates - docs(context): Added deprecation comments to BindWith ([#​3880](https://togithub.com/gin-gonic/gin/issues/3880)) ([@​flc1125](https://togithub.com/flc1125)) - docs(middleware): comments to function `BasicAuthForProxy` ([#​3881](https://togithub.com/gin-gonic/gin/issues/3881)) ([@​EndlessParadox1](https://togithub.com/EndlessParadox1)) - docs: Add document to constant `AuthProxyUserKey` and `BasicAuthForProxy`. ([#​3887](https://togithub.com/gin-gonic/gin/issues/3887)) ([@​EndlessParadox1](https://togithub.com/EndlessParadox1)) - docs: fix typo in comment ([#​3868](https://togithub.com/gin-gonic/gin/issues/3868)) ([@​testwill](https://togithub.com/testwill)) - docs: fix typo in function documentation ([#​3872](https://togithub.com/gin-gonic/gin/issues/3872)) ([@​TotomiEcio](https://togithub.com/TotomiEcio)) - docs: remove redundant comments ([#​3765](https://togithub.com/gin-gonic/gin/issues/3765)) ([@​WeiTheShinobi](https://togithub.com/WeiTheShinobi)) - feat: update version constant to v1.10.0 ([#​3952](https://togithub.com/gin-gonic/gin/issues/3952)) ([@​appleboy](https://togithub.com/appleboy)) ##### Others - Upgrade golang.org/x/net -> v0.13.0 ([#​3684](https://togithub.com/gin-gonic/gin/issues/3684)) ([@​cpcf](https://togithub.com/cpcf)) - test(git): gitignore add develop tools ([#​3370](https://togithub.com/gin-gonic/gin/issues/3370)) ([@​demoManito](https://togithub.com/demoManito)) - test(http): use constant instead of numeric literal ([#​3863](https://togithub.com/gin-gonic/gin/issues/3863)) ([@​testwill](https://togithub.com/testwill)) - test(path): Optimize unit test execution results ([#​3883](https://togithub.com/gin-gonic/gin/issues/3883)) ([@​flc1125](https://togithub.com/flc1125)) - test(render): increased unit tests coverage ([#​3691](https://togithub.com/gin-gonic/gin/issues/3691)) ([@​araujo88](https://togithub.com/araujo88))

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 becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.



This PR has been generated by Renovate Bot.

aiae-renovate commented 2 months ago

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

Details:

Package Change
github.com/pelletier/go-toml/v2 v2.2.1 -> v2.2.2
golang.org/x/arch v0.7.0 -> v0.8.0
google.golang.org/protobuf v1.34.0 -> v1.34.1