[PR #38] [MERGED] fix(deps): bump github.com/labstack/echo/v4 from 4.2.1 to 4.2.2 #137

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/38
Author: @dependabot[bot]
Created: 4/8/2021
Status: Merged
Merged: 4/8/2021
Merged by: @ViRb3

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


📝 Commits (1)

  • a021416 fix(deps): bump github.com/labstack/echo/v4 from 4.2.1 to 4.2.2

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 go.mod (+1 -1)
📝 go.sum (+2 -2)

📄 Description

Bumps github.com/labstack/echo/v4 from 4.2.1 to 4.2.2.

Release notes

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

v4.2.2

Fixes

  • Allow proxy middleware to use query part in rewrite (#1802)
  • Fix timeout middleware not sending status code when handler returns an error (#1805)
  • Fix Bind() when target is array/slice and path/query params complains bind target not being struct (#1835)
  • Fix panic in redirect middleware on short host name (#1813)
  • Fix timeout middleware docs (#1836)
Changelog

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

v4.2.2 - 2020-04-07

Fixes

  • Allow proxy middleware to use query part in rewrite (#1802)
  • Fix timeout middleware not sending status code when handler returns an error (#1805)
  • Fix Bind() when target is array/slice and path/query params complains bind target not being struct (#1835)
  • Fix panic in redirect middleware on short host name (#1813)
  • Fix timeout middleware docs (#1836)
Commits
  • 8da8e16 Update version and changelog for 4.2.2 (#1838)
  • 10d8c53 Fix timeout middleware docs (fixes #1816) (#1836)
  • ae4665c Fix panic in redirect middleware on short host name (fix #1811) (#1813)
  • 67f6346 Fix Bind() when target is array/slice and path/query params complain target n...
  • dec96f0 fix timeout middleware not sending status code when handler returns an error ...
  • 4c2fd1f Allow proxy middleware to use query part in rewrite (fix #1798) (#1802)
  • See full diff 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/38 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/8/2021 **Status:** ✅ Merged **Merged:** 4/8/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.2.2` --- ### 📝 Commits (1) - [`a021416`](https://github.com/SignTools/SignTools/commit/a0214168863721fe491642e6bbd9fb93f18b9fa8) fix(deps): bump github.com/labstack/echo/v4 from 4.2.1 to 4.2.2 ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -2) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.2.1 to 4.2.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.2.2</h2> <p><strong>Fixes</strong></p> <ul> <li>Allow proxy middleware to use query part in rewrite (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1802">#1802</a>)</li> <li>Fix timeout middleware not sending status code when handler returns an error (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1805">#1805</a>)</li> <li>Fix Bind() when target is array/slice and path/query params complains bind target not being struct (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1835">#1835</a>)</li> <li>Fix panic in redirect middleware on short host name (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1813">#1813</a>)</li> <li>Fix timeout middleware docs (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1836">#1836</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.2.2 - 2020-04-07</h2> <p><strong>Fixes</strong></p> <ul> <li>Allow proxy middleware to use query part in rewrite (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1802">#1802</a>)</li> <li>Fix timeout middleware not sending status code when handler returns an error (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1805">#1805</a>)</li> <li>Fix Bind() when target is array/slice and path/query params complains bind target not being struct (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1835">#1835</a>)</li> <li>Fix panic in redirect middleware on short host name (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1813">#1813</a>)</li> <li>Fix timeout middleware docs (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1836">#1836</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/8da8e161380fd926d4341721f0328f1e94d6d0a2"><code>8da8e16</code></a> Update version and changelog for 4.2.2 (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1838">#1838</a>)</li> <li><a href="https://github.com/labstack/echo/commit/10d8c53d55c89ccdc93112f55a680ff49fb320f3"><code>10d8c53</code></a> Fix timeout middleware docs (fixes <a href="https://github-redirect.dependabot.com/labstack/echo/issues/1816">#1816</a>) (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1836">#1836</a>)</li> <li><a href="https://github.com/labstack/echo/commit/ae4665cf7a215d14b3ba769bfa355c5420ce10ef"><code>ae4665c</code></a> Fix panic in redirect middleware on short host name (fix <a href="https://github-redirect.dependabot.com/labstack/echo/issues/1811">#1811</a>) (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1813">#1813</a>)</li> <li><a href="https://github.com/labstack/echo/commit/67f6346df242da6cf22a7b593b4ec3631063fe35"><code>67f6346</code></a> Fix Bind() when target is array/slice and path/query params complain target n...</li> <li><a href="https://github.com/labstack/echo/commit/dec96f0312ee1e1117366a420c57dd744444d0da"><code>dec96f0</code></a> fix timeout middleware not sending status code when handler returns an error ...</li> <li><a href="https://github.com/labstack/echo/commit/4c2fd1fb042b122e2f96830ddb58aee6c9f90bf3"><code>4c2fd1f</code></a> Allow proxy middleware to use query part in rewrite (fix <a href="https://github-redirect.dependabot.com/labstack/echo/issues/1798">#1798</a>) (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1802">#1802</a>)</li> <li>See full diff in <a href="https://github.com/labstack/echo/compare/v4.2.1...v4.2.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.2.1&new-version=4.2.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:19 +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#137
No description provided.