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

Merged
konrad merged 1 commits from renovate/github.com-labstack-echo-v4-4.x into main 2021-09-21 20:08:44 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/labstack/echo/v4 require minor v4.5.0 -> v4.6.0

Release Notes

labstack/echo

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

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, check this box.

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/labstack/echo/v4](https://github.com/labstack/echo) | require | minor | `v4.5.0` -> `v4.6.0` | --- ### Release Notes <details> <summary>labstack/echo</summary> ### [`v4.6.0`](https://github.com/labstack/echo/blob/master/CHANGELOG.md#v460---2021-09-20) [Compare Source](https://github.com/labstack/echo/compare/v4.5.0...v4.6.0) Introduced a new [request logger](https://github.com/labstack/echo/blob/master/middleware/request_logger.go) 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 [#&#8203;1905](https://github.com/labstack/echo/issues/1905) **Enhancements** - Add Cookie to KeyAuth middleware's KeyLookup [#&#8203;1929](https://github.com/labstack/echo/pull/1929) - JWT middleware should ignore case of auth scheme in request header [#&#8203;1951](https://github.com/labstack/echo/pull/1951) - Refactor default error handler to return first if response is already committed [#&#8203;1956](https://github.com/labstack/echo/pull/1956) - Added request logger middleware which helps to use custom logger library for logging requests. [#&#8203;1980](https://github.com/labstack/echo/pull/1980) - Allow escaping of colon in route path so Google Cloud API "custom methods" could be implemented [#&#8203;1988](https://github.com/labstack/echo/pull/1988) </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box. --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
renovate added the
dependencies
label 2021-09-20 20:00:41 +00:00
renovate force-pushed renovate/github.com-labstack-echo-v4-4.x from e786e03233 to 04deb54ee7 2021-09-21 17:00:58 +00:00 Compare
renovate force-pushed renovate/github.com-labstack-echo-v4-4.x from 04deb54ee7 to 5525d2436f 2021-09-21 20:00:34 +00:00 Compare
konrad merged commit 037457e865 into main 2021-09-21 20:08:44 +00:00
konrad deleted branch renovate/github.com-labstack-echo-v4-4.x 2021-09-21 20:08:44 +00:00
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: vikunja/vikunja#988
No description provided.