Skip to content
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

fix(deps): update module github.com/labstack/echo/v4 to v4.6.1 #153

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jul 12, 2021

WhiteSource Renovate

This PR contains the following updates:

Package Type Update Change
github.com/labstack/echo/v4 require minor v4.3.0 -> v4.6.1

Release Notes

labstack/echo

v4.6.1

Compare Source

Enhancements

  • Add start time to request logger middleware values #​1991

v4.6.0

Compare Source

Introduced a new request logger middleware
to help with cases when you want to use some other logging library in your application.

Fixes

  • fix timeout middleware warning: superfluous response.WriteHeader #​1905

Enhancements

  • Add Cookie to KeyAuth middleware's KeyLookup #​1929
  • JWT middleware should ignore case of auth scheme in request header #​1951
  • Refactor default error handler to return first if response is already committed #​1956
  • Added request logger middleware which helps to use custom logger library for logging requests. #​1980
  • Allow escaping of colon in route path so Google Cloud API "custom methods" could be implemented #​1988

v4.5.0

Compare Source

Important notes

A BREAKING CHANGE is introduced for JWT middleware users.
The JWT library used for the JWT middleware had to be changed from github.com/dgrijalva/jwt-go to
github.com/golang-jwt/jwt due former library being unmaintained and affected by security
issues.
The github.com/golang-jwt/jwt project is a drop-in replacement, but supports only the latest 2 Go versions.
So for JWT middleware users Go 1.15+ is required. For detailed information please read #​1940

To change the library imports in all .go files in your project replace all occurrences of dgrijalva/jwt-go with golang-jwt/jwt.

For Linux CLI you can use:

find -type f -name "*.go" -exec sed -i "s/dgrijalva\/jwt-go/golang-jwt\/jwt/g" {} \;
go mod tidy

Fixes

  • Change JWT library to github.com/golang-jwt/jwt #​1946

v4.4.0

Compare Source

Fixes

  • Split HeaderXForwardedFor header only by comma #​1878
  • Fix Timeout middleware Context propagation #​1910

Enhancements

  • Bind data using headers as source #​1866
  • Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries implementing JWT parsing. #​1887
  • Adding tests for Echo#Host #​1895
  • Adds RequestIDHandler function to RequestID middleware #​1898
  • Allow for custom JSON encoding implementations #​1880

Configuration

📅 Schedule: 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.


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by WhiteSource Renovate. View repository job log here.

@renovate renovate bot added the dependency label Jul 12, 2021
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 01913a1 to a69b200 Compare August 2, 2021 08:15
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.4.0 fix(deps): update module github.com/labstack/echo/v4 to v4.5.0 Aug 2, 2021
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch 2 times, most recently from 414174f to 35d0215 Compare August 23, 2021 08:03
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.5.0 fix(deps): update module github.com/labstack/echo/v4 to v4.5.0 - autoclosed Aug 30, 2021
@renovate renovate bot closed this Aug 30, 2021
@renovate renovate bot deleted the renovate/github.com-labstack-echo-v4-4.x branch August 30, 2021 19:16
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.5.0 - autoclosed fix(deps): update module github.com/labstack/echo/v4 to v4.5.0 Aug 30, 2021
@renovate renovate bot restored the renovate/github.com-labstack-echo-v4-4.x branch August 30, 2021 21:06
@renovate renovate bot reopened this Aug 30, 2021
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 35d0215 to 65496de Compare August 30, 2021 21:07
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 65496de to 4c81f04 Compare September 20, 2021 21:17
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.5.0 fix(deps): update module github.com/labstack/echo/v4 to v4.6.0 Sep 20, 2021
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch 2 times, most recently from ea0cba6 to 25fa225 Compare September 26, 2021 17:32
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.6.0 fix(deps): update module github.com/labstack/echo/v4 to v4.6.1 Sep 26, 2021
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.6.1 fix(deps): update module github.com/labstack/echo/v4 to v4.6.1 - autoclosed Nov 10, 2021
@renovate renovate bot closed this Nov 10, 2021
@renovate renovate bot deleted the renovate/github.com-labstack-echo-v4-4.x branch November 10, 2021 13:52
@renovate renovate bot changed the title fix(deps): update module github.com/labstack/echo/v4 to v4.6.1 - autoclosed fix(deps): update module github.com/labstack/echo/v4 to v4.6.1 Nov 10, 2021
@renovate renovate bot reopened this Nov 10, 2021
@renovate renovate bot restored the renovate/github.com-labstack-echo-v4-4.x branch November 10, 2021 15:20
@renovate renovate bot force-pushed the renovate/github.com-labstack-echo-v4-4.x branch from 25fa225 to 9a30559 Compare November 10, 2021 15:21
@vshn-renovate vshn-renovate deleted the renovate/github.com-labstack-echo-v4-4.x branch January 31, 2022 14:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants