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

Merged
konrad merged 1 commits from renovate/github.com-labstack-echo-v4-4.x into main 2023-07-14 22:15:11 +00:00
Member

This PR contains the following updates:

Package Type Update Change
github.com/labstack/echo/v4 require minor v4.10.2 -> v4.11.0

Release Notes

labstack/echo

v4.11.0

Compare Source

Fixes

  • Fixes the proxy middleware concurrency issue of calling the Next() proxy target on Round Robin Balancer #​2409
  • Fix group.RouteNotFound not working when group has attached middlewares #​2411
  • Fix global error handler return error message when message is an error #​2456
  • Do not use global timeNow variables #​2477

Enhancements

  • Added a optional config variable to disable centralized error handler in recovery middleware #​2410
  • refactor: use strings.ReplaceAll directly #​2424
  • Add support for Go1.20 http.rwUnwrapper to Response struct #​2425
  • Check whether is nil before invoking centralized error handling #​2429
  • Proper colon support in echo.Reverse method #​2416
  • Fix misuses of a vs an in documentation comments #​2436
  • Add link to slog.Handler library for Echo logging into README.md #​2444
  • In proxy middleware Support retries of failed proxy requests #​2414
  • gofmt fixes to comments #​2452
  • gzip response only if it exceeds a minimal length #​2267
  • Upgrade packages #​2475

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.


  • 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.10.2` -> `v4.11.0` | --- ### Release Notes <details> <summary>labstack/echo</summary> ### [`v4.11.0`](https://github.com/labstack/echo/blob/HEAD/CHANGELOG.md#v4110---2023-07-14) [Compare Source](https://github.com/labstack/echo/compare/v4.10.2...v4.11.0) **Fixes** - Fixes the proxy middleware concurrency issue of calling the Next() proxy target on Round Robin Balancer [#&#8203;2409](https://github.com/labstack/echo/pull/2409) - Fix `group.RouteNotFound` not working when group has attached middlewares [#&#8203;2411](https://github.com/labstack/echo/pull/2411) - Fix global error handler return error message when message is an error [#&#8203;2456](https://github.com/labstack/echo/pull/2456) - Do not use global timeNow variables [#&#8203;2477](https://github.com/labstack/echo/pull/2477) **Enhancements** - Added a optional config variable to disable centralized error handler in recovery middleware [#&#8203;2410](https://github.com/labstack/echo/pull/2410) - refactor: use `strings.ReplaceAll` directly [#&#8203;2424](https://github.com/labstack/echo/pull/2424) - Add support for Go1.20 `http.rwUnwrapper` to Response struct [#&#8203;2425](https://github.com/labstack/echo/pull/2425) - Check whether is nil before invoking centralized error handling [#&#8203;2429](https://github.com/labstack/echo/pull/2429) - Proper colon support in `echo.Reverse` method [#&#8203;2416](https://github.com/labstack/echo/pull/2416) - Fix misuses of a vs an in documentation comments [#&#8203;2436](https://github.com/labstack/echo/pull/2436) - Add link to slog.Handler library for Echo logging into README.md [#&#8203;2444](https://github.com/labstack/echo/pull/2444) - In proxy middleware Support retries of failed proxy requests [#&#8203;2414](https://github.com/labstack/echo/pull/2414) - gofmt fixes to comments [#&#8203;2452](https://github.com/labstack/echo/pull/2452) - gzip response only if it exceeds a minimal length [#&#8203;2267](https://github.com/labstack/echo/pull/2267) - Upgrade packages [#&#8203;2475](https://github.com/labstack/echo/pull/2475) </details> --- ### 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. --- - [ ] <!-- 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-debug:eyJjcmVhdGVkSW5WZXIiOiIzNS4yNC42IiwidXBkYXRlZEluVmVyIjoiMzUuMjQuNiJ9-->
renovate added the
dependencies
label 2023-07-14 21:01:52 +00:00
renovate added 1 commit 2023-07-14 21:01:53 +00:00
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details
e42278f93f
fix(deps): update module github.com/labstack/echo/v4 to v4.11.0
konrad merged commit e42278f93f into main 2023-07-14 22:15:11 +00:00
konrad deleted branch renovate/github.com-labstack-echo-v4-4.x 2023-07-14 22:15:11 +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#1577
No description provided.