v2.8.2
caddyserver/caddyv2.8.2Jun 2, 2024by github-actions[bot]
AI Summary
Bug fixes related to ACME Renewal Information (ARI), request sanitization for root paths, and Caddyfile adapter detection.
Key Highlights
- Fixed auto-detection of the `.caddyfile` extension.
- Properly sanitizes requests sent to the root path (`/`).
- Implemented `certmagic.RenewalInfoGetter`.
Full Release Notes
A few more fixes of reported bugs related to ARI, `try_files` with the root path (`/`), and Caddyfile adapter detection on the CLI. See 2.8.0 release notes for details on 2.8. ## Changelog * 01308b4b I'm so tired of typos * a63767d3 build(deps): bump golangci/golangci-lint-action from 5 to 6 (#6361) * f8a2c602 caddyhttp: properly sanitize requests for root path (#6360) * b7280e69 caddytls: Implement certmagic.RenewalInfoGetter * 15faeacb cmd: fix auto-detetction of .caddyfile extension (#6356) **Full Changelog**: https://github.com/caddyserver/caddy/compare/v2.8.1...v2.8.2