v2.4.5

caddyserver/caddyv2.4.5Sep 3, 2021by github-actions[bot]

AI Summary

A hotfix for a regression introduced in v2.4.4 related to the combination of `encode` and `reverse_proxy` directives.

Key Highlights

  • Fixes regression where `encode` and `reverse_proxy` conflict.
  • Export of `CaddyVersion()` and `Commands()` functions.

Full Release Notes

A hotfix for a regression introduced in [v2.4.4](https://github.com/caddyserver/caddy/releases/tag/v2.4.4) related to combining the `encode` and `reverse_proxy` directives. Please see the [v2.4.4 release notes](https://github.com/caddyserver/caddy/releases/tag/v2.4.4) for a more complete changelog.

## Changelog

9f6393c6 cmd: export CaddyVersion(), Commands() (#4316)
4ebf100f encode: ignore flushing until after first write (#4318)
46ab93be go.mod: Update CertMagic