Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump github.com/labstack/echo/v4 from 4.9.1 to 4.10.2 #85

Merged
1 commit merged into from
Apr 26, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 22, 2023

Bumps github.com/labstack/echo/v4 from 4.9.1 to 4.10.2.

Release notes

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

v4.10.2

Security

  • filepath.Clean behaviour has changed in Go 1.20 - adapt to it #2406
  • Add middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials to make UNSAFE usages of wildcard origin + allow cretentials less likely #2405

Enhancements

  • Add more HTTP error values #2277

v4.10.1

Security

  • Upgrade deps due to the latest golang.org/x/net vulnerability #2402

Enhancements

  • Add new JWT repository to the README #2377
  • Return an empty string for ctx.path if there is no registered path #2385
  • Add context timeout middleware #2380
  • Update link to jaegertracing #2394

v4.10.0

Security

  • We are deprecating JWT middleware in this repository. Please use https://github.com/labstack/echo-jwt instead.

    JWT middleware is moved to separate repository to allow us to bump/upgrade version of JWT implementation (github.com/golang-jwt/jwt) we are using which we can not do in Echo core because this would break backwards compatibility guarantees we try to maintain.

  • This minor version bumps minimum Go version to 1.17 (from 1.16) due golang.org/x/ packages we depend on. There are several vulnerabilities fixed in these libraries.

    Echo still tries to support last 4 Go versions but there are occasions we can not guarantee this promise.

Enhancements

  • Bump x/text to 0.3.8 #2305
  • Bump dependencies and add notes about Go releases we support #2336
  • Add helper interface for ProxyBalancer interface #2316
  • Expose middleware.CreateExtractors function so we can use it from echo-contrib repository #2338
  • Refactor func(Context) error to HandlerFunc #2315
  • Improve function comments #2329
  • Add new method HTTPError.WithInternal #2340
  • Replace io/ioutil package usages #2342
  • Add staticcheck to CI flow #2343
  • Replace relative path determination from proprietary to std #2345
  • Remove square brackets from ipv6 addresses in XFF (X-Forwarded-For header) #2182
  • Add testcases for some BodyLimit middleware configuration options #2350
  • Additional configuration options for RequestLogger and Logger middleware #2341

... (truncated)

Changelog

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

v4.10.2 - 2023-02-22

Security

  • filepath.Clean behaviour has changed in Go 1.20 - adapt to it #2406
  • Add middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials to make UNSAFE usages of wildcard origin + allow cretentials less likely #2405

Enhancements

  • Add more HTTP error values #2277

v4.10.1 - 2023-02-19

Security

  • Upgrade deps due to the latest golang.org/x/net vulnerability #2402

Enhancements

  • Add new JWT repository to the README #2377
  • Return an empty string for ctx.path if there is no registered path #2385
  • Add context timeout middleware #2380
  • Update link to jaegertracing #2394

v4.10.0 - 2022-12-27

Security

  • We are deprecating JWT middleware in this repository. Please use https://github.com/labstack/echo-jwt instead.

    JWT middleware is moved to separate repository to allow us to bump/upgrade version of JWT implementation (github.com/golang-jwt/jwt) we are using which we can not do in Echo core because this would break backwards compatibility guarantees we try to maintain.

  • This minor version bumps minimum Go version to 1.17 (from 1.16) due golang.org/x/ packages we depend on. There are several vulnerabilities fixed in these libraries.

    Echo still tries to support last 4 Go versions but there are occasions we can not guarantee this promise.

Enhancements

  • Bump x/text to 0.3.8 #2305
  • Bump dependencies and add notes about Go releases we support #2336
  • Add helper interface for ProxyBalancer interface #2316
  • Expose middleware.CreateExtractors function so we can use it from echo-contrib repository #2338
  • Refactor func(Context) error to HandlerFunc #2315
  • Improve function comments #2329

... (truncated)

Commits
  • 47844c9 Changelog for v4.10.2
  • f909660 Add middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials to make UN...
  • ef4aea9 use different variable name so returned function would not accidentally be ab...
  • 7c75310 Clean on go1.20 (#2406)
  • 04ba8e2 Add more http error values (#2277)
  • b888a30 Changelog for v4.10.1
  • 2c25767 remediate flaky timeout tests
  • a3998ac Upgrade deps due to the latest golang.org/x/net vulnerability
  • 45da0f8 remove .travis.yml
  • 6b09f3f Update link to jaegertracing
  • 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 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.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Feb 22, 2023
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/labstack/echo/v4-4.10.2 branch 3 times, most recently from 98ac5fd to aa36936 Compare March 10, 2023 15:09
@dependabot dependabot bot requested a review from a team as a code owner March 10, 2023 15:09
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/labstack/echo/v4-4.10.2 branch from aa36936 to e00a54a Compare March 22, 2023 14:49
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/labstack/echo/v4-4.10.2 branch 2 times, most recently from 3a4bdc8 to abb7af4 Compare March 31, 2023 13:32
@ghost
Copy link

ghost commented Apr 25, 2023

@dependabot rebase

Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.9.1 to 4.10.2.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.9.1...v4.10.2)

---
updated-dependencies:
- dependency-name: github.com/labstack/echo/v4
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/labstack/echo/v4-4.10.2 branch from abb7af4 to 2d4b488 Compare April 25, 2023 15:14
@ghost ghost added this pull request to the merge queue Apr 26, 2023
Merged via the queue into main with commit de432f0 Apr 26, 2023
5 checks passed
@ghost ghost deleted the dependabot/go_modules/github.com/labstack/echo/v4-4.10.2 branch April 26, 2023 13:24
fishkerez pushed a commit that referenced this pull request May 1, 2023
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo)
from 4.9.1 to 4.10.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.10.2</h2>
<p><strong>Security</strong></p>
<ul>
<li><code>filepath.Clean</code> behaviour has changed in Go 1.20 - adapt
to it <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2406">#2406</a></li>
<li>Add
<code>middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials</code>
to make UNSAFE usages of wildcard origin + allow cretentials less likely
<a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2405">#2405</a></li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>Add more HTTP error values <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2277">#2277</a></li>
</ul>
<h2>v4.10.1</h2>
<p><strong>Security</strong></p>
<ul>
<li>Upgrade deps due to the latest golang.org/x/net vulnerability <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2402">#2402</a></li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>Add new JWT repository to the README <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2377">#2377</a></li>
<li>Return an empty string for ctx.path if there is no registered path
<a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2385">#2385</a></li>
<li>Add context timeout middleware <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2380">#2380</a></li>
<li>Update link to jaegertracing <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2394">#2394</a></li>
</ul>
<h2>v4.10.0</h2>
<p><strong>Security</strong></p>
<ul>
<li>
<p>We are deprecating JWT middleware in this repository. Please use <a
href="https://github.com/labstack/echo-jwt">https://github.com/labstack/echo-jwt</a>
instead.</p>
<p>JWT middleware is moved to separate repository to allow us to
bump/upgrade version of JWT implementation
(<code>github.com/golang-jwt/jwt</code>) we are using which we can not
do in Echo core because this would break backwards compatibility
guarantees we try to maintain.</p>
</li>
<li>
<p>This minor version bumps minimum Go version to 1.17 (from 1.16) due
<code>golang.org/x/</code> packages we depend on. There are several
vulnerabilities fixed in these libraries.</p>
<p>Echo still tries to support last 4 Go versions but there are
occasions we can not guarantee this promise.</p>
</li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>Bump x/text to 0.3.8 <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2305">#2305</a></li>
<li>Bump dependencies and add notes about Go releases we support <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2336">#2336</a></li>
<li>Add helper interface for ProxyBalancer interface <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2316">#2316</a></li>
<li>Expose <code>middleware.CreateExtractors</code> function so we can
use it from echo-contrib repository <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2338">#2338</a></li>
<li>Refactor func(Context) error to HandlerFunc <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2315">#2315</a></li>
<li>Improve function comments <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2329">#2329</a></li>
<li>Add new method HTTPError.WithInternal <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2340">#2340</a></li>
<li>Replace io/ioutil package usages <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2342">#2342</a></li>
<li>Add staticcheck to CI flow <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2343">#2343</a></li>
<li>Replace relative path determination from proprietary to std <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2345">#2345</a></li>
<li>Remove square brackets from ipv6 addresses in XFF (X-Forwarded-For
header) <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2182">#2182</a></li>
<li>Add testcases for some BodyLimit middleware configuration options <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2350">#2350</a></li>
<li>Additional configuration options for RequestLogger and Logger
middleware <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2341">#2341</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</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.10.2 - 2023-02-22</h2>
<p><strong>Security</strong></p>
<ul>
<li><code>filepath.Clean</code> behaviour has changed in Go 1.20 - adapt
to it <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2406">#2406</a></li>
<li>Add
<code>middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials</code>
to make UNSAFE usages of wildcard origin + allow cretentials less likely
<a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2405">#2405</a></li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>Add more HTTP error values <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2277">#2277</a></li>
</ul>
<h2>v4.10.1 - 2023-02-19</h2>
<p><strong>Security</strong></p>
<ul>
<li>Upgrade deps due to the latest golang.org/x/net vulnerability <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2402">#2402</a></li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>Add new JWT repository to the README <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2377">#2377</a></li>
<li>Return an empty string for ctx.path if there is no registered path
<a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2385">#2385</a></li>
<li>Add context timeout middleware <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2380">#2380</a></li>
<li>Update link to jaegertracing <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2394">#2394</a></li>
</ul>
<h2>v4.10.0 - 2022-12-27</h2>
<p><strong>Security</strong></p>
<ul>
<li>
<p>We are deprecating JWT middleware in this repository. Please use <a
href="https://github.com/labstack/echo-jwt">https://github.com/labstack/echo-jwt</a>
instead.</p>
<p>JWT middleware is moved to separate repository to allow us to
bump/upgrade version of JWT implementation
(<code>github.com/golang-jwt/jwt</code>) we are using
which we can not do in Echo core because this would break backwards
compatibility guarantees we try to maintain.</p>
</li>
<li>
<p>This minor version bumps minimum Go version to 1.17 (from 1.16) due
<code>golang.org/x/</code> packages we depend on. There are
several vulnerabilities fixed in these libraries.</p>
<p>Echo still tries to support last 4 Go versions but there are
occasions we can not guarantee this promise.</p>
</li>
</ul>
<p><strong>Enhancements</strong></p>
<ul>
<li>Bump x/text to 0.3.8 <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2305">#2305</a></li>
<li>Bump dependencies and add notes about Go releases we support <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2336">#2336</a></li>
<li>Add helper interface for ProxyBalancer interface <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2316">#2316</a></li>
<li>Expose <code>middleware.CreateExtractors</code> function so we can
use it from echo-contrib repository <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2338">#2338</a></li>
<li>Refactor func(Context) error to HandlerFunc <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2315">#2315</a></li>
<li>Improve function comments <a
href="https://github-redirect.dependabot.com/labstack/echo/pull/2329">#2329</a></li>
</ul>
<!-- raw HTML omitted -->
</blockquote>
<p>... (truncated)</p>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/labstack/echo/commit/47844c9b7f83e5bf4efbe1f449bf2a155f465da8"><code>47844c9</code></a>
Changelog for v4.10.2</li>
<li><a
href="https://github.com/labstack/echo/commit/f909660bb9fa0fed50a897a5169422e3bd92106b"><code>f909660</code></a>
Add middleware.CORSConfig.UnsafeWildcardOriginWithAllowCredentials to
make UN...</li>
<li><a
href="https://github.com/labstack/echo/commit/ef4aea97ef344bf0f61ba3b50844987b7dac8169"><code>ef4aea9</code></a>
use different variable name so returned function would not accidentally
be ab...</li>
<li><a
href="https://github.com/labstack/echo/commit/7c7531002d4fb5fd2fc573a5e32f6482cd54f153"><code>7c75310</code></a>
Clean on go1.20 (<a
href="https://github-redirect.dependabot.com/labstack/echo/issues/2406">#2406</a>)</li>
<li><a
href="https://github.com/labstack/echo/commit/04ba8e2f9d3f39d7c05f3f0340d27ccec6535e7f"><code>04ba8e2</code></a>
Add more http error values (<a
href="https://github-redirect.dependabot.com/labstack/echo/issues/2277">#2277</a>)</li>
<li><a
href="https://github.com/labstack/echo/commit/b888a30fe394deeeb14e18226be51b5928115dd3"><code>b888a30</code></a>
Changelog for v4.10.1</li>
<li><a
href="https://github.com/labstack/echo/commit/2c25767e45bdcb881645ebb7f962c4f3c2adc20c"><code>2c25767</code></a>
remediate flaky timeout tests</li>
<li><a
href="https://github.com/labstack/echo/commit/a3998ac96ad155e132e08bdae67f26a379f99385"><code>a3998ac</code></a>
Upgrade deps due to the latest golang.org/x/net vulnerability</li>
<li><a
href="https://github.com/labstack/echo/commit/45da0f888b8d642125b860af1c996a71f3f50bec"><code>45da0f8</code></a>
remove .travis.yml</li>
<li><a
href="https://github.com/labstack/echo/commit/6b09f3ffeb5085bf23a3e0749155752f574c331b"><code>6b09f3f</code></a>
Update link to jaegertracing</li>
<li>Additional commits viewable in <a
href="https://github.com/labstack/echo/compare/v4.9.1...v4.10.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.9.1&new-version=4.10.2)](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 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.

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants