Update module labstack/echo/v4 to v4.2.0 #785
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/github.com-labstack-echo-v4-4.x"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
v4.1.17
->v4.2.0
Release Notes
labstack/echo
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
Renovate configuration
📅 Schedule: 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 Renovate Bot.