v2.4.1

caddyserver/caddyv2.4.1May 20, 2021by github-actions[bot]

AI Summary

A small patch release that restores functionality to the admin API `/id/` endpoints and implements dial timeouts for logging.

Key Highlights

  • Reinstated internal redirect for admin API `/id/` requests.
  • Implemented dial timeout for the logging net writer.

New Features

  • Logging dial timeout implementation.

Full Release Notes

A small patch release that contains a few noncritical but pleasant fixes (unless you're using `/id/` endpoints in the admin API; then you should definitely get this update).

## Changelog

7f26a6b3 admin: Reinstate internal redirect for /id/ requests
b82db994 caddyfile: Add parse error on site address with trailing `{` (#4163)
2aefe156 cmd: upgrade: inherit the permissions of the original executable (#4160)
dbe164d9 httpcaddyfile: Fix automation policy consolidation again (fix #4161)
e3c369d4 logging: Implement dial timeout for net writer (fix #4083) (#4172)
aef8d4de reverseproxy: Set the headers in the replacer before `handle_response` (#4165)