Releases: flashcatcloud/gin
Releases · flashcatcloud/gin
v1.8.4
Changelog
Features
- c19374c feat(CodeQL): Discover vulnerabilities across a codebase with CodeQL (gin-gonic#3049)
- f197a8b feat(context): add ContextWithFallback feature flag (gin-gonic#3166) (gin-gonic#3172)
- e61cc06 feat(context): return GIN Context from Value method (gin-gonic#2825)
- 417b142 feat: add StaticFileFS (gin-gonic#2749)
- ef687e0 feat: automatically SetMode to TestMode when run go test. (gin-gonic#3139)
- 87e40d6 feat: fix lint error (gin-gonic#3050)
Bug fixes
- fb5f045 fix: description error (gin-gonic#2986)
- 92a988d fix: description error (gin-gonic#2988)
- c706ace fix: removed YODA conditions, removed blank identifier from
invalid_obj
(gin-gonic#3129) - fcd36c5 fix: test error (gin-gonic#3087)
- 87811a9 fix: the trusted proxies should support ipv6 address by default (gin-gonic#3033)
- 7d18981 fix: wrong when wildcard follows named param (gin-gonic#2983)
Enhancements
- 205bb81 chore(deps): bump actions/cache from 2 to 3 (gin-gonic#3093)
- 493b124 chore(deps): bump actions/setup-go from 2 to 3 (gin-gonic#3118)
- 696d37e chore(deps): bump codecov/codecov-action from 2 to 3 (gin-gonic#3117)
- 6a1d279 chore(deps): bump github.com/goccy/go-json from 0.9.5 to 0.9.6 (gin-gonic#3105)
- c131704 chore(deps): bump github.com/goccy/go-json from 0.9.6 to 0.9.7 (gin-gonic#3131)
- c458094 chore(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (gin-gonic#3094)
- f2182de chore(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (gin-gonic#3177)
- 90e7073 chore(deps): bump github/codeql-action from 1 to 2 (gin-gonic#3132)
- f1e9428 chore(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 (gin-gonic#3150)
- 3d55efe chore(deps): bump google.golang.org/protobuf from 1.27.1 to 1.28.0 (gin-gonic#3104)
- 5fa3452 chore(deps): bump goreleaser/goreleaser-action from 2 to 3 (gin-gonic#3163)
- 62265c8 chore: support min version of go: 1.14 (gin-gonic#2964)
- 4b68a5f chore: update go.mod and remove space from copyright (gin-gonic#3158)
Others
- b40ded1 Add h2c support (gin-gonic#1398)
- 1e24473 Annotation fix (gin-gonic#3088)
- 7927a45 Bump actions/checkout from 2 to 3 (gin-gonic#3068)
- 6868ed1 Bump github.com/go-playground/validator/v10 from 10.9.0 to 10.10.0 (gin-gonic#3013)
- 336ce0d Bump github.com/goccy/go-json from 0.8.1 to 0.9.0 (gin-gonic#3021)
- 5f0b6cd Bump github.com/goccy/go-json from 0.9.0 to 0.9.5 (gin-gonic#3069)
- 9701b65 Bump github.com/ugorji/go/codec from 1.2.6 to 1.2.7 (gin-gonic#3064)
- d8dfaae Bump golangci/golangci-lint-action from 2 to 3.1.0 (gin-gonic#3063)
- 90330e2 Distinguish between group and nested group (gin-gonic#3083)
- aa60021 Fix intercepting headers in middlewares (gin-gonic#1271)
- 444e156 Fix some tests (gin-gonic#3100)
- 6854212 Fix: missing
sameSite
when do context.reset() (gin-gonic#3123) - fc34c24 Merge branch 'main'
- 00d2cc6 Merge branch 'master' of github.com:flashcatcloud/gin
- 580e7da Remove incorrect comments about context.Bind() and improve docs (gin-gonic#3028)
- 6c3a1d7 Small doc fix on Context's ClientIP() method. (gin-gonic#3180)
- e56d18f Update README.md (gin-gonic#2985)
- 1538ece Update README.md (gin-gonic#2997)
- 3757142 Update routergroup.go (gin-gonic#3056)
- 865fd56 Update some comments, add function name prefix to comment (gin-gonic#3090)
- ed03102 [GIN-001] - Add TOML bining for gin (gin-gonic#3081)
- 471baee add customize func HandleContextProxy
- 38eb5ac add v1.8.0 changelog (gin-gonic#3160)
- 60e24d5 chore(CI/CD): add go version release flow (gin-gonic#3159)
- be0d86e chore(CI/CD): add go1.18 version (gin-gonic#3092)
- b94075f ci: bump golangci-lint version (gin-gonic#3037)
- ecadd82 doc: change the form name of upload example code (gin-gonic#3076)
- 8860527 feat attachment filename support utf8 (gin-gonic#3071)
- 2bde107 test support go1.18 (gin-gonic#2990)
- 94153d1 test: expose performRequest func (gin-gonic#3012)
- d8e053d use StringToBytes func (gin-gonic#2798)