Caddy v2.0.0-rc.3 Release Notes

Release Date: 2020-04-13 // about 4 years ago
  • ๐Ÿš€ ๐ŸŽ‰ Release Candidate 3! It is anticipated that this is the final pre-release. No new bug fixes or enhancements are planned. Only critical fixes that require a significant change will result in a fourth release candidate; otherwise, next tag should be v2.0.0.

    ๐Ÿฑ ๐Ÿ’š Please consider sponsoring this project. I work on this full-time and appreciate your support!

    ๐Ÿš€ This release is production-ready and should be used in production (after testing locally and in staging environments) as much as possible. We recommend that all users test and upgrade to this release candidate.

    ๐Ÿš€ Thank you to everyone in the community who helpfully reported bugs and contributed to this release!

    Some highlights:

    • ๐Ÿ›  Fixed occasional logging-related panic on some HTTP requests (introduced in rc2)
    • โœจ Enhanced default security of admin endpoint (thanks to @kalmi for the great feedback!)

    ๐Ÿ‘€ See all commits since RC 2 here.

    ๐Ÿ‘Œ Support:

    v2 Resources:

    ๐Ÿ”„ Changelog

    a3bdc22 admin: Always enforce Host header checks
    ๐Ÿ›  999ab22 caddyhttp: Add nil check (fixes #3248 and fixes #3250)
    ec45681 core: Don't return error on RegisterModule() and RegisterAdapter()
    ๐Ÿšš 3bee569 httpcaddyfile: Don't remove empty TLS conn policies (fix #3249)