aboutsummaryrefslogtreecommitdiff
path: root/notes
diff options
context:
space:
mode:
authorGravatar Miek Gieben <miek@miek.nl> 2020-10-08 09:08:03 +0200
committerGravatar GitHub <noreply@github.com> 2020-10-08 09:08:03 +0200
commit02f52b5d271d47a035c5432cca4fcf4174c023fa (patch)
tree6b41e19d9a3e89f010fb7a9a923a061596ae1002 /notes
parent04e532b257d3b1d2e46a44109bbc76544d2e4dde (diff)
downloadcoredns-02f52b5d271d47a035c5432cca4fcf4174c023fa.tar.gz
coredns-02f52b5d271d47a035c5432cca4fcf4174c023fa.tar.zst
coredns-02f52b5d271d47a035c5432cca4fcf4174c023fa.zip
notes: more PR and clarify backwards incompat changes (#4185)
A new PR and author. Also clarify the impact of the backwards incompatible changes are minimal for most users. Signed-off-by: Miek Gieben <miek@miek.nl>
Diffstat (limited to 'notes')
-rw-r--r--notes/coredns-1.8.0.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/notes/coredns-1.8.0.md b/notes/coredns-1.8.0.md
index 69d9d4b9c..5d9f576eb 100644
--- a/notes/coredns-1.8.0.md
+++ b/notes/coredns-1.8.0.md
@@ -15,7 +15,8 @@ The CoreDNS team has released
If you are running 1.7.1 you probably want to upgrade for the *cache* plugin fix.
-This release also adds two backwards incompatible changes.
+This release also adds two backwards incompatible changes. This will only affect you if you have an
+**external plugin** or use **outgoing zone transfers**.
One, because Caddy is now developing a version 2 and we are using version 1, we've internalized Caddy
into <https://github.com/coredns/caddy>. This means the `caddy` types change and *all* plugins need
@@ -49,15 +50,18 @@ example.org {
## Brought to You By
Chris O'Haver,
+Johnny Bergström,
Macks,
Miek Gieben,
Yong Tang.
## Noteworthy Changes
-
+* core: doh support: fix alpn for http/2 upgrade when using DoH (https://github.com/coredns/coredns/pull/4182)
* core: doh support: make no TLS config fatal (https://github.com/coredns/coredns/pull/4162)
+* core: fix crash with no plugins (https://github.com/coredns/coredns/pull/4184)
* core: Move caddy v1 in our GitHub org (https://github.com/coredns/coredns/pull/4018)
* plugin/auto: allow fallthrough if no zone match (https://github.com/coredns/coredns/pull/4166)
* plugin/cache: Fix filtering (https://github.com/coredns/coredns/pull/4148)
* plugin/ready: dont return 200 during shutdown (https://github.com/coredns/coredns/pull/4167)
-* plugin/transfer: Implement notifies for transfer plugin (https://github.com/coredns/coredns/pull/3972) (#4142)
+* plugin/ready: dont return 200 during shutdown (https://github.com/coredns/coredns/pull/4167)
+* plugin/transfer: Implement notifies for transfer plugin (https://github.com/coredns/coredns/pull/3972)