Update module github.com/labstack/echo/v4 to v4.9.0 - autoclosed #10
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.1.14
->v4.9.0
Release Notes
labstack/echo
v4.9.0
Compare Source
Security
Enhancements
v4.8.0
Compare Source
Most notable things
You can now add any arbitrary HTTP method type as a route #2237
You can add custom 404 handler for specific paths #2217
Enhancements
v4.7.2
Compare Source
Fixes
Enhancements
v4.7.1
Compare Source
Fixes
e.Static
,.File()
,c.Attachment()
being picky with paths starting with./
,../
and/
after 4.7.0 introduced echo.Filesystem support (Go1.16+) #2123Enhancements
v4.7.0
Compare Source
Enhancements
Fixes
General
go
directive ingo.mod
to 1.17 #2049v4.6.3
Compare Source
Fixes
4.6.2
#2066v4.6.2
Compare Source
Fixes
Enhancements
v4.6.1
Compare Source
Enhancements
v4.6.0
Compare Source
Introduced a new request logger middleware
to help with cases when you want to use some other logging library in your application.
Fixes
Enhancements
v4.5.0
Compare Source
Important notes
A BREAKING CHANGE is introduced for JWT middleware users.
The JWT library used for the JWT middleware had to be changed from github.com/dgrijalva/jwt-go to
github.com/golang-jwt/jwt due former library being unmaintained and affected by security
issues.
The github.com/golang-jwt/jwt project is a drop-in replacement, but supports only the latest 2 Go versions.
So for JWT middleware users Go 1.15+ is required. For detailed information please read #1940
To change the library imports in all .go files in your project replace all occurrences of
dgrijalva/jwt-go
withgolang-jwt/jwt
.For Linux CLI you can use:
Fixes
github.com/golang-jwt/jwt
#1946v4.4.0
Compare Source
Fixes
Enhancements
v4.3.0
Compare Source
Important notes
Fixes
Enhancements
v4.2.2
Compare Source
Fixes
v4.2.1
Compare Source
Important notes
Due to a datarace the config parameters for the newly added timeout middleware required a change.
See the docs.
A performance regression has been fixed, even bringing better performance than before for some routing scenarios.
Fixes
This release was made possible by our contributors:
aldas, clwluvw, lammel, Le0tk0k, maciej-jezierski, rkilingr, stffabi, withshubh
v4.2.0
Compare Source
Important notes
The behaviour for binding data has been reworked for compatibility with echo before v4.1.11 by
enforcing
explicit tagging
for processing parameters. This may break your code if youexpect combined handling of query/path/form params.
Please see the updated documentation for request and binding
The handling for rewrite rules has been slightly adjusted to expand
*
to a non-greedy(.*?)
capture group. This is only relevant if multiple asterisks are used in your rules.Please see rewrite and proxy for details.
Security
Enhancements
Fixes
General
This release was made possible by over 100 commits from more than 20 contributors:
asahasrabuddhe, aldas, AndrewKlotz, arun0009, chotow, curvegrid, iambenkay, imxyb,
juanbelieni, lammel, little-cui, lnenad, pafuent, pofl, pr0head, pwli, RashadAnsari,
rkfg, santosh653, segfiner, stffabi, ulasakdeniz
v4.1.17
Compare Source
v4.1.16
Compare Source
v4.1.15
Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.