Update module labstack/echo/v4 to v4.2.1 #810

Merged
konrad merged 1 commits from renovate/github.com-labstack-echo-v4-4.x into main 2021-03-09 12:12:38 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/labstack/echo/v4 require patch v4.2.0 -> v4.2.1

Release Notes

labstack/echo

v4.2.1

Compare Source

Important notes

Due to a datarace the config parameters for the newly added timeout middleware required a change.
See the docs.
A performance regression has been fixed, even bringing better performance than before for some routing scenarios.

Fixes

  • Fix performance regression caused by path escaping (#​1777, #​1798, #​1799, aldas)
  • Avoid context canceled errors (#​1789, clwluvw)
  • Improve router to use on stack backtracking (#​1791, aldas, stffabi)
  • Fix panic in timeout middleware not being not recovered and cause application crash (#​1794, aldas)
  • Fix Echo.Serve() not serving on HTTP port correctly when TLSListener is used (#​1785, #​1793, aldas)
  • Apply go fmt (#​1788, Le0tk0k)
  • Uses strings.Equalfold (#​1790, rkilingr)
  • Improve code quality (#​1792, withshubh)

This release was made possible by our contributors:
aldas, clwluvw, lammel, Le0tk0k, maciej-jezierski, rkilingr, stffabi, withshubh


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 | patch | `v4.2.0` -> `v4.2.1` | --- ### Release Notes <details> <summary>labstack/echo</summary> ### [`v4.2.1`](https://github.com/labstack/echo/blob/master/CHANGELOG.md#v421---2020-03-08) [Compare Source](https://github.com/labstack/echo/compare/v4.2.0...v4.2.1) **Important notes** Due to a datarace the config parameters for the newly added timeout middleware required a change. See the [docs](https://echo.labstack.com/middleware/timeout). A performance regression has been fixed, even bringing better performance than before for some routing scenarios. **Fixes** - Fix performance regression caused by path escaping ([#&#8203;1777](https://github.com/labstack/echo/issues/1777), [#&#8203;1798](https://github.com/labstack/echo/issues/1798), [#&#8203;1799](https://github.com/labstack/echo/issues/1799), aldas) - Avoid context canceled errors ([#&#8203;1789](https://github.com/labstack/echo/issues/1789), clwluvw) - Improve router to use on stack backtracking ([#&#8203;1791](https://github.com/labstack/echo/issues/1791), aldas, stffabi) - Fix panic in timeout middleware not being not recovered and cause application crash ([#&#8203;1794](https://github.com/labstack/echo/issues/1794), aldas) - Fix Echo.Serve() not serving on HTTP port correctly when TLSListener is used ([#&#8203;1785](https://github.com/labstack/echo/issues/1785), [#&#8203;1793](https://github.com/labstack/echo/issues/1793), aldas) - Apply go fmt ([#&#8203;1788](https://github.com/labstack/echo/issues/1788), Le0tk0k) - Uses strings.Equalfold ([#&#8203;1790](https://github.com/labstack/echo/issues/1790), rkilingr) - Improve code quality ([#&#8203;1792](https://github.com/labstack/echo/issues/1792), withshubh) This release was made possible by our **contributors**: aldas, clwluvw, lammel, Le0tk0k, maciej-jezierski, rkilingr, stffabi, withshubh </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-03-08 02:00:32 +00:00
renovate force-pushed renovate/github.com-labstack-echo-v4-4.x from 71c2bb6a43 to fa63583ea9 2021-03-09 10:00:34 +00:00 Compare
konrad merged commit 77e9a58a52 into main 2021-03-09 12:12:38 +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#810
No description provided.