Closed renovate[bot] closed 1 year ago
Merging #37 (fc42921) into master (dba095d) will decrease coverage by
1.65%
. The diff coverage isn/a
.
@@ Coverage Diff @@
## master #37 +/- ##
==========================================
- Coverage 62.22% 60.57% -1.66%
==========================================
Files 5 5
Lines 225 175 -50
==========================================
- Hits 140 106 -34
+ Misses 76 60 -16
Partials 9 9
Impacted Files | Coverage Δ | |
---|---|---|
src/protocol/crypto/main.go | 57.89% <0.00%> (-2.58%) |
:arrow_down: |
src/protocol/crypto/util_mock.go | 66.03% <0.00%> (-0.16%) |
:arrow_down: |
src/util/pad/pad.go | 100.00% <0.00%> (ø) |
|
src/util/pad/pad_utf8.go | 100.00% <0.00%> (ø) |
|
src/protocol/crypto/util.go | 48.64% <0.00%> (+0.57%) |
:arrow_up: |
:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more
This PR contains the following updates:
v1.6.3
->v1.8.1
Release Notes
gin-gonic/gin
### [`v1.8.1`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v181) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.8.0...v1.8.1) ##### ENHANCEMENTS - feat(context): add ContextWithFallback feature flag [#3172](https://togithub.com/gin-gonic/gin/pull/3172) ### [`v1.8.0`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v180) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.7.7...v1.8.0) ### [`v1.7.7`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v177) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.7.6...v1.7.7) ##### BUGFIXES - Fixed X-Forwarded-For unsafe handling of CVE-2020-28483 [#2844](https://togithub.com/gin-gonic/gin/pull/2844), closed issue [#2862](https://togithub.com/gin-gonic/gin/issues/2862). - Tree: updated the code logic for `latestNode` [#2897](https://togithub.com/gin-gonic/gin/pull/2897), closed issue [#2894](https://togithub.com/gin-gonic/gin/issues/2894) [#2878](https://togithub.com/gin-gonic/gin/issues/2878). - Tree: fixed the misplacement of adding slashes [#2847](https://togithub.com/gin-gonic/gin/pull/2847), closed issue [#2843](https://togithub.com/gin-gonic/gin/issues/2843). - Tree: fixed tsr with mixed static and wildcard paths [#2924](https://togithub.com/gin-gonic/gin/pull/2924), closed issue [#2918](https://togithub.com/gin-gonic/gin/issues/2918). ##### ENHANCEMENTS - TrustedProxies: make it backward-compatible [#2887](https://togithub.com/gin-gonic/gin/pull/2887), closed issue [#2819](https://togithub.com/gin-gonic/gin/issues/2819). - TrustedPlatform: provide custom options for another CDN services [#2906](https://togithub.com/gin-gonic/gin/pull/2906). ##### DOCS - NoMethod: added usage annotation ([#2832](https://togithub.com/gin-gonic/gin/pull/2832#issuecomment-929954463)). ### [`v1.7.6`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v176) ##### BUGFIXES - bump new release to fix v1.7.5 release error by using v1.7.4 codes. ### [`v1.7.4`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v174) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.7.3...v1.7.4) ##### BUGFIXES - bump new release to fix checksum mismatch ### [`v1.7.3`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v173) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.7.2...v1.7.3) ##### BUGFIXES - fix level 1 router match [#2767](https://togithub.com/gin-gonic/gin/issues/2767), [#2796](https://togithub.com/gin-gonic/gin/issues/2796) ### [`v1.7.2`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v172) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.7.1...v1.7.2) ##### BUGFIXES - Fix conflict between param and exact path [#2706](https://togithub.com/gin-gonic/gin/issues/2706). Close issue [#2682](https://togithub.com/gin-gonic/gin/issues/2682) [#2696](https://togithub.com/gin-gonic/gin/issues/2696). ### [`v1.7.1`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v171) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.7.0...v1.7.1) ##### BUGFIXES - fix: data race with trustedCIDRs from [#2674](https://togithub.com/gin-gonic/gin/issues/2674)([#2675](https://togithub.com/gin-gonic/gin/pull/2675)) ### [`v1.7.0`](https://togithub.com/gin-gonic/gin/blob/HEAD/CHANGELOG.md#Gin-v170) [Compare Source](https://togithub.com/gin-gonic/gin/compare/v1.6.3...v1.7.0) ##### BUGFIXES - fix compile error from [#2572](https://togithub.com/gin-gonic/gin/pull/2572) ([#2600](https://togithub.com/gin-gonic/gin/pull/2600)) - fix: print headers without Authorization header on broken pipe ([#2528](https://togithub.com/gin-gonic/gin/pull/2528)) - fix(tree): reassign fullpath when register new node ([#2366](https://togithub.com/gin-gonic/gin/pull/2366)) ##### ENHANCEMENTS - Support params and exact routes without creating conflicts ([#2663](https://togithub.com/gin-gonic/gin/pull/2663)) - chore: improve render string performance ([#2365](https://togithub.com/gin-gonic/gin/pull/2365)) - Sync route tree to httprouter latest code ([#2368](https://togithub.com/gin-gonic/gin/pull/2368)) - chore: rename getQueryCache/getFormCache to initQueryCache/initFormCa ([#2375](https://togithub.com/gin-gonic/gin/pull/2375)) - chore(performance): improve countParams ([#2378](https://togithub.com/gin-gonic/gin/pull/2378)) - Remove some functions that have the same effect as the bytes package ([#2387](https://togithub.com/gin-gonic/gin/pull/2387)) - update:SetMode function ([#2321](https://togithub.com/gin-gonic/gin/pull/2321)) - remove a unused type SecureJSONPrefix ([#2391](https://togithub.com/gin-gonic/gin/pull/2391)) - Add a redirect sample for POST method ([#2389](https://togithub.com/gin-gonic/gin/pull/2389)) - Add CustomRecovery builtin middleware ([#2322](https://togithub.com/gin-gonic/gin/pull/2322)) - binding: avoid 2038 problem on 32-bit architectures ([#2450](https://togithub.com/gin-gonic/gin/pull/2450)) - Prevent panic in Context.GetQuery() when there is no Request ([#2412](https://togithub.com/gin-gonic/gin/pull/2412)) - Add GetUint and GetUint64 method on gin.context ([#2487](https://togithub.com/gin-gonic/gin/pull/2487)) - update content-disposition header to MIME-style ([#2512](https://togithub.com/gin-gonic/gin/pull/2512)) - reduce allocs and improve the render `WriteString` ([#2508](https://togithub.com/gin-gonic/gin/pull/2508)) - implement ".Unwrap() error" on Error type ([#2525](https://togithub.com/gin-gonic/gin/pull/2525)) ([#2526](https://togithub.com/gin-gonic/gin/pull/2526)) - Allow bind with a map\[string]string ([#2484](https://togithub.com/gin-gonic/gin/pull/2484)) - chore: update tree ([#2371](https://togithub.com/gin-gonic/gin/pull/2371)) - Support binding for slice/array obj \[Rewrite] ([#2302](https://togithub.com/gin-gonic/gin/pull/2302)) - basic auth: fix timing oracle ([#2609](https://togithub.com/gin-gonic/gin/pull/2609)) - Add mixed param and non-param paths (port of httprouter[#329](https://togithub.com/gin-gonic/gin/pull/329)) ([#2663](https://togithub.com/gin-gonic/gin/pull/2663)) - feat(engine): add trustedproxies and remoteIP ([#2632](https://togithub.com/gin-gonic/gin/pull/2632))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 Mend Renovate. View repository job log here.