Caddy v1.0.2 Release Notes

Release Date: 2019-08-13 // over 4 years ago
  • 🚀 This release uses Go 1.12.8 to patch the HTTP/2 implementation against the security vulnerabilities reported today.

    🔧 One minor breaking change in Go 1.12.8 might affect some configurations that use service name in the port of their Caddyfiles, like so: example.com:https - we've smoothed this over so the behavior of Caddy is the same but if you encounter any odd inconsistencies, switch to using numeric ports or proper URL scheme: either https://example.com (recommended) or example.com:443.