[PR #420] [CLOSED] fix(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 #436

Closed
opened 2026-03-04 00:25:48 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/SignTools/SignTools/pull/420
Author: @dependabot[bot]
Created: 4/16/2024
Status: Closed

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


📝 Commits (1)

  • 0664fd0 fix(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0

📊 Changes

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

View changed files

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

📄 Description

Bumps github.com/labstack/echo/v4 from 4.11.4 to 4.12.0.

Release notes

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

v4.12.0 - 2024-04-15

Security

Enhancements

New Contributors

Full Changelog: https://github.com/labstack/echo/compare/v4.11.4...v4.12.0

Changelog

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

v4.12.0 - 2024-04-15

Security

Enhancements

Commits
  • 88c379f Changelog for v4.12.0 (#2626)
  • e0f2a02 proxy middleware should use http proxy for SSE requests (#2624)
  • 3062025 Update golang.org/x/* deps (#2625)
  • 447c92d When route is registered with empty path it is normalized to /. Make sure t...
  • d549290 Remove maxparam dependence from Context (#2611)
  • 011acb4 default binder can bind pointer to slice as struct field. For example `*[]str...
  • c57fcb3 Default binder can use UnmarshalParams(params []string) error interface to ...
  • a3b0ba2 Fix Real IP logic (#2550)
  • 3598f29 Change type definition blocks to single declarations. This helps copy/pasting...
  • 5f7bedf update makefile
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note

Automatic rebases have been disabled on this pull request as it has been open for over 30 days.


🔄 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/420 **Author:** [@dependabot[bot]](https://github.com/apps/dependabot) **Created:** 4/16/2024 **Status:** ❌ Closed **Base:** `master` ← **Head:** `dependabot/go_modules/github.com/labstack/echo/v4-4.12.0` --- ### 📝 Commits (1) - [`0664fd0`](https://github.com/SignTools/SignTools/commit/0664fd0ef32871815ea52d371119801d2d1409ac) fix(deps): bump github.com/labstack/echo/v4 from 4.11.4 to 4.12.0 ### 📊 Changes **2 files changed** (+3 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `go.mod` (+1 -4) 📝 `go.sum` (+2 -16) </details> ### 📄 Description Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.11.4 to 4.12.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.12.0 - 2024-04-15</h2> <p><strong>Security</strong></p> <ul> <li>Update golang.org/x/net dep because of <a href="https://pkg.go.dev/vuln/GO-2024-2687">GO-2024-2687</a> by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2625">labstack/echo#2625</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>binder: make binding to Map work better with string destinations by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2554">labstack/echo#2554</a></li> <li>README.md: add Encore as sponsor by <a href="https://github.com/marcuskohlberg"><code>@​marcuskohlberg</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2579">labstack/echo#2579</a></li> <li>Reorder paragraphs in README.md by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2581">labstack/echo#2581</a></li> <li>CI: upgrade actions/checkout to v4 by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2584">labstack/echo#2584</a></li> <li>Remove default charset from 'application/json' Content-Type header by <a href="https://github.com/doortts"><code>@​doortts</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2568">labstack/echo#2568</a></li> <li>CI: Use Go 1.22 by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2588">labstack/echo#2588</a></li> <li>binder: allow binding to a nil map by <a href="https://github.com/georgmu"><code>@​georgmu</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2574">labstack/echo#2574</a></li> <li>Add Skipper Unit Test In BasicBasicAuthConfig and Add More Detail Explanation regarding BasicAuthValidator by <a href="https://github.com/RyoKusnadi"><code>@​RyoKusnadi</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2461">labstack/echo#2461</a></li> <li>fix some typos by <a href="https://github.com/teslaedison"><code>@​teslaedison</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2603">labstack/echo#2603</a></li> <li>fix: some typos by <a href="https://github.com/pomadev"><code>@​pomadev</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2596">labstack/echo#2596</a></li> <li>Allow ResponseWriters to unwrap writers when flushing/hijacking by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2595">labstack/echo#2595</a></li> <li>Add SPDX licence comments to files. by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2604">labstack/echo#2604</a></li> <li>Upgrade deps by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2605">labstack/echo#2605</a></li> <li>Change type definition blocks to single declarations. This helps copy… by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2606">labstack/echo#2606</a></li> <li>Fix Real IP logic by <a href="https://github.com/cl-bvl"><code>@​cl-bvl</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2550">labstack/echo#2550</a></li> <li>Default binder can use <code>UnmarshalParams(params []string) error</code> inter… by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2607">labstack/echo#2607</a></li> <li>Default binder can bind pointer to slice as struct field. For example <code>*[]string</code> by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2608">labstack/echo#2608</a></li> <li>Remove maxparam dependence from Context by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2611">labstack/echo#2611</a></li> <li>When route is registered with empty path it is normalized to <code>/</code>. by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2616">labstack/echo#2616</a></li> <li>proxy middleware should use httputil.ReverseProxy for SSE requests by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2624">labstack/echo#2624</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/marcuskohlberg"><code>@​marcuskohlberg</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2579">labstack/echo#2579</a></li> <li><a href="https://github.com/doortts"><code>@​doortts</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2568">labstack/echo#2568</a></li> <li><a href="https://github.com/georgmu"><code>@​georgmu</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2574">labstack/echo#2574</a></li> <li><a href="https://github.com/RyoKusnadi"><code>@​RyoKusnadi</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2461">labstack/echo#2461</a></li> <li><a href="https://github.com/teslaedison"><code>@​teslaedison</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2603">labstack/echo#2603</a></li> <li><a href="https://github.com/pomadev"><code>@​pomadev</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2596">labstack/echo#2596</a></li> <li><a href="https://github.com/cl-bvl"><code>@​cl-bvl</code></a> made their first contribution in <a href="https://redirect.github.com/labstack/echo/pull/2550">labstack/echo#2550</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/labstack/echo/compare/v4.11.4...v4.12.0">https://github.com/labstack/echo/compare/v4.11.4...v4.12.0</a></p> </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.12.0 - 2024-04-15</h2> <p><strong>Security</strong></p> <ul> <li>Update golang.org/x/net dep because of <a href="https://pkg.go.dev/vuln/GO-2024-2687">GO-2024-2687</a> by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2625">labstack/echo#2625</a></li> </ul> <p><strong>Enhancements</strong></p> <ul> <li>binder: make binding to Map work better with string destinations by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2554">labstack/echo#2554</a></li> <li>README.md: add Encore as sponsor by <a href="https://github.com/marcuskohlberg"><code>@​marcuskohlberg</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2579">labstack/echo#2579</a></li> <li>Reorder paragraphs in README.md by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2581">labstack/echo#2581</a></li> <li>CI: upgrade actions/checkout to v4 by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2584">labstack/echo#2584</a></li> <li>Remove default charset from 'application/json' Content-Type header by <a href="https://github.com/doortts"><code>@​doortts</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2568">labstack/echo#2568</a></li> <li>CI: Use Go 1.22 by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2588">labstack/echo#2588</a></li> <li>binder: allow binding to a nil map by <a href="https://github.com/georgmu"><code>@​georgmu</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2574">labstack/echo#2574</a></li> <li>Add Skipper Unit Test In BasicBasicAuthConfig and Add More Detail Explanation regarding BasicAuthValidator by <a href="https://github.com/RyoKusnadi"><code>@​RyoKusnadi</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2461">labstack/echo#2461</a></li> <li>fix some typos by <a href="https://github.com/teslaedison"><code>@​teslaedison</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2603">labstack/echo#2603</a></li> <li>fix: some typos by <a href="https://github.com/pomadev"><code>@​pomadev</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2596">labstack/echo#2596</a></li> <li>Allow ResponseWriters to unwrap writers when flushing/hijacking by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2595">labstack/echo#2595</a></li> <li>Add SPDX licence comments to files. by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2604">labstack/echo#2604</a></li> <li>Upgrade deps by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2605">labstack/echo#2605</a></li> <li>Change type definition blocks to single declarations. This helps copy… by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2606">labstack/echo#2606</a></li> <li>Fix Real IP logic by <a href="https://github.com/cl-bvl"><code>@​cl-bvl</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2550">labstack/echo#2550</a></li> <li>Default binder can use <code>UnmarshalParams(params []string) error</code> inter… by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2607">labstack/echo#2607</a></li> <li>Default binder can bind pointer to slice as struct field. For example <code>*[]string</code> by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2608">labstack/echo#2608</a></li> <li>Remove maxparam dependence from Context by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2611">labstack/echo#2611</a></li> <li>When route is registered with empty path it is normalized to <code>/</code>. by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2616">labstack/echo#2616</a></li> <li>proxy middleware should use httputil.ReverseProxy for SSE requests by <a href="https://github.com/aldas"><code>@​aldas</code></a> in <a href="https://redirect.github.com/labstack/echo/pull/2624">labstack/echo#2624</a></li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/labstack/echo/commit/88c379ff77278f553a0f3c44d27786b5a450b6e9"><code>88c379f</code></a> Changelog for v4.12.0 (<a href="https://redirect.github.com/labstack/echo/issues/2626">#2626</a>)</li> <li><a href="https://github.com/labstack/echo/commit/e0f2a02e4c12d0f75a2dba63851ecdc979afba94"><code>e0f2a02</code></a> proxy middleware should use http proxy for SSE requests (<a href="https://redirect.github.com/labstack/echo/issues/2624">#2624</a>)</li> <li><a href="https://github.com/labstack/echo/commit/306202540516a52f31acf9e24bcdb01c4734e1ef"><code>3062025</code></a> Update golang.org/x/* deps (<a href="https://redirect.github.com/labstack/echo/issues/2625">#2625</a>)</li> <li><a href="https://github.com/labstack/echo/commit/447c92d842e2f91c07eb032f619bea212beeee60"><code>447c92d</code></a> When route is registered with empty path it is normalized to <code>/</code>. Make sure t...</li> <li><a href="https://github.com/labstack/echo/commit/d549290448fc65ae075f0b960b25489f6a38cb78"><code>d549290</code></a> Remove maxparam dependence from Context (<a href="https://redirect.github.com/labstack/echo/issues/2611">#2611</a>)</li> <li><a href="https://github.com/labstack/echo/commit/011acb4732fe4bdca1cb6d8ea9c29735e0b941f7"><code>011acb4</code></a> default binder can bind pointer to slice as struct field. For example `*[]str...</li> <li><a href="https://github.com/labstack/echo/commit/c57fcb3746c4bfdab1b65363aa9e9edc7b6cab28"><code>c57fcb3</code></a> Default binder can use <code>UnmarshalParams(params []string) error</code> interface to ...</li> <li><a href="https://github.com/labstack/echo/commit/a3b0ba24d3596de3bc2dde618125ac3acb1c774c"><code>a3b0ba2</code></a> Fix Real IP logic (<a href="https://redirect.github.com/labstack/echo/issues/2550">#2550</a>)</li> <li><a href="https://github.com/labstack/echo/commit/3598f295f95f316bbeb252b7b332fe34e120815c"><code>3598f29</code></a> Change type definition blocks to single declarations. This helps copy/pasting...</li> <li><a href="https://github.com/labstack/echo/commit/5f7bedfb86e10bf0024236adfea544d0f5a82689"><code>5f7bedf</code></a> update makefile</li> <li>Additional commits viewable in <a href="https://github.com/labstack/echo/compare/v4.11.4...v4.12.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.11.4&new-version=4.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR 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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@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> > **Note** > Automatic rebases have been disabled on this pull request as it has been open for over 30 days. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 00:25:48 +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#436
No description provided.