v1.0.1

caddyserver/caddyv1.0.1Jul 2, 2019by mholt

AI Summary

This patch release includes fixes and improvements, specifically deprecating the `max_certs` subdirective.

Key Highlights

  • Introduced various bug fixes and improvements.
  • Deprecated the `max_certs` subdirective in favor of `ask` for better protection.

Breaking Changes

  • The `max_certs` subdirective of the `tls` directive has been deprecated.

New Features

  • Bug fixes
  • Deprecation of `max_certs`

Full Release Notes

Caddy 1.0.1 introduces a number of fixes and improvements, and deprecates the `max_certs` subdirective of `tls` (using it still enables on-demand TLS but you should use `ask` for proper protection).

KNOWN ISSUE: Building Caddy with plugins is difficult due to the repository move. Our build server has been patched to make it work, but plugin authors will need to update import paths. (Sorry! Unexpected.) I've done my best to file issues with all registered plugins.