From 55ff4847707ba3afafdfc2577802f8861f839e89 Mon Sep 17 00:00:00 2001 From: Kees Monshouwer Date: Mon, 2 Feb 2015 18:09:48 +0100 Subject: [PATCH] auth 3.4.0 - 3.4.2 upgrade notes --- docs/markdown/authoritative/settings.md | 13 +++++++++++++ docs/markdown/authoritative/upgrading.md | 13 +++++++++++++ 2 files changed, 26 insertions(+) diff --git a/docs/markdown/authoritative/settings.md b/docs/markdown/authoritative/settings.md index e7838f0657..8bd83520cc 100644 --- a/docs/markdown/authoritative/settings.md +++ b/docs/markdown/authoritative/settings.md @@ -241,6 +241,12 @@ Entropy source file to use. Disallow data modification through the json API when set. +## `experimental-api-key` +* String +* Available since: 3.4.1 + +experimental-api-key REST API Static authentication key (required for API use) + ## `experimental-dname-processing` * Boolean * Default: no @@ -454,6 +460,13 @@ same IP/port combination which may or may not be a good idea. You could use this to enable transparent restarts, but it may also mask configuration issues and for this reason it is disabled by default. +## `security-poll-suffix` +* String +* Default: secpoll.powerdns.com. +* Available since: 3.4.1 + +Domain name from which to query security update notifications + ## `server-id` * String * Default: The hostname of the server diff --git a/docs/markdown/authoritative/upgrading.md b/docs/markdown/authoritative/upgrading.md index be91ffb5d0..77cd7f582b 100644 --- a/docs/markdown/authoritative/upgrading.md +++ b/docs/markdown/authoritative/upgrading.md @@ -2,6 +2,19 @@ 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.1 to 3.4.2 + +## API +**Warning**: `priority` is no longer part of `records` in the API. `content` now includes the backend's `priority` field (see [API Spec](../httpapi/api_spec.md#url-serversserver_idzoneszone_id) for details). + +# 3.4.0 to 3.4.1 + +## Configuration option changes + +### New options +* [`experimental-api-key`](settings.md#experimental-api-key) +* [`security-poll-suffix`](settings.md#security-poll-suffix) + # 3.3.1 to 3.4.0 If you are coming from any 3.x version (including 3.3.1), there is a mandatory SQL schema upgrade -- 2.47.2