[PR #274] [CLOSED] fix(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.0 #312

Closed
opened 2026-03-04 00:25:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/274
Author: @dependabot[bot]
Created: 12/28/2022
Status: Closed

Base: masterHead: dependabot/go_modules/github.com/labstack/echo/v4-4.10.0


📝 Commits (1)

  • 00851ad fix(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.0

📊 Changes

2 files changed (+35 additions, -26 deletions)

View changed files

📝 go.mod (+11 -11)
📝 go.sum (+24 -15)

📄 Description

Bumps github.com/labstack/echo/v4 from 4.9.0 to 4.10.0.

Release notes

Sourced from github.com/labstack/echo/v4's releases.

v4.10.0

Security

  • We are deprecating JWT middleware in this repository. Please use https://github.com/labstack/echo-jwt instead.

    JWT middleware is moved to separate repository to allow us to bump/upgrade version of JWT implementation (github.com/golang-jwt/jwt) we are using which we can not do in Echo core because this would break backwards compatibility guarantees we try to maintain.

  • This minor version bumps minimum Go version to 1.17 (from 1.16) due golang.org/x/ packages we depend on. There are several vulnerabilities fixed in these libraries.

    Echo still tries to support last 4 Go versions but there are occasions we can not guarantee this promise.

Enhancements

  • Bump x/text to 0.3.8 #2305
  • Bump dependencies and add notes about Go releases we support #2336
  • Add helper interface for ProxyBalancer interface #2316
  • Expose middleware.CreateExtractors function so we can use it from echo-contrib repository #2338
  • Refactor func(Context) error to HandlerFunc #2315
  • Improve function comments #2329
  • Add new method HTTPError.WithInternal #2340
  • Replace io/ioutil package usages #2342
  • Add staticcheck to CI flow #2343
  • Replace relative path determination from proprietary to std #2345
  • Remove square brackets from ipv6 addresses in XFF (X-Forwarded-For header) #2182
  • Add testcases for some BodyLimit middleware configuration options #2350
  • Additional configuration options for RequestLogger and Logger middleware #2341
  • Add route to request log #2162
  • GitHub Workflows security hardening #2358
  • Add govulncheck to CI and bump dependencies #2362
  • Fix rate limiter docs #2366
  • Refactor how e.Routes() work and introduce e.OnAddRouteHandler callback #2337

v4.9.1

Fixes

  • Fix logger panicing (when template is set to empty) by bumping dependency version #2295

Enhancements

  • Improve CORS documentation #2272
  • Update readme about supported Go versions #2291
  • Tests: improve error handling on closing body #2254
  • Tests: refactor some of the assertions in tests #2275
  • Tests: refactor assertions #2301
Changelog

Sourced from github.com/labstack/echo/v4's changelog.

v4.10.0 - 2022-12-27

Security

  • We are deprecating JWT middleware in this repository. Please use https://github.com/labstack/echo-jwt instead.

    JWT middleware is moved to separate repository to allow us to bump/upgrade version of JWT implementation (github.com/golang-jwt/jwt) we are using which we can not do in Echo core because this would break backwards compatibility guarantees we try to maintain.

  • This minor version bumps minimum Go version to 1.17 (from 1.16) due golang.org/x/ packages we depend on. There are several vulnerabilities fixed in these libraries.

    Echo still tries to support last 4 Go versions but there are occasions we can not guarantee this promise.

Enhancements

  • Bump x/text to 0.3.8 #2305
  • Bump dependencies and add notes about Go releases we support #2336
  • Add helper interface for ProxyBalancer interface #2316
  • Expose middleware.CreateExtractors function so we can use it from echo-contrib repository #2338
  • Refactor func(Context) error to HandlerFunc #2315
  • Improve function comments #2329
  • Add new method HTTPError.WithInternal #2340
  • Replace io/ioutil package usages #2342
  • Add staticcheck to CI flow #2343
  • Replace relative path determination from proprietary to std #2345
  • Remove square brackets from ipv6 addresses in XFF (X-Forwarded-For header) #2182
  • Add testcases for some BodyLimit middleware configuration options #2350
  • Additional configuration options for RequestLogger and Logger middleware #2341
  • Add route to request log #2162
  • GitHub Workflows security hardening #2358
  • Add govulncheck to CI and bump dependencies #2362
  • Fix rate limiter docs #2366
  • Refactor how e.Routes() work and introduce e.OnAddRouteHandler callback #2337

v4.9.1 - 2022-10-12

Fixes

  • Fix logger panicing (when template is set to empty) by bumping dependency version #2295

Enhancements

  • Improve CORS documentation #2272
  • Update readme about supported Go versions #2291
  • Tests: improve error handling on closing body #2254
  • Tests: refactor some of the assertions in tests #2275
  • Tests: refactor assertions #2301
Commits
  • f36d566 Changelog for 4.10.0
  • a69727e Mark JWT middleware deprecated
  • 0056cc8 Improve comments wording
  • 45402bb Add echo.OnAddRouteHandler field. As name says - this handler is called when ...
  • f1cf1ec Fix adding route with host overwrites default host route with same method+pat...
  • 895121d Fix rate limiter docs (#2366)
  • abecadc Merge pull request #2362 from aldas/add_govulncheck_2_ci
  • bc75cc2 Add govulncheck to CI and bump dependencies. Refactor GitHub workflows.
  • 40eb889 build: harden echo.yml permissions
  • 135c511 Add request route with "route" tag to logger middleware (#2162)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/SignTools/SignTools/pull/274 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 12/28/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.10.0` --- ### 📝 Commits (1) - [`00851ad`](https://github.com/SignTools/SignTools/commit/00851ad1299d7bb8d360c05ba1d3f4e203de7d08) fix(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.0 ### 📊 Changes **2 files changed** (+35 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+11 -11) 📝 `go.sum` (+24 -15) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.9.0 to 4.10.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/labstack/echo/releases">github.com/labstack/echo/v4's releases</a>.</em></p> <blockquote> <h2>v4.10.0</h2> <p><strong>Security</strong></p> <ul> <li> <p>We are deprecating JWT middleware in this repository. Please use <a href="https://github.com/labstack/echo-jwt">https://github.com/labstack/echo-jwt</a> instead.</p> <p>JWT middleware is moved to separate repository to allow us to bump/upgrade version of JWT implementation (<code>github.com/golang-jwt/jwt</code>) we are using which we can not do in Echo core because this would break backwards compatibility guarantees we try to maintain.</p> </li> <li> <p>This minor version bumps minimum Go version to 1.17 (from 1.16) due <code>golang.org/x/</code> packages we depend on. There are several vulnerabilities fixed in these libraries.</p> <p>Echo still tries to support last 4 Go versions but there are occasions we can not guarantee this promise.</p> </li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Bump x/text to 0.3.8 <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2305">#2305</a></li> <li>Bump dependencies and add notes about Go releases we support <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2336">#2336</a></li> <li>Add helper interface for ProxyBalancer interface <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2316">#2316</a></li> <li>Expose <code>middleware.CreateExtractors</code> function so we can use it from echo-contrib repository <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2338">#2338</a></li> <li>Refactor func(Context) error to HandlerFunc <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2315">#2315</a></li> <li>Improve function comments <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2329">#2329</a></li> <li>Add new method HTTPError.WithInternal <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2340">#2340</a></li> <li>Replace io/ioutil package usages <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2342">#2342</a></li> <li>Add staticcheck to CI flow <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2343">#2343</a></li> <li>Replace relative path determination from proprietary to std <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2345">#2345</a></li> <li>Remove square brackets from ipv6 addresses in XFF (X-Forwarded-For header) <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2182">#2182</a></li> <li>Add testcases for some BodyLimit middleware configuration options <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2350">#2350</a></li> <li>Additional configuration options for RequestLogger and Logger middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2341">#2341</a></li> <li>Add route to request log <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2162">#2162</a></li> <li>GitHub Workflows security hardening <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2358">#2358</a></li> <li>Add govulncheck to CI and bump dependencies <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2362">#2362</a></li> <li>Fix rate limiter docs <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2366">#2366</a></li> <li>Refactor how <code>e.Routes()</code> work and introduce <code>e.OnAddRouteHandler</code> callback <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2337">#2337</a></li> </ul> <h2>v4.9.1</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix logger panicing (when template is set to empty) by bumping dependency version <a href="https://github-redirect.dependabot.com/labstack/echo/issues/2295">#2295</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Improve CORS documentation <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2272">#2272</a></li> <li>Update readme about supported Go versions <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2291">#2291</a></li> <li>Tests: improve error handling on closing body <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2254">#2254</a></li> <li>Tests: refactor some of the assertions in tests <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2275">#2275</a></li> <li>Tests: refactor assertions <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2301">#2301</a></li> </ul> </blockquote> </details> <details> <summary>Changelog</summary> <p><em>Sourced from <a href="https://github.com/labstack/echo/blob/master/CHANGELOG.md">github.com/labstack/echo/v4's changelog</a>.</em></p> <blockquote> <h2>v4.10.0 - 2022-12-27</h2> <p><strong>Security</strong></p> <ul> <li> <p>We are deprecating JWT middleware in this repository. Please use <a href="https://github.com/labstack/echo-jwt">https://github.com/labstack/echo-jwt</a> instead.</p> <p>JWT middleware is moved to separate repository to allow us to bump/upgrade version of JWT implementation (<code>github.com/golang-jwt/jwt</code>) we are using which we can not do in Echo core because this would break backwards compatibility guarantees we try to maintain.</p> </li> <li> <p>This minor version bumps minimum Go version to 1.17 (from 1.16) due <code>golang.org/x/</code> packages we depend on. There are several vulnerabilities fixed in these libraries.</p> <p>Echo still tries to support last 4 Go versions but there are occasions we can not guarantee this promise.</p> </li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Bump x/text to 0.3.8 <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2305">#2305</a></li> <li>Bump dependencies and add notes about Go releases we support <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2336">#2336</a></li> <li>Add helper interface for ProxyBalancer interface <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2316">#2316</a></li> <li>Expose <code>middleware.CreateExtractors</code> function so we can use it from echo-contrib repository <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2338">#2338</a></li> <li>Refactor func(Context) error to HandlerFunc <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2315">#2315</a></li> <li>Improve function comments <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2329">#2329</a></li> <li>Add new method HTTPError.WithInternal <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2340">#2340</a></li> <li>Replace io/ioutil package usages <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2342">#2342</a></li> <li>Add staticcheck to CI flow <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2343">#2343</a></li> <li>Replace relative path determination from proprietary to std <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2345">#2345</a></li> <li>Remove square brackets from ipv6 addresses in XFF (X-Forwarded-For header) <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2182">#2182</a></li> <li>Add testcases for some BodyLimit middleware configuration options <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2350">#2350</a></li> <li>Additional configuration options for RequestLogger and Logger middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2341">#2341</a></li> <li>Add route to request log <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2162">#2162</a></li> <li>GitHub Workflows security hardening <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2358">#2358</a></li> <li>Add govulncheck to CI and bump dependencies <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2362">#2362</a></li> <li>Fix rate limiter docs <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2366">#2366</a></li> <li>Refactor how <code>e.Routes()</code> work and introduce <code>e.OnAddRouteHandler</code> callback <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2337">#2337</a></li> </ul> <h2>v4.9.1 - 2022-10-12</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix logger panicing (when template is set to empty) by bumping dependency version <a href="https://github-redirect.dependabot.com/labstack/echo/issues/2295">#2295</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Improve CORS documentation <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2272">#2272</a></li> <li>Update readme about supported Go versions <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2291">#2291</a></li> <li>Tests: improve error handling on closing body <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2254">#2254</a></li> <li>Tests: refactor some of the assertions in tests <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2275">#2275</a></li> <li>Tests: refactor assertions <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2301">#2301</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/f36d5662fbb1850f03c9ac78f02a699a492ecc2d"><code>f36d566</code></a> Changelog for 4.10.0</li> <li><a href="https://github.com/labstack/echo/commit/a69727e2b95ed346dbdcaf2f194aedab41baa779"><code>a69727e</code></a> Mark JWT middleware deprecated</li> <li><a href="https://github.com/labstack/echo/commit/0056cc8ec00f393d68fd742ea8c1a3c3053d80db"><code>0056cc8</code></a> Improve comments wording</li> <li><a href="https://github.com/labstack/echo/commit/45402bb393fa37386fcc5f9127eaff9dc18f67c6"><code>45402bb</code></a> Add echo.OnAddRouteHandler field. As name says - this handler is called when ...</li> <li><a href="https://github.com/labstack/echo/commit/f1cf1ec930e388333798c133629afa18dad00241"><code>f1cf1ec</code></a> Fix adding route with host overwrites default host route with same method+pat...</li> <li><a href="https://github.com/labstack/echo/commit/895121d178019edbce8826cb13abe3be3af64124"><code>895121d</code></a> Fix rate limiter docs (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2366">#2366</a>)</li> <li><a href="https://github.com/labstack/echo/commit/abecadcbdc38dfc5e0d7666243d533c85cca7597"><code>abecadc</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/labstack/echo/issues/2362">#2362</a> from aldas/add_govulncheck_2_ci</li> <li><a href="https://github.com/labstack/echo/commit/bc75cc2b17254ef70f9d0dab263a5fb81ae8520e"><code>bc75cc2</code></a> Add govulncheck to CI and bump dependencies. Refactor GitHub workflows.</li> <li><a href="https://github.com/labstack/echo/commit/40eb889d14001640d8e9c48f22db8388dcf0feb5"><code>40eb889</code></a> build: harden echo.yml permissions</li> <li><a href="https://github.com/labstack/echo/commit/135c511f5dd1b6cecbbc632d01f2640075e2c4d4"><code>135c511</code></a> Add request route with &quot;route&quot; tag to logger middleware (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2162">#2162</a>)</li> <li>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.9.0...v4.10.0">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/labstack/echo/v4&package-manager=go_modules&previous-version=4.9.0&new-version=4.10.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:25:11 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
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
starred/SignTools#312
No description provided.