[PR #172] [CLOSED] fix(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.7.0 #233

Closed
opened 2026-03-04 00:24:47 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

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

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


📝 Commits (1)

  • b5a3c5d fix(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.7.0

📊 Changes

2 files changed (+6 additions, -5 deletions)

View changed files

📝 go.mod (+2 -2)
📝 go.sum (+4 -3)

📄 Description

Bumps github.com/labstack/echo/v4 from 4.6.3 to 4.7.0.

Release notes

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

v4.7.0 - 2022-03-01

Enhancements

  • Add JWT, KeyAuth, CSRF multivalue extractors #2060
  • Add LogErrorFunc to recover middleware #2072
  • Add support for HEAD method query params binding #2027
  • Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS #2064

Fixes

General

  • Add cache-control and connection headers #2103
  • Add Retry-After header constant #2078
  • Upgrade go directive in go.mod to 1.17 #2049
  • Add Pagoda #2077 and Souin #2069 to 3rd-party middlewares in README
Changelog

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

v4.7.0 - 2022-03-01

Enhancements

  • Add JWT, KeyAuth, CSRF multivalue extractors #2060
  • Add LogErrorFunc to recover middleware #2072
  • Add support for HEAD method query params binding #2027
  • Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS #2064

Fixes

General

  • Add cache-control and connection headers #2103
  • Add Retry-After header constant #2078
  • Upgrade go directive in go.mod to 1.17 #2049
  • Add Pagoda #2077 and Souin #2069 to 3rd-party middlewares in README
Commits

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/172 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/3/2022 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.7.0` --- ### 📝 Commits (1) - [`b5a3c5d`](https://github.com/SignTools/SignTools/commit/b5a3c5d094e02431f261c6bd3f330eada87099c6) fix(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.7.0 ### 📊 Changes **2 files changed** (+6 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+2 -2) 📝 `go.sum` (+4 -3) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.6.3 to 4.7.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.7.0 - 2022-03-01</h2> <p><strong>Enhancements</strong></p> <ul> <li>Add JWT, KeyAuth, CSRF multivalue extractors <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2060">#2060</a></li> <li>Add LogErrorFunc to recover middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2072">#2072</a></li> <li>Add support for HEAD method query params binding <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2027">#2027</a></li> <li>Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2064">#2064</a></li> </ul> <p><strong>Fixes</strong></p> <ul> <li>Fix X-Real-IP bug, improve tests <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2007">#2007</a></li> <li>Minor syntax fixes <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1994">#1994</a>, <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2102">#2102</a>, <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2102">#2102</a></li> </ul> <p><strong>General</strong></p> <ul> <li>Add cache-control and connection headers <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2103">#2103</a></li> <li>Add Retry-After header constant <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2078">#2078</a></li> <li>Upgrade <code>go</code> directive in <code>go.mod</code> to 1.17 <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2049">#2049</a></li> <li>Add Pagoda <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2077">#2077</a> and Souin <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2069">#2069</a> to 3rd-party middlewares in README</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.7.0 - 2022-03-01</h2> <p><strong>Enhancements</strong></p> <ul> <li>Add JWT, KeyAuth, CSRF multivalue extractors <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2060">#2060</a></li> <li>Add LogErrorFunc to recover middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2072">#2072</a></li> <li>Add support for HEAD method query params binding <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2027">#2027</a></li> <li>Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2064">#2064</a></li> </ul> <p><strong>Fixes</strong></p> <ul> <li>Fix X-Real-IP bug, improve tests <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2007">#2007</a></li> <li>Minor syntax fixes <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1994">#1994</a>, <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2102">#2102</a>, <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2102">#2102</a></li> </ul> <p><strong>General</strong></p> <ul> <li>Add cache-control and connection headers <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2103">#2103</a></li> <li>Add Retry-After header constant <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2078">#2078</a></li> <li>Upgrade <code>go</code> directive in <code>go.mod</code> to 1.17 <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2049">#2049</a></li> <li>Add Pagoda <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2077">#2077</a> and Souin <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2069">#2069</a> to 3rd-party middlewares in README</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/5ebed440aeec1abf7f08cca41cb02f6aaf0d7f6a"><code>5ebed44</code></a> Update version to v4.7.0</li> <li><a href="https://github.com/labstack/echo/commit/da85d23d685ce31105f1a88682edaeb284223c53"><code>da85d23</code></a> Revert &quot;Update direct golang deps&quot;</li> <li><a href="https://github.com/labstack/echo/commit/d66712b252b09751742243aaae56fdd5628ce4d2"><code>d66712b</code></a> Update direct golang deps</li> <li><a href="https://github.com/labstack/echo/commit/7e719b46e290993a7f396819808998e3ae0becf4"><code>7e719b4</code></a> Add cache-control and connection headers (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2103">#2103</a>)</li> <li><a href="https://github.com/labstack/echo/commit/124825ee629f32aade886f1aeb76e0c6f70c7faa"><code>124825e</code></a> Bugfix/1834 Fix X-Real-IP bug (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2007">#2007</a>)</li> <li><a href="https://github.com/labstack/echo/commit/27b404bbc5290de56044a906c9f1692a08b64e29"><code>27b404b</code></a> remove unused notFoundHandler in echo struct (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2102">#2102</a>)</li> <li><a href="https://github.com/labstack/echo/commit/6cb3b7c046b9fe73f0a1341cd2eea8071a60cc04"><code>6cb3b7c</code></a> remove redundant 0 in make chan (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2101">#2101</a>)</li> <li><a href="https://github.com/labstack/echo/commit/4a1ccdfdc520eb90573a97a7d04fd9fc300c1629"><code>4a1ccdf</code></a> JWT, KeyAuth, CSRF multivalue extractors (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2060">#2060</a>)</li> <li><a href="https://github.com/labstack/echo/commit/9e9924d763c1af96f8da799da3d0781866e3190b"><code>9e9924d</code></a> build: upgrade <code>go</code> directive in <code>go.mod</code> to 1.17 (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2049">#2049</a>)</li> <li><a href="https://github.com/labstack/echo/commit/feaa6ede6a4bbe4a0f25e8fed022868134ccbc6b"><code>feaa6ed</code></a> improve comments</li> <li>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.6.3...v4.7.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.6.3&new-version=4.7.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:24:47 +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#233
No description provided.