-
Notifications
You must be signed in to change notification settings - Fork 8k
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(docs): Bump to v1.7.7 #2952
Conversation
Codecov Report
@@ Coverage Diff @@
## master #2952 +/- ##
==========================================
- Coverage 98.73% 98.57% -0.17%
==========================================
Files 41 41
Lines 3080 3080
==========================================
- Hits 3041 3036 -5
- Misses 27 31 +4
- Partials 12 13 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This reverts commit 3fc2ab4.
https://github.com/gin-gonic/gin/commits/release_176
|
env: # go test
go: downloading github.com/ugorji/go v1.1.7
go: downloading golang.org/x/sys v0.0.0-20200116001909-b77594299b42
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/pmezard/go-difflib v1.0.0
go: downloading github.com/go-playground/universal-translator v0.17.0
go: downloading github.com/leodido/go-urn v1.2.0
go: downloading golang.org/x/crypto v0.0.0-20200622213623-75b288015ac9
go: downloading github.com/go-playground/locales v0.13.0
2021/11/23 11:56:44 The AppEngine flag is going to be deprecated. Please check issues #2723 and #2739 and use 'TrustedPlatform: gin.PlatformGoogleAppEngine' instead.
[GIN] 2021/11/23 - 11:56:44 | 200 | 6.23µs | 192.0.2.1 | GET "/name1/api"
[GIN] 2021/11/23 - 11:56:44 | 200 | 1.312µs | 192.0.2.1 | GET "/name2/api"
[GIN] 2021/11/23 - 11:56:44 | 200 | 10.143µs | 192.0.2.1 | GET "/test/copy/race"
PASS
ok github.com/gin-gonic/gin 0.237s I will check out it later today for finding details we ignored. |
Released v1.7.6 using the code of v1.7.4 version to fix the error at first, please see https://github.com/gin-gonic/gin/releases/tag/v1.7.6, thanks! |
Hi, there! What I mean is that create a new branch from tag v1.7.4, and cherry-pick those necessary commits then put them into the new branch based on v1.7.4. I found the errors you reported occurred with data added in #2767. |
@Bisstocuz when I created v1.7.5 based on v1.7.4 and use cherry-pick, but have some error, I don't fix it, oh no...it's released. |
Look at this: https://github.com/Bisstocuz/gin/commits/pre177 (You can run tests with this branch on your Mac, I tested it on my CentOS server.) I believe the error you meet at first has to do with some PRs you missed. Note: I used JetBrains |
@Bisstocuz thanks! https://github.com/gin-gonic/gin/tree/v177 ready and wait release |
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.
lgtm
* Perfect TrustedProxies feature * some typo fix * fix some typo * bump to v1.7.6 * remove 'retract' * Revert "remove 'retract'" This reverts commit 3fc2ab4. * Update CHANGELOG.md * Bump to v1.7.7 preparations
* Perfect TrustedProxies feature * some typo fix * fix some typo * bump to v1.7.6 * remove 'retract' * Revert "remove 'retract'" This reverts commit 3fc2ab4. * Update CHANGELOG.md * Bump to v1.7.7 preparations
This is an optional solution for v1.7.5 released mistakenly. I think skip v1.7.5 is the best solution.
See: #2951 (comment)
@thinkerou
As your approval, you can create a new release refer to the list, and merge this PR then put this commit into the new release.