[PR #180] [MERGED] fix(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.7.2 #241

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/180
Author: @dependabot[bot]
Created: 3/17/2022
Status: Merged
Merged: 4/20/2022
Merged by: @ViRb3

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


📝 Commits (1)

  • 4204f83 fix(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.7.2

📊 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.2.

Release notes

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

v4.7.2

Fixes

  • Fix nil pointer exception when calling Start again after address binding error #2131
  • Fix CSRF middleware not being able to extract token from multipart/form-data form #2136
  • Fix Timeout middleware write race #2126

Enhancements

  • Recover middleware should not log panic for aborted handler #2134

v4.7.1

Fixes

  • Fix e.Static, .File(), c.Attachment() being picky with paths starting with ./, ../ and / after 4.7.0 introduced echo.Filesystem support (Go1.16+) #2123

Enhancements

  • Remove some unused code #2116

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.2 - 2022-03-16

Fixes

  • Fix nil pointer exception when calling Start again after address binding error #2131
  • Fix CSRF middleware not being able to extract token from multipart/form-data form #2136
  • Fix Timeout middleware write race #2126

Enhancements

  • Recover middleware should not log panic for aborted handler #2134

v4.7.1 - 2022-03-13

Fixes

  • Fix e.Static, .File(), c.Attachment() being picky with paths starting with ./, ../ and / after 4.7.0 introduced echo.Filesystem support (Go1.16+) #2123

Enhancements

  • Remove some unused code #2116

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
  • ec92fed Update version and changelog for 4.7.2
  • 1919cf4 Timeout middleware write race
  • 01d7d01 Fix CSRF middleware not being able to extract token from `multipart/form-data...
  • 5c38c3b Recover middleware should not log panic for aborted handler (#2134, fixes #2133)
  • 05df10c fix nil pointer exception when calling Start again after address binding error
  • b445958 Update version and changelog for 4.7.1
  • 54efc38 remove some unused code (#2116)
  • 3f5b733 Fix e.Static, .File(), c.Attachment() being picky with paths starting w...
  • 5ebed44 Update version to v4.7.0
  • da85d23 Revert "Update direct golang deps"
  • 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/180 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 3/17/2022 **Status:** ✅ Merged **Merged:** 4/20/2022 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.7.2` --- ### 📝 Commits (1) - [`4204f83`](https://github.com/SignTools/SignTools/commit/4204f83e716df493a2f712f93fd4689af0639402) fix(deps): bump github.com/labstack/echo/v4 from 4.6.3 to 4.7.2 ### 📊 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.2. <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.2</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix nil pointer exception when calling Start again after address binding error <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2131">#2131</a></li> <li>Fix CSRF middleware not being able to extract token from multipart/form-data form <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2136">#2136</a></li> <li>Fix Timeout middleware write race <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2126">#2126</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Recover middleware should not log panic for aborted handler <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2134">#2134</a></li> </ul> <h2>v4.7.1</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix <code>e.Static</code>, <code>.File()</code>, <code>c.Attachment()</code> being picky with paths starting with <code>./</code>, <code>../</code> and <code>/</code> after 4.7.0 introduced echo.Filesystem support (Go1.16+) <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2123">#2123</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Remove some unused code <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2116">#2116</a></li> </ul> <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.2 - 2022-03-16</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix nil pointer exception when calling Start again after address binding error <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2131">#2131</a></li> <li>Fix CSRF middleware not being able to extract token from multipart/form-data form <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2136">#2136</a></li> <li>Fix Timeout middleware write race <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2126">#2126</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Recover middleware should not log panic for aborted handler <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2134">#2134</a></li> </ul> <h2>v4.7.1 - 2022-03-13</h2> <p><strong>Fixes</strong></p> <ul> <li>Fix <code>e.Static</code>, <code>.File()</code>, <code>c.Attachment()</code> being picky with paths starting with <code>./</code>, <code>../</code> and <code>/</code> after 4.7.0 introduced echo.Filesystem support (Go1.16+) <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2123">#2123</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Remove some unused code <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2116">#2116</a></li> </ul> <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/ec92fedf21e817d2d52004a4178292404beb9eaa"><code>ec92fed</code></a> Update version and changelog for 4.7.2</li> <li><a href="https://github.com/labstack/echo/commit/1919cf4491fa46624a34eb1fb2dd13d414343b64"><code>1919cf4</code></a> Timeout middleware write race</li> <li><a href="https://github.com/labstack/echo/commit/01d7d01bbc1948cd308b2ae93a131654e6dba195"><code>01d7d01</code></a> Fix CSRF middleware not being able to extract token from `multipart/form-data...</li> <li><a href="https://github.com/labstack/echo/commit/5c38c3b770c2e477f17266e09fe77ee07ab70dfe"><code>5c38c3b</code></a> Recover middleware should not log panic for aborted handler (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2134">#2134</a>, fixes <a href="https://github-redirect.dependabot.com/labstack/echo/issues/2133">#2133</a>)</li> <li><a href="https://github.com/labstack/echo/commit/05df10c62f8a753e342623afb7dec8dbf4ef3f59"><code>05df10c</code></a> fix nil pointer exception when calling Start again after address binding error</li> <li><a href="https://github.com/labstack/echo/commit/b445958c3ce4cf34997a67ef73a30cd870170945"><code>b445958</code></a> Update version and changelog for 4.7.1</li> <li><a href="https://github.com/labstack/echo/commit/54efc3850dd205bbffe650763533310cae170f4d"><code>54efc38</code></a> remove some unused code (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2116">#2116</a>)</li> <li><a href="https://github.com/labstack/echo/commit/3f5b733425617138573e3768381278f619561f7e"><code>3f5b733</code></a> Fix <code>e.Static</code>, <code>.File()</code>, <code>c.Attachment()</code> being picky with paths starting w...</li> <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>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.6.3...v4.7.2">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.2)](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:50 +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#241
No description provided.