[PR #293] [CLOSED] fix(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.1 #330

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/293
Author: @dependabot[bot]
Created: 2/21/2023
Status: Closed

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


📝 Commits (1)

  • eb2d8b1 fix(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.1

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v4.10.1

Security

  • Upgrade deps due to the latest golang.org/x/net vulnerability #2402

Enhancements

  • Add new JWT repository to the README #2377
  • Return an empty string for ctx.path if there is no registered path #2385
  • Add context timeout middleware #2380
  • Update link to jaegertracing #2394

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

... (truncated)

Changelog

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

v4.10.1 - 2023-02-19

Security

  • Upgrade deps due to the latest golang.org/x/net vulnerability #2402

Enhancements

  • Add new JWT repository to the README #2377
  • Return an empty string for ctx.path if there is no registered path #2385
  • Add context timeout middleware #2380
  • Update link to jaegertracing #2394

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

... (truncated)

Commits
  • b888a30 Changelog for v4.10.1
  • 2c25767 remediate flaky timeout tests
  • a3998ac Upgrade deps due to the latest golang.org/x/net vulnerability
  • 45da0f8 remove .travis.yml
  • 6b09f3f Update link to jaegertracing
  • 82a964c Add context timeout middleware (#2380)
  • 08093a4 Return an empty string for ctx.path if there is no registered path
  • 24a3061 Add new JWT repository to the README
  • f36d566 Changelog for 4.10.0
  • a69727e Mark JWT middleware deprecated
  • 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/293 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 2/21/2023 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.10.1` --- ### 📝 Commits (1) - [`eb2d8b1`](https://github.com/SignTools/SignTools/commit/eb2d8b1b9a726304af5091e39fc372822e950a1d) fix(deps): bump github.com/labstack/echo/v4 from 4.9.0 to 4.10.1 ### 📊 Changes **2 files changed** (+36 additions, -26 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+11 -11) 📝 `go.sum` (+25 -15) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.9.0 to 4.10.1. <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.1</h2> <p><strong>Security</strong></p> <ul> <li>Upgrade deps due to the latest golang.org/x/net vulnerability <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2402">#2402</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Add new JWT repository to the README <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2377">#2377</a></li> <li>Return an empty string for ctx.path if there is no registered path <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2385">#2385</a></li> <li>Add context timeout middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2380">#2380</a></li> <li>Update link to jaegertracing <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2394">#2394</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </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.1 - 2023-02-19</h2> <p><strong>Security</strong></p> <ul> <li>Upgrade deps due to the latest golang.org/x/net vulnerability <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2402">#2402</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Add new JWT repository to the README <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2377">#2377</a></li> <li>Return an empty string for ctx.path if there is no registered path <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2385">#2385</a></li> <li>Add context timeout middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2380">#2380</a></li> <li>Update link to jaegertracing <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2394">#2394</a></li> </ul> <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> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/b888a30fe394deeeb14e18226be51b5928115dd3"><code>b888a30</code></a> Changelog for v4.10.1</li> <li><a href="https://github.com/labstack/echo/commit/2c25767e45bdcb881645ebb7f962c4f3c2adc20c"><code>2c25767</code></a> remediate flaky timeout tests</li> <li><a href="https://github.com/labstack/echo/commit/a3998ac96ad155e132e08bdae67f26a379f99385"><code>a3998ac</code></a> Upgrade deps due to the latest golang.org/x/net vulnerability</li> <li><a href="https://github.com/labstack/echo/commit/45da0f888b8d642125b860af1c996a71f3f50bec"><code>45da0f8</code></a> remove .travis.yml</li> <li><a href="https://github.com/labstack/echo/commit/6b09f3ffeb5085bf23a3e0749155752f574c331b"><code>6b09f3f</code></a> Update link to jaegertracing</li> <li><a href="https://github.com/labstack/echo/commit/82a964c657e26b68998393d3e7291f1a474447f8"><code>82a964c</code></a> Add context timeout middleware (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2380">#2380</a>)</li> <li><a href="https://github.com/labstack/echo/commit/08093a4a1dbdcc90c2f6659ef02300d6eccef7f1"><code>08093a4</code></a> Return an empty string for ctx.path if there is no registered path</li> <li><a href="https://github.com/labstack/echo/commit/24a30611dfc07e427dc771a16ef9bb0dd94c4c2e"><code>24a3061</code></a> Add new JWT repository to the README</li> <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>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.9.0...v4.10.1">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.1)](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:17 +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#330
No description provided.