[PR #80] [MERGED] fix(deps): bump github.com/labstack/echo/v4 from 4.3.0 to 4.4.0 #159

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

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/80
Author: @dependabot[bot]
Created: 7/13/2021
Status: Merged
Merged: 7/14/2021
Merged by: @ViRb3

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


📝 Commits (1)

  • 173e386 fix(deps): bump github.com/labstack/echo/v4 from 4.3.0 to 4.4.0

📊 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.3.0 to 4.4.0.

Release notes

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

v4.4.0

Fixes

  • Split HeaderXForwardedFor header only by comma #1878
  • Fix Timeout middleware Context propagation #1910

Enhancements

  • Allow for custom JSON encoding implementations #1880
  • Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries implementing JWT parsing. #1887
  • Adds RequestIDHandler function to RequestID middleware #1898
  • Bind data using headers as source #1866
  • Adding tests for Echo#Host #1895
Changelog

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

v4.4.0 - 2021-07-12

Fixes

  • Split HeaderXForwardedFor header only by comma #1878
  • Fix Timeout middleware Context propagation #1910

Enhancements

  • Bind data using headers as source #1866
  • Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries implementing JWT parsing. #1887
  • Adding tests for Echo#Host #1895
  • Adds RequestIDHandler function to RequestID middleware #1898
  • Allow for custom JSON encoding implementations #1880
Commits
  • 58366f9 Update version and changelog for 4.4.0 (#1919)
  • 02de901 Fixing Timeout middleware Context propagation (#1910)
  • 5e791b0 Allow for custom JSON encoding implementations (#1880)
  • fd7a8a9 Adds RequestIDHandler function to RequestID middleware
  • f20820c Adding tests for Echo#Host (#1895)
  • 1ac4a8f Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries ...
  • fdacff0 Split XFF header only by comma
  • 1c24ab8 fix rateLimiteDoc
  • 379bdea docs: Added comment about TokenLookup
  • 7846e3f feat: Bind data using headers as source (#1866)
  • 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/80 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 7/13/2021 **Status:** ✅ Merged **Merged:** 7/14/2021 **Merged by:** [@ViRb3](https://github.com/ViRb3) **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.4.0` --- ### 📝 Commits (1) - [`173e386`](https://github.com/SignTools/SignTools/commit/173e386f241ade0d562eaac1d9f337317f03b0bb) fix(deps): bump github.com/labstack/echo/v4 from 4.3.0 to 4.4.0 ### 📊 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.3.0 to 4.4.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.4.0</h2> <p><strong>Fixes</strong></p> <ul> <li>Split HeaderXForwardedFor header only by comma <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1878">#1878</a></li> <li>Fix Timeout middleware Context propagation <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1910">#1910</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Allow for custom JSON encoding implementations <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1880">#1880</a></li> <li>Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries implementing JWT parsing. <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1887">#1887</a></li> <li>Adds RequestIDHandler function to RequestID middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1898">#1898</a></li> <li>Bind data using headers as source <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1866">#1866</a></li> <li>Adding tests for Echo#Host <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1895">#1895</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.4.0 - 2021-07-12</h2> <p><strong>Fixes</strong></p> <ul> <li>Split HeaderXForwardedFor header only by comma <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1878">#1878</a></li> <li>Fix Timeout middleware Context propagation <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1910">#1910</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>Bind data using headers as source <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1866">#1866</a></li> <li>Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries implementing JWT parsing. <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1887">#1887</a></li> <li>Adding tests for Echo#Host <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1895">#1895</a></li> <li>Adds RequestIDHandler function to RequestID middleware <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1898">#1898</a></li> <li>Allow for custom JSON encoding implementations <a href="https://github-redirect.dependabot.com/labstack/echo/pull/1880">#1880</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/58366f93e60c740da21d86584ddbdad024d98a9e"><code>58366f9</code></a> Update version and changelog for 4.4.0 (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1919">#1919</a>)</li> <li><a href="https://github.com/labstack/echo/commit/02de901d7ef52ce2005c88fc946e606decb72a79"><code>02de901</code></a> Fixing Timeout middleware Context propagation (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1910">#1910</a>)</li> <li><a href="https://github.com/labstack/echo/commit/5e791b07870ea1317a320987e9a4bf4c3c1013e7"><code>5e791b0</code></a> Allow for custom JSON encoding implementations (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1880">#1880</a>)</li> <li><a href="https://github.com/labstack/echo/commit/fd7a8a97ac0e1aa76ab12c50e4c91324a5546b9b"><code>fd7a8a9</code></a> Adds RequestIDHandler function to RequestID middleware</li> <li><a href="https://github.com/labstack/echo/commit/f20820c0030a0d8c8aa20f63996092faa329fe03"><code>f20820c</code></a> Adding tests for Echo#Host (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1895">#1895</a>)</li> <li><a href="https://github.com/labstack/echo/commit/1ac4a8f3d0c6dc6ff8b9d666a3e860e70edcad87"><code>1ac4a8f</code></a> Adds JWTConfig.ParseTokenFunc to JWT middleware to allow different libraries ...</li> <li><a href="https://github.com/labstack/echo/commit/fdacff0d93d54e8065ac7f5072041146f054a201"><code>fdacff0</code></a> Split XFF header only by comma</li> <li><a href="https://github.com/labstack/echo/commit/1c24ab8c2b277949191487b859ce0b8b71c45e24"><code>1c24ab8</code></a> fix rateLimiteDoc</li> <li><a href="https://github.com/labstack/echo/commit/379bdeaa1ef5e29cbcab2da2d4728c5e6f984ce8"><code>379bdea</code></a> docs: Added comment about TokenLookup</li> <li><a href="https://github.com/labstack/echo/commit/7846e3fa6b6cdbad700680eb5c3bd8c6e45a9ec7"><code>7846e3f</code></a> feat: Bind data using headers as source (<a href="https://github-redirect.dependabot.com/labstack/echo/issues/1866">#1866</a>)</li> <li>See full diff in <a href="https://github.com/labstack/echo/compare/v4.3.0...v4.4.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.3.0&new-version=4.4.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:26 +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#159
No description provided.