Skip to content

Commit 84d927b

Browse files
Bisstocuzthinkerou
authored andcommitted
chore(docs): Bump to v1.7.7 (#2952)
* 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
1 parent 2d3572a commit 84d927b

File tree

3 files changed

+33
-1
lines changed

3 files changed

+33
-1
lines changed

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,35 @@
11
# Gin ChangeLog
22

3+
## Gin v1.7.7
4+
5+
### BUGFIXES
6+
7+
* 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).
8+
* 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).
9+
* 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).
10+
* 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).
11+
12+
### ENHANCEMENTS
13+
14+
* 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).
15+
* TrustedPlatform: provide custom options for another CDN services [#2906](https://github.com/gin-gonic/gin/pull/2906).
16+
17+
### DOCS
18+
19+
* NoMethod: added usage annotation ([#2832](https://github.com/gin-gonic/gin/pull/2832#issuecomment-929954463)).
20+
21+
## Gin v1.7.6
22+
23+
### BUGFIXES
24+
25+
* bump new release to fix v1.7.5 release error by using v1.7.4 codes.
26+
27+
## Gin v1.7.4
28+
29+
### BUGFIXES
30+
31+
* bump new release to fix checksum mismatch
32+
333
## Gin v1.7.3
434

535
### BUGFIXES

go.mod

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,5 @@ require (
1212
github.com/ugorji/go/codec v1.1.7
1313
gopkg.in/yaml.v2 v2.2.8
1414
)
15+
16+
retract v1.7.5

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
package gin
66

77
// Version is the current gin framework's version.
8-
const Version = "v1.7.4"
8+
const Version = "v1.7.7"

0 commit comments

Comments
 (0)