Skip to content

Commit

Permalink
fix(deps): update module github.com/labstack/echo/v4 to v4.11.1 (#115)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [github.com/labstack/echo/v4](https://togithub.com/labstack/echo) |
require | minor | `v4.10.2` -> `v4.11.1` |

---

### Release Notes

<details>
<summary>labstack/echo (github.com/labstack/echo/v4)</summary>

###
[`v4.11.1`](https://togithub.com/labstack/echo/blob/HEAD/CHANGELOG.md#v4111---2023-07-16)

[Compare
Source](https://togithub.com/labstack/echo/compare/v4.11.0...v4.11.1)

**Fixes**

- Fix `Gzip` middleware not sending response code for no content
responses (404, 301/302 redirects etc)
[#&#8203;2481](https://togithub.com/labstack/echo/pull/2481)

###
[`v4.11.0`](https://togithub.com/labstack/echo/blob/HEAD/CHANGELOG.md#v4110---2023-07-14)

[Compare
Source](https://togithub.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://togithub.com/labstack/echo/pull/2409)
- Fix `group.RouteNotFound` not working when group has attached
middlewares [#&#8203;2411](https://togithub.com/labstack/echo/pull/2411)
- Fix global error handler return error message when message is an error
[#&#8203;2456](https://togithub.com/labstack/echo/pull/2456)
- Do not use global timeNow variables
[#&#8203;2477](https://togithub.com/labstack/echo/pull/2477)

**Enhancements**

- Added a optional config variable to disable centralized error handler
in recovery middleware
[#&#8203;2410](https://togithub.com/labstack/echo/pull/2410)
- refactor: use `strings.ReplaceAll` directly
[#&#8203;2424](https://togithub.com/labstack/echo/pull/2424)
- Add support for Go1.20 `http.rwUnwrapper` to Response struct
[#&#8203;2425](https://togithub.com/labstack/echo/pull/2425)
- Check whether is nil before invoking centralized error handling
[#&#8203;2429](https://togithub.com/labstack/echo/pull/2429)
- Proper colon support in `echo.Reverse` method
[#&#8203;2416](https://togithub.com/labstack/echo/pull/2416)
- Fix misuses of a vs an in documentation comments
[#&#8203;2436](https://togithub.com/labstack/echo/pull/2436)
- Add link to slog.Handler library for Echo logging into README.md
[#&#8203;2444](https://togithub.com/labstack/echo/pull/2444)
- In proxy middleware Support retries of failed proxy requests
[#&#8203;2414](https://togithub.com/labstack/echo/pull/2414)
- gofmt fixes to comments
[#&#8203;2452](https://togithub.com/labstack/echo/pull/2452)
- gzip response only if it exceeds a minimal length
[#&#8203;2267](https://togithub.com/labstack/echo/pull/2267)
- Upgrade packages
[#&#8203;2475](https://togithub.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 [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/infratographer/x).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi41LjMiLCJ1cGRhdGVkSW5WZXIiOiIzNi44LjExIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Aug 21, 2023
1 parent c41723a commit 3b9ec35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ require (
github.com/jmoiron/sqlx v1.3.5
github.com/labstack/echo-contrib v0.15.0
github.com/labstack/echo-jwt/v4 v4.2.0
github.com/labstack/echo/v4 v4.10.2
github.com/labstack/echo/v4 v4.11.1
github.com/labstack/gommon v0.4.0
github.com/lib/pq v1.10.9
github.com/nats-io/nats-server/v2 v2.9.17
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,8 @@ github.com/labstack/echo-contrib v0.15.0 h1:9K+oRU265y4Mu9zpRDv3X+DGTqUALY6oRHCS
github.com/labstack/echo-contrib v0.15.0/go.mod h1:lei+qt5CLB4oa7VHTE0yEfQSEB9XTJI1LUqko9UWvo4=
github.com/labstack/echo-jwt/v4 v4.2.0 h1:odSISV9JgcSCuhgQSV/6Io3i7nUmfM/QkBeR5GVJj5c=
github.com/labstack/echo-jwt/v4 v4.2.0/go.mod h1:MA2RqdXdEn4/uEglx0HcUOgQSyBaTh5JcaHIan3biwU=
github.com/labstack/echo/v4 v4.10.2 h1:n1jAhnq/elIFTHr1EYpiYtyKgx4RW9ccVgkqByZaN2M=
github.com/labstack/echo/v4 v4.10.2/go.mod h1:OEyqf2//K1DFdE57vw2DRgWY0M7s65IVQO2FzvI4J5k=
github.com/labstack/echo/v4 v4.11.1 h1:dEpLU2FLg4UVmvCGPuk/APjlH6GDpbEPti61srUUUs4=
github.com/labstack/echo/v4 v4.11.1/go.mod h1:YuYRTSM3CHs2ybfrL8Px48bO6BAnYIN4l8wSTMP6BDQ=
github.com/labstack/gommon v0.4.0 h1:y7cvthEAEbU0yHOf4axH8ZG2NH8knB9iNSoTO8dyIk8=
github.com/labstack/gommon v0.4.0/go.mod h1:uW6kP17uPlLJsD3ijUYn3/M5bAxtlZhMI6m3MFxTMTM=
github.com/leodido/go-urn v1.2.1/go.mod h1:zt4jvISO2HfUBqxjfIshjdMTYS56ZS/qv49ictyFfxY=
Expand Down

0 comments on commit 3b9ec35

Please sign in to comment.