From: Christian Hofstaedtler Date: Thu, 26 Feb 2015 22:40:07 +0000 (+0100) Subject: SOA-EDIT-API: Add upgrade note X-Git-Tag: dnsdist-1.0.0-alpha1~248^2~98^2~39^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3480956e363cf34ecababc710fc4ac0cc269df39;p=thirdparty%2Fpdns.git SOA-EDIT-API: Add upgrade note --- diff --git a/docs/markdown/authoritative/upgrading.md b/docs/markdown/authoritative/upgrading.md index 3949cb816a..2c6367401a 100644 --- a/docs/markdown/authoritative/upgrading.md +++ b/docs/markdown/authoritative/upgrading.md @@ -2,6 +2,11 @@ Before proceeding, it is advised to check the release notes for your PDNS versio **WARNING**: Version 3.X of the PowerDNS Authoritative Server is a major upgrade if you are coming from 2.9.x. Please follow **all** instructions. +# 3.4.X to HEAD + +## API +Incompatible change: `SOA-EDIT-API` now follows `SOA-EDIT-DNSUPDATE` instead of `SOA-EDIT` (incl. the fact that it now has a default value of `DEFAULT`). You must update your existing `SOA-EDIT-API` metadata (set `SOA-EDIT` to your previous `SOA-EDIT-API` value, and `SOA-EDIT-API` to `SOA-EDIT` to keep the old behaviour). + # 3.4.2 to 3.4.3 No breaking changes.