Releases: coredns/caddy
Releases · coredns/caddy
v1.1.3
What's Changed
- Ccaddyfile: bump expansion limits by @thevilledev in #9
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed
- Change output of DescribePlugins to suit coredns by @miekg in #2
- Support of address reuse in server reload by @glebkin in #6
- Ccaddyfile: guard snippet import cycles by @thevilledev in #8
New Contributors
- @miekg made their first contribution in #2
- @glebkin made their first contribution in #6
- @thevilledev made their first contribution in #8
Full Changelog: v1.1.1...v1.1.2
v1.1.1: init plugins only for first zone in block (#1)
Only initialize directives for first key in server block, to support plugin chain sharing among zones in the same server block.
Note: To function correctly, this release requires changes in CoreDNS: coredns/coredns#4593