chore(deps): update dependency caddyserver/caddy to v2.4.3 #33
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "renovate/caddyserver-caddy-2.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:
v2.4.2
->v2.4.3
Release Notes
caddyserver/caddy
v2.4.3
Compare Source
Guess what: this is our 100th release! 🎉 🥳 🎊
A bug fix for the bug fix, and a couple other bug fixes, including one security fix for PHP sites. We think all users should upgrade after giving it a whirl in their test environments. Please note some changes in this patch:
reverse_proxy
, themax_idle_conns_per_host
option has been removed (both Caddyfile and JSON). This may be a breaking change for a few of you, but it only breaks configs that relied on a bug. Instead of silently failing, you will get an error if you continue using the property. For Caddyfile, we basically renamed the property tokeepalive_idle_conns_per_host
. In JSON, we simply removed the property, and you should instead setkeep_alive/max_idle_conns_per_host
if you weren't already. Previously, the Caddyfile subdirective set both MaxConnsPerHost and MaxIdleConnsPerHost, which was confusing; and the JSON properties overwrote each other, so one was removed. Issue #4201.file_server
. v2.4.2 introduced a bugfix (#4179) for these redirects when used insidehandle_path
(i.e. rewriting the path by stripping a prefix), but caused a regression for many other use cases. This release includes a proper fix for all known, tested cases. Basically: these redirects are not issued if the filename of a path was rewritten internally. Issue #4205.Changelog
9d4ed3a
caddyhttp: Refactor and export SanitizedPathJoin for use in fastcgi (#4207)e8ae80a
fileserver: Don't persist parsed template (fix #4202)fbd6560
fileserver: Only redirect if filename not rewritten (fix #4205)32c284b
reverseproxy: Adjust test related to #42017c68809
reverseproxy: Fix overwriting of max_idle_conns_per_host (closes #4201)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.