Skip to content

chore(deps): bump github.com/labstack/echo/v4 from 4.2.2 to 4.3.0#8

Merged
angristan merged 2 commits intomainfrom
dependabot/go_modules/github.com/labstack/echo/v4-4.3.0
Jul 6, 2021
Merged

chore(deps): bump github.com/labstack/echo/v4 from 4.2.2 to 4.3.0#8
angristan merged 2 commits intomainfrom
dependabot/go_modules/github.com/labstack/echo/v4-4.3.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 6, 2021

Bumps github.com/labstack/echo/v4 from 4.2.2 to 4.3.0.

Release notes

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

v4.3.0

Important notes

  • Route matching has improvements for following cases:
    1. Correctly match routes with parameter part as last part of route (with trailing backslash)
    2. Considering handlers when resolving routes and search for matching http method handler
  • Echo minimal Go version is now 1.13.

Fixes

  • When url ends with slash first param route is the match #1804
  • Router should check if node is suitable as matching route by path+method and if not then continue search in tree #1808
  • Fix timeout middleware not writing response correctly when handler panics #1864
  • Fix binder not working with embedded pointer structs #1861
  • Add Go 1.16 to CI and drop 1.12 specific code #1850

Enhancements

  • Make KeyFunc public in JWT middleware #1756
  • Add support for optional filesystem to the static middleware #1797
  • Add a custom error handler to key-auth middleware #1847
  • Allow JWT token to be looked up from multiple sources #1845
Changelog

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

v4.3.0 - 2021-05-08

Important notes

  • Route matching has improvements for following cases:
    1. Correctly match routes with parameter part as last part of route (with trailing backslash)
    2. Considering handlers when resolving routes and search for matching http method handler
  • Echo minimal Go version is now 1.13.

Fixes

  • When url ends with slash first param route is the match #1804
  • Router should check if node is suitable as matching route by path+method and if not then continue search in tree #1808
  • Fix timeout middleware not writing response correctly when handler panics #1864
  • Fix binder not working with embedded pointer structs #1861
  • Add Go 1.16 to CI and drop 1.12 specific code #1850

Enhancements

  • Make KeyFunc public in JWT middleware #1756
  • Add support for optional filesystem to the static middleware #1797
  • Add a custom error handler to key-auth middleware #1847
  • Allow JWT token to be looked up from multiple sources #1845
Commits
  • 2acb24a Update version and changelog for 4.3.0
  • 1aef300 explicitly return an error instead of hiding it
  • 18d7fe1 Fix #1858: Add query params binding support for anonymous struct pointer filed
  • 2943a32 restore originalWriter in case of panic inside echoHandlerFuncWrapper.ServeHT...
  • b643e68 Fix #1787: Add support for optional filesystem to the static middleware (#1797)
  • de3f87e Jwt lookup from multiple sources (#1845)
  • 7256cb2 add a custom error handler to key-auth middleware (#1847)
  • 76f186a feat(jwt): make KeyFunc public in JWT middleware (#1756)
  • 6430665 Fix router not matching param route with trailing slash and implement matchin...
  • 3b07058 Create LICENSE
  • 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)

angristan and others added 2 commits July 7, 2021 00:15
Bumps [github.com/labstack/echo/v4](https://github.com/labstack/echo) from 4.2.2 to 4.3.0.
- [Release notes](https://github.com/labstack/echo/releases)
- [Changelog](https://github.com/labstack/echo/blob/master/CHANGELOG.md)
- [Commits](labstack/echo@v4.2.2...v4.3.0)

---
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 added the dependencies Pull requests that update a dependency file label Jul 6, 2021
@angristan angristan merged commit 84e54c3 into main Jul 6, 2021
@dependabot dependabot Bot deleted the dependabot/go_modules/github.com/labstack/echo/v4-4.3.0 branch July 6, 2021 22:20
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant