All Versions
48
Latest Version
Avg Release Cycle
22 days
Latest Release
1243 days ago

Changelog History
Page 4

  • v2.0.0-beta12 Changes

    January 01, 2020

    ๐Ÿš€ Caddy 2.0 beta 12 is the next pre-release in the development cycle of Caddy 2 and is the best update yet! We recommend that everyone on the beta track upgrade.

    Some highlights:

    • Caddy now saves all config changes from the API so it can resume the last active config with the --resume flag
    • ๐Ÿ“š Majorly improved documentation, and launched new docs site: โœจ https://caddyserver.com/docs/โœจ
    • ๐Ÿ”„ Changed data directory; migration is automatic (see #2955)
    • Servers listening only on the HTTPS port will enable TLS automatically
    • ๐Ÿ›  Several minor bug fixes

    ๐Ÿ‘€ See all commits since beta 11 here.

    ๐Ÿฑ ๐Ÿ’š Please consider sponsoring this project!

    ๐Ÿš€ Please remember that Caddy 2 beta releases are not yet feature-complete as development is ongoing, nor are they stable; there are likely to be some breaking changes between tags. We hope you will find ways to use Caddy 2 beta in production and report any issues you find!

    Thank you to all of you who have reported bugs or requested features so far. We continue to make good progress.

    This is a community effort, so please report bugs, join the discussion, and submit pull requests to be a part of the team!

    ๐Ÿ‘Œ Support:

    v2 Resources:

  • v2.0.0-beta11 Changes

    December 23, 2019

    ๐Ÿš€ Caddy 2.0 beta 11 is the next pre-release in the development cycle of Caddy 2 and is the best update yet! We recommend that everyone on the beta track upgrade.

    Some highlights:

    • ๐Ÿ‘Œ Support for automatic config documentation (new docs site should be ready soon!)
    • ๐Ÿ›  Multiple fixes for @id usage in the admin API
    • โœจ Enhancements to rewrite handler and request matchers
    • ๐ŸŒฒ Log can now output to arbitrary network sockets
    • ๐Ÿ‘Œ Improved TLS cert management at scale
    • ๐Ÿ‘Œ Improved templates handler; better markdown and "include" support
    • ๐Ÿ›  Several other significant bug fixes

    ๐Ÿ‘€ See all commits since beta 10 here.

    ๐Ÿฑ ๐Ÿ’š Please consider sponsoring this project!

    ๐Ÿš€ Please remember that Caddy 2 beta releases are not yet feature-complete as development is ongoing, nor are they stable; there are likely to be some breaking changes between tags. We hope you will find ways to use Caddy 2 beta in production and report any issues you find!

    Thank you to all of you who have reported bugs or requested features so far. We continue to make good progress.

    ๐Ÿ‘€ To learn how to get started, see the README on the v2 branch.

    This is a community effort, so please report bugs, join the discussion, and submit pull requests to be a part of the team!

    ๐Ÿ‘Œ Support:

    v2 Resources:

  • v2.0.0-beta10 Changes

    November 18, 2019

    ๐Ÿš€ Caddy 2.0 beta 10 is the next pre-release in the development cycle of Caddy 2 and is the best update yet! Some highlights:

    • NTLM proxying
    • ๐ŸŒฒ Log level and filenames support placeholders
    • ๐Ÿ”Š Access logs include response headers
    • ๐Ÿ‘Œ Improved caddy stop, caddy file-server, and caddy reverse-proxy commands
    • ๐Ÿ›  Numerous other bug fixes and minor enhancements

    ๐Ÿ‘€ See all commits since beta 9 here.

    ๐Ÿฑ ๐Ÿ’š Please consider sponsoring this project!

    ๐Ÿš€ Please remember that Caddy 2 beta releases are not yet feature-complete as development is ongoing, nor are they stable; there are likely to be some breaking changes between tags. We hope you will find ways to use Caddy 2 beta in production and report any issues you find!

    Thank you to all of you who have reported bugs or requested features so far. We continue to make good progress.

    ๐Ÿ‘€ To learn how to get started, see the README on the v2 branch.

    This is a community effort, so please report bugs, join the discussion, and submit pull requests to be a part of the team!

    ๐Ÿ‘Œ Support:

    v2 Resources:

  • v2.0.0-beta1 Changes

    September 13, 2019

    โœ… The first beta/development release is here! v2.0.0-beta1 is functional enough to serve most sites and may be used in production after you test it and find that it meets your needs. Caddy 2 is not backwards-compatible with Caddy 1.

    ๐Ÿš€ Caddy 2 beta releases are not feature-complete or free of bugs, but we hope to release beta version regularly until the release candidates later this year. Beta releases may also have breaking changes, so please be aware of the changes as we continue developing Caddy 2.

    ๐Ÿ‘€ To learn how to get started, see the README on the v2 branch: https://github.com/caddyserver/caddy/tree/v2

    This is a community effort, so please report bugs, join the discussion, and submit pull requests to be a part of the team!

    ๐Ÿ‘Œ Support:

    v2 Resources:

  • v1.0.5

    February 28, 2020
  • v1.0.4 Changes

    November 15, 2019

    ๐Ÿš€ This patch release fixes a bug in the fastcgi middleware that could result in the static file server returning PHP files as plain text on Windows systems. Thank you to @MisterDuval for the report and suggested fix.

    โšก๏ธ Dependencies lego, certmagic, and quic-go have also been updated to their latest versions.

  • v1.0.3

    August 14, 2019
  • v1.0.2 Changes

    August 13, 2019

    ๐Ÿš€ 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.

  • v1.0.1 Changes

    July 02, 2019

    ๐Ÿ—„ 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.

  • v1.0.0 Changes

    April 24, 2019

    ๐Ÿ›  We did it! Caddy 1.0 is here. Future changes on the 1.0 tree will focus on stability and bug fixes.

    ๐Ÿ— Go modules are required to build Caddy from source. Go 1.13 will use modules by default.

    Notably, binaries are no longer licensed with a separate EULA. Commercial use of our download page, however, still requires a subscription (all customers have been grandfathered in -- in effect, nothing is really different except we got rid of the annoying legal technicality).

    ๐Ÿ”„ CHANGES: