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.6.1 to 4.7.2 #178

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2022

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

Release notes

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

v4.7.2

Fixes

  • Fix nil pointer exception when calling Start again after address binding error #2131
  • Fix CSRF middleware not being able to extract token from multipart/form-data form #2136
  • Fix Timeout middleware write race #2126

Enhancements

  • Recover middleware should not log panic for aborted handler #2134

v4.7.1

Fixes

  • Fix e.Static, .File(), c.Attachment() being picky with paths starting with ./, ../ and / after 4.7.0 introduced echo.Filesystem support (Go1.16+) #2123

Enhancements

  • Remove some unused code #2116

v4.7.0 - 2022-03-01

Enhancements

  • Add JWT, KeyAuth, CSRF multivalue extractors #2060
  • Add LogErrorFunc to recover middleware #2072
  • Add support for HEAD method query params binding #2027
  • Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS #2064

Fixes

General

  • Add cache-control and connection headers #2103
  • Add Retry-After header constant #2078
  • Upgrade go directive in go.mod to 1.17 #2049
  • Add Pagoda #2077 and Souin #2069 to 3rd-party middlewares in README

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

... (truncated)

Changelog

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

v4.7.2 - 2022-03-16

Fixes

  • Fix nil pointer exception when calling Start again after address binding error #2131
  • Fix CSRF middleware not being able to extract token from multipart/form-data form #2136
  • Fix Timeout middleware write race #2126

Enhancements

  • Recover middleware should not log panic for aborted handler #2134

v4.7.1 - 2022-03-13

Fixes

  • Fix e.Static, .File(), c.Attachment() being picky with paths starting with ./, ../ and / after 4.7.0 introduced echo.Filesystem support (Go1.16+) #2123

Enhancements

  • Remove some unused code #2116

v4.7.0 - 2022-03-01

Enhancements

  • Add JWT, KeyAuth, CSRF multivalue extractors #2060
  • Add LogErrorFunc to recover middleware #2072
  • Add support for HEAD method query params binding #2027
  • Improve filesystem support with echo.FileFS, echo.StaticFS, group.FileFS, group.StaticFS #2064

Fixes

General

  • Add cache-control and connection headers #2103
  • Add Retry-After header constant #2078
  • Upgrade go directive in go.mod to 1.17 #2049
  • Add Pagoda #2077 and Souin #2069 to 3rd-party middlewares in README

v4.6.3 - 2022-01-10

Fixes

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

... (truncated)

Commits
  • ec92fed Update version and changelog for 4.7.2
  • 1919cf4 Timeout middleware write race
  • 01d7d01 Fix CSRF middleware not being able to extract token from `multipart/form-data...
  • 5c38c3b Recover middleware should not log panic for aborted handler (#2134, fixes #2133)
  • 05df10c fix nil pointer exception when calling Start again after address binding error
  • b445958 Update version and changelog for 4.7.1
  • 54efc38 remove some unused code (#2116)
  • 3f5b733 Fix e.Static, .File(), c.Attachment() being picky with paths starting w...
  • 5ebed44 Update version to v4.7.0
  • da85d23 Revert "Update direct golang deps"
  • 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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Mar 17, 2022
@codecov
Copy link

codecov bot commented Mar 17, 2022

Codecov Report

Merging #178 (f61fae0) into master (acf2b26) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #178   +/-   ##
=======================================
  Coverage   67.47%   67.47%           
=======================================
  Files          70       70           
  Lines        5467     5467           
=======================================
  Hits         3689     3689           
  Misses       1200     1200           
  Partials      578      578           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update acf2b26...f61fae0. Read the comment docs.

Bumps [github.com/labstack/echo/v4](https:/labstack/echo) from 4.6.1 to 4.7.2.
- [Release notes](https:/labstack/echo/releases)
- [Changelog](https:/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.6.1...v4.7.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] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/github.com/labstack/echo/v4-4.7.2 branch from e9f03c2 to f61fae0 Compare March 28, 2022 17:42
@majodev majodev merged commit ab09abd into master Apr 15, 2022
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/labstack/echo/v4-4.7.2 branch April 15, 2022 11:06
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.

1 participant