[PR #114] [MERGED] fix(deps): bump github.com/labstack/echo/v4 from 4.5.0 to 4.6.1 #187

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/114
Author: @dependabot[bot]
Created: 9/27/2021
Status: Merged
Merged: 10/15/2021
Merged by: @ViRb3

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


📝 Commits (1)

  • 7fb075c fix(deps): bump github.com/labstack/echo/v4 from 4.5.0 to 4.6.1

📊 Changes

2 files changed (+17 additions, -10 deletions)

View changed files

📝 go.mod (+5 -5)
📝 go.sum (+12 -5)

📄 Description

Bumps github.com/labstack/echo/v4 from 4.5.0 to 4.6.1.

Release notes

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

v4.6.1

Enhancements

  • Add start time to request logger middleware values #1991

v4.6.0

Introduced a new request logger middleware to help with cases when you want to use some other logging library in your application.

Fixes

  • fix timeout middleware warning: superfluous response.WriteHeader #1905

Enhancements

  • Add Cookie to KeyAuth middleware's KeyLookup #1929
  • JWT middleware should ignore case of auth scheme in request header #1951
  • Refactor default error handler to return first if response is already committed #1956
  • Added request logger middleware which helps to use custom logger library for logging requests. #1980
  • Allow escaping of colon in route path so Google Cloud API "custom methods" could be implemented #1988
Changelog

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

v4.6.1 - 2021-09-26

Enhancements

  • Add start time to request logger middleware values #1991

v4.6.0 - 2021-09-20

Introduced a new request logger middleware to help with cases when you want to use some other logging library in your application.

Fixes

  • fix timeout middleware warning: superfluous response.WriteHeader #1905

Enhancements

  • Add Cookie to KeyAuth middleware's KeyLookup #1929
  • JWT middleware should ignore case of auth scheme in request header #1951
  • Refactor default error handler to return first if response is already committed #1956
  • Added request logger middleware which helps to use custom logger library for logging requests. #1980
  • Allow escaping of colon in route path so Google Cloud API "custom methods" could be implemented #1988
Commits
  • c6f0c66 Update version and changelog for 4.6.1 (#1995)
  • a2e6ca7 Add start time to request logger middleware values (#1991)
  • 4651c7a Update version and changelog for 4.6.0 (#1990)
  • 6a85f48 Update README.md
  • 9fc4672 Allow escaping of colon in route path so Google Cloud API "custom methods" ht...
  • f6b45f2 CI: test against Go 1.17 (#1984)
  • 1e7e67c Added request logger middleware which helps to use custom logger library for ...
  • 7f502b1 try to fix #1905 and add some notes (#1947)
  • d793521 Update README.md
  • eaba4c3 Delete .all-contributorsrc
  • 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/114 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 9/27/2021 **Status:** ✅ Merged **Merged:** 10/15/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.6.1` --- ### 📝 Commits (1) - [`7fb075c`](https://github.com/SignTools/SignTools/commit/7fb075ca5ebb786baf899f93f3685ded953e5124) fix(deps): bump github.com/labstack/echo/v4 from 4.5.0 to 4.6.1 ### 📊 Changes **2 files changed** (+17 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+5 -5) 📝 `go.sum` (+12 -5) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.5.0 to 4.6.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.6.1</h2> <p><strong>Enhancements</strong></p> <ul> <li>Add start time to request logger middleware values <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1991">#1991</a></li> </ul> <h2>v4.6.0</h2> <p>Introduced a new <a href="https://github.com/labstack/echo/blob/master/middleware/request_logger.go">request logger</a> middleware to help with cases when you want to use some other logging library in your application.</p> <p><strong>Fixes</strong></p> <ul> <li>fix timeout middleware warning: superfluous response.WriteHeader <a href="https://github-redirect.dependabot.com/labstack/echo/issues/1905">#1905</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Add Cookie to KeyAuth middleware's KeyLookup <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1929">#1929</a></li> <li>JWT middleware should ignore case of auth scheme in request header <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1951">#1951</a></li> <li>Refactor default error handler to return first if response is already committed <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1956">#1956</a></li> <li>Added request logger middleware which helps to use custom logger library for logging requests. <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1980">#1980</a></li> <li>Allow escaping of colon in route path so Google Cloud API &quot;custom methods&quot; could be implemented <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1988">#1988</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.6.1 - 2021-09-26</h2> <p><strong>Enhancements</strong></p> <ul> <li>Add start time to request logger middleware values <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1991">#1991</a></li> </ul> <h2>v4.6.0 - 2021-09-20</h2> <p>Introduced a new <a href="https://github.com/labstack/echo/blob/master/middleware/request_logger.go">request logger</a> middleware to help with cases when you want to use some other logging library in your application.</p> <p><strong>Fixes</strong></p> <ul> <li>fix timeout middleware warning: superfluous response.WriteHeader <a href="https://github-redirect.dependabot.com/labstack/echo/issues/1905">#1905</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Add Cookie to KeyAuth middleware's KeyLookup <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1929">#1929</a></li> <li>JWT middleware should ignore case of auth scheme in request header <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1951">#1951</a></li> <li>Refactor default error handler to return first if response is already committed <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1956">#1956</a></li> <li>Added request logger middleware which helps to use custom logger library for logging requests. <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1980">#1980</a></li> <li>Allow escaping of colon in route path so Google Cloud API &quot;custom methods&quot; could be implemented <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1988">#1988</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/c6f0c667f145b5e5347ba812c9de5a5a4280bac5"><code>c6f0c66</code></a> Update version and changelog for 4.6.1 (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1995">#1995</a>)</li> <li><a href="https://github.com/labstack/echo/commit/a2e6ca7ed66c47ee16343ef77d921e454ce49298"><code>a2e6ca7</code></a> Add start time to request logger middleware values (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1991">#1991</a>)</li> <li><a href="https://github.com/labstack/echo/commit/4651c7aafe8e37cfcd78d93e580cd501dc40107b"><code>4651c7a</code></a> Update version and changelog for 4.6.0 (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1990">#1990</a>)</li> <li><a href="https://github.com/labstack/echo/commit/6a85f48960f2e0060bd3e5002802e2ac89413856"><code>6a85f48</code></a> Update README.md</li> <li><a href="https://github.com/labstack/echo/commit/9fc4672195953a79193c10508c168ab563e842c8"><code>9fc4672</code></a> Allow escaping of colon in route path so Google Cloud API &quot;custom methods&quot; ht...</li> <li><a href="https://github.com/labstack/echo/commit/f6b45f23769729efc9321678607dc74f8b2261ba"><code>f6b45f2</code></a> CI: test against Go 1.17 (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1984">#1984</a>)</li> <li><a href="https://github.com/labstack/echo/commit/1e7e67cddb1e5f34bbcb89906b0ef4f8f7e755cc"><code>1e7e67c</code></a> Added request logger middleware which helps to use custom logger library for ...</li> <li><a href="https://github.com/labstack/echo/commit/7f502b1ff10913aeab28abab64f2bf45952c768d"><code>7f502b1</code></a> try to fix <a href="https://github-redirect.dependabot.com/labstack/echo/issues/1905">#1905</a> and add some notes (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1947">#1947</a>)</li> <li><a href="https://github.com/labstack/echo/commit/d793521d1c5041105d0516642667731f445de33e"><code>d793521</code></a> Update README.md</li> <li><a href="https://github.com/labstack/echo/commit/eaba4c3d398019ee70a370f2217698c8da19ccaf"><code>eaba4c3</code></a> Delete .all-contributorsrc</li> <li>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.5.0...v4.6.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.5.0&new-version=4.6.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:24:34 +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#187
No description provided.