chore(deps): update dependency caddyserver/caddy to v2.4.0 #29
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.3.0
->v2.4.0
Release Notes
caddyserver/caddy
v2.4.0
Compare Source
Caddy v2.4.0 is our first stable release of 2021, ushering in over 110 patches including new features and bug fixes. Thank you to the many contributors who helped make this possible!
Highlights:
caddy upgrade
command will replace the current Caddy binary with an upgraded one from our website, with all the same modules installed, including third-party plugins that are registered on our site! (We can use this code to add/remove modules later, too.)fmt
lint check. When running with a Caddyfile, Caddy will emit a warning if the Caddyfile is not formatted withcaddy fmt
.abort
directive. Theabort
directive is a special case of thestatic_response
HTTP handler that prevents an HTTP response by aborting the handler chain immediately and forcefully closing the connection.error
directive. Theerror
directive returns internal error values in the HTTP handler chain, as if an HTTP error had occurred, causing your error routes to be invoked.handle_response
.caddy list-modules
output. Now modules are organized by standard and non-standard modules, so you can easily see if a Caddy build has been customized.logfmt
log encoder. It was broken anyways, and its deprecation has been warned in previous releases.common_log
format. It will be removed in a future release. Issue #4148health_path
inreverse_proxy
directive. It has been replaced withhealth_uri
and will be removed in the future.New content for sponsors
I've started writing high-quality, in-depth chatpers about how to get the most out of Caddy in my new Expert Caddy series, exclusively for sponsors! If you or your company are sponsoring, you can have access to this content, which I'll continue adding to over time.
If you aren't sponsoring yet, please do so! Sponsorships fund my full-time development of Caddy, and that's especially vital if your business relies on Caddy.
Changelog (since RC 1)
For a detailed list of all commits since v2.3.0, please refer to prior pre-release changelogs.
bc22102
caddyfile: Fixcaddy fmt
nesting not decrementing (#4157)d4b2f1b
caddyhttp: Fix fallback for the error handler chain (#4131)61642b7
caddytls: Run replacer on ask URL, for env vars (#4154)7776471
encode: Default to order the formats are enabled forprefer
in Caddyfile (#4151)f5db41c
encode: Dropprefer
from Caddyfile (#4156)74f5d66
fileserver: Fixfile
matcher with emptytry_files
(#4147)3cf443f
httpcaddyfile: Addgrace_period
global option (#4152)a17c3b5
reverseproxy: Minor logging improvementsConfiguration
📅 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.