-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
update version to v1.7.5 #2943
update version to v1.7.5 #2943
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2943 +/- ##
=======================================
Coverage 98.73% 98.73%
=======================================
Files 41 41
Lines 3080 3080
=======================================
Hits 3041 3041
Misses 27 27
Partials 12 12
Flags with carried forward coverage won't be shown. Click here to find out more. Continue to review full report at Codecov.
|
@appleboy please review, thanks! |
Maybe should change CHANGELOG.md, too. Gin v1.7.5DOCS
BUGFIXES
ENHANCEMENTS
You can change the logs as your wish: ## Gin v1.7.5
### DOCS
* NoMethod: added usage annotation ([#2832](https://github.com/gin-gonic/gin/pull/2832#issuecomment-929954463)).
### BUGFIXES
* Fixed X-Forwarded-For unsafe handling of CVE-2020-28483 [#2844](https://github.com/gin-gonic/gin/pull/2844), closed issue [#2862](https://github.com/gin-gonic/gin/issues/2862).
* Tree: updated the code logic for `latestNode` [#2897](https://github.com/gin-gonic/gin/pull/2897), closed issue [#2894](https://github.com/gin-gonic/gin/issues/2894) [#2878](https://github.com/gin-gonic/gin/issues/2878).
* Tree: fixed the misplacement of adding slashes [#2847](https://github.com/gin-gonic/gin/pull/2847), closed issue [#2843](https://github.com/gin-gonic/gin/issues/2843).
* Tree: fixed tsr with mixed static and wildcard paths [#2924](https://github.com/gin-gonic/gin/pull/2924), closed issue [#2918](https://github.com/gin-gonic/gin/issues/2918).
### ENHANCEMENTS
* TrustedProxies: make it backward-compatible [#2887](https://github.com/gin-gonic/gin/pull/2887), closed issue [#2819](https://github.com/gin-gonic/gin/issues/2819).
* TrustedPlatform: provide custom options for another CDN services [#2906](https://github.com/gin-gonic/gin/pull/2906). |
@Bisstocuz thanks, updated! |
@appleboy maybe we should release v1.8.0, and v1.8 list: https://github.com/gin-gonic/gin/milestone/16. |
v1.7.7 have released, thanks! https://github.com/gin-gonic/gin/releases |
as title