[PR #153] [MERGED] fix(deps): bump github.com/labstack/echo/v4 from 4.6.1 to 4.6.3 #221

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/153
Author: @dependabot[bot]
Created: 1/11/2022
Status: Merged
Merged: 1/23/2022
Merged by: @ViRb3

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


📝 Commits (1)

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

📊 Changes

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

View changed files

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

📄 Description

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

Release notes

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

v4.6.3 - Fix Echo version number

Fixes

  • Fixed Echo version number in greeting message which was not incremented to 4.6.2 #2066

v4.6.2

Fixes

  • Fixed route containing escaped colon should be matchable but is not matched to request path #2047
  • Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. #1921
  • Update (test) dependencies #2021

Enhancements

  • Add support for configurable target header for the request_id middleware #2040
  • Change decompress middleware to use stream decompression instead of buffering #2018
  • Documentation updates
Changelog

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

v4.6.3 - 2022-01-10

Fixes

  • Fixed Echo version number in greeting message which was not incremented to 4.6.2 #2066

v4.6.2 - 2022-01-08

Fixes

  • Fixed route containing escaped colon should be matchable but is not matched to request path #2047
  • Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. #1921
  • Update (test) dependencies #2021

Enhancements

  • Add support for configurable target header for the request_id middleware #2040
  • Change decompress middleware to use stream decompression instead of buffering #2018
  • Documentation updates
Commits
  • 04e5981 Fix Echo version number which was not incremented with Release 4.6.2. Now bum...
  • 6b5e62b fix: route containing escaped colon should be matchable but is not matched to...
  • 7bde9ae Fixed a problem that returned wrong content-encoding when the gzip compressed...
  • c32fafa Add support for configurable target header for the request_id middleware
  • b437ee3 stream decompression instead of buffering (#2018)
  • 902c553 Added comments for RateLimiterMemoryStoreConfig and RateLimiterMemoryStore
  • 3f09966 removed unnecessary comments
  • bd29ef9 added references to Limiter docs for 0-1 behaviour
  • 8b4cce5 Sort import order on example in README.md
  • 0c4ad86 update dependencies
  • 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/153 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 1/11/2022 **Status:** ✅ Merged **Merged:** 1/23/2022 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.6.3` --- ### 📝 Commits (1) - [`c235325`](https://github.com/SignTools/SignTools/commit/c235325d2f9aaff9f44b372b455dc19497b6db0a) fix(deps): bump github.com/labstack/echo/v4 from 4.6.1 to 4.6.3 ### 📊 Changes **2 files changed** (+3 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -1) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.6.1 to 4.6.3. <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.3 - Fix Echo version number</h2> <p><strong>Fixes</strong></p> <ul> <li>Fixed Echo version number in greeting message which was not incremented to <code>4.6.2</code> <a href="https://github-redirect.dependabot.com/labstack/echo/issues/2066">#2066</a></li> </ul> <h2>v4.6.2</h2> <p><strong>Fixes</strong></p> <ul> <li>Fixed route containing escaped colon should be matchable but is not matched to request path <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2047">#2047</a></li> <li>Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1921">#1921</a></li> <li>Update (test) dependencies <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2021">#2021</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Add support for configurable target header for the request_id middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2040">#2040</a></li> <li>Change decompress middleware to use stream decompression instead of buffering <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2018">#2018</a></li> <li>Documentation updates</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.3 - 2022-01-10</h2> <p><strong>Fixes</strong></p> <ul> <li>Fixed Echo version number in greeting message which was not incremented to <code>4.6.2</code> <a href="https://github-redirect.dependabot.com/labstack/echo/issues/2066">#2066</a></li> </ul> <h2>v4.6.2 - 2022-01-08</h2> <p><strong>Fixes</strong></p> <ul> <li>Fixed route containing escaped colon should be matchable but is not matched to request path <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2047">#2047</a></li> <li>Fixed a problem that returned wrong content-encoding when the gzip compressed content was empty. <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1921">#1921</a></li> <li>Update (test) dependencies <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2021">#2021</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Add support for configurable target header for the request_id middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2040">#2040</a></li> <li>Change decompress middleware to use stream decompression instead of buffering <a href="https://github-redirect.dependabot.com/labstack/echo/pull/2018">#2018</a></li> <li>Documentation updates</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/04e59817e7ea53c6f9d3f06374701adce20c1522"><code>04e5981</code></a> Fix Echo version number which was not incremented with Release 4.6.2. Now bum...</li> <li><a href="https://github.com/labstack/echo/commit/6b5e62b27ea0bc459843e67014360dd35ae8147b"><code>6b5e62b</code></a> fix: route containing escaped colon should be matchable but is not matched to...</li> <li><a href="https://github.com/labstack/echo/commit/7bde9aea068072e08c41148fc230393872d9c49c"><code>7bde9ae</code></a> Fixed a problem that returned wrong content-encoding when the gzip compressed...</li> <li><a href="https://github.com/labstack/echo/commit/c32fafad68daa7214f0ca005b4614ca38e90b2b8"><code>c32fafa</code></a> Add support for configurable target header for the request_id middleware</li> <li><a href="https://github.com/labstack/echo/commit/b437ee3879f21e973be85ff827754343a34fbe35"><code>b437ee3</code></a> stream decompression instead of buffering (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/2018">#2018</a>)</li> <li><a href="https://github.com/labstack/echo/commit/902c55355238a226c356d5e6c706a62c76f64197"><code>902c553</code></a> Added comments for RateLimiterMemoryStoreConfig and RateLimiterMemoryStore</li> <li><a href="https://github.com/labstack/echo/commit/3f099663f12f363a7d5ad64c851b608ba3f7052f"><code>3f09966</code></a> removed unnecessary comments</li> <li><a href="https://github.com/labstack/echo/commit/bd29ef9e46c6a897973c528e150bcf83d8664799"><code>bd29ef9</code></a> added references to Limiter docs for 0-1 behaviour</li> <li><a href="https://github.com/labstack/echo/commit/8b4cce5021eebda91db43f80f4a8f2ae2f949282"><code>8b4cce5</code></a> Sort import order on example in README.md</li> <li><a href="https://github.com/labstack/echo/commit/0c4ad8646ad949d13a8d4ebe073185c1741b4d71"><code>0c4ad86</code></a> update dependencies</li> <li>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.6.1...v4.6.3">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.1&new-version=4.6.3)](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:44 +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#221
No description provided.