Update module labstack/echo/v4 to v4.3.0 #856

Merged
konrad merged 1 commits from renovate/github.com-labstack-echo-v4-4.x into main 2021-05-08 22:17:07 +00:00
Member

This PR contains the following updates:

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

Release Notes

labstack/echo

v4.3.0

Compare Source

Important notes

  • Route matching has improvements for following cases:
    1. Correctly match routes with parameter part as last part of route (with trailing backslash)
    2. Considering handlers when resolving routes and search for matching http method handler
  • Echo minimal Go version is now 1.13.

Fixes

  • When url ends with slash first param route is the match #​1804
  • Router should check if node is suitable as matching route by path+method and if not then continue search in tree #​1808
  • Fix timeout middleware not writing response correctly when handler panics #​1864
  • Fix binder not working with embedded pointer structs #​1861
  • Add Go 1.16 to CI and drop 1.12 specific code #​1850

Enhancements

  • Make KeyFunc public in JWT middleware #​1756
  • Add support for optional filesystem to the static middleware #​1797
  • Add a custom error handler to key-auth middleware #​1847
  • Allow JWT token to be looked up from multiple sources #​1845

Renovate 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.2.2` -> `v4.3.0` | --- ### Release Notes <details> <summary>labstack/echo</summary> ### [`v4.3.0`](https://github.com/labstack/echo/blob/master/CHANGELOG.md#v430---2021-05-08) [Compare Source](https://github.com/labstack/echo/compare/v4.2.2...v4.3.0) **Important notes** - Route matching has improvements for following cases: 1. Correctly match routes with parameter part as last part of route (with trailing backslash) 2. Considering handlers when resolving routes and search for matching http method handler - Echo minimal Go version is now 1.13. **Fixes** - When url ends with slash first param route is the match [#&#8203;1804](https://github.com/labstack/echo/pull/1812) - Router should check if node is suitable as matching route by path+method and if not then continue search in tree [#&#8203;1808](https://github.com/labstack/echo/issues/1808) - Fix timeout middleware not writing response correctly when handler panics [#&#8203;1864](https://github.com/labstack/echo/pull/1864) - Fix binder not working with embedded pointer structs [#&#8203;1861](https://github.com/labstack/echo/pull/1861) - Add Go 1.16 to CI and drop 1.12 specific code [#&#8203;1850](https://github.com/labstack/echo/pull/1850) **Enhancements** - Make KeyFunc public in JWT middleware [#&#8203;1756](https://github.com/labstack/echo/pull/1756) - Add support for optional filesystem to the static middleware [#&#8203;1797](https://github.com/labstack/echo/pull/1797) - Add a custom error handler to key-auth middleware [#&#8203;1847](https://github.com/labstack/echo/pull/1847) - Allow JWT token to be looked up from multiple sources [#&#8203;1845](https://github.com/labstack/echo/pull/1845) </details> --- ### Renovate 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-05-08 22:01:02 +00:00
renovate added 1 commit 2021-05-08 22:01:03 +00:00
continuous-integration/drone/pr Build is passing Details
b73ec758b1
Update module labstack/echo/v4 to v4.3.0
konrad merged commit 71d60e908a into main 2021-05-08 22:17:07 +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#856
No description provided.