Return-Path: X-Original-To: apmail-libcloud-notifications-archive@www.apache.org Delivered-To: apmail-libcloud-notifications-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 59D1518C51 for ; Wed, 25 Nov 2015 11:31:29 +0000 (UTC) Received: (qmail 48923 invoked by uid 500); 25 Nov 2015 11:31:29 -0000 Delivered-To: apmail-libcloud-notifications-archive@libcloud.apache.org Received: (qmail 48853 invoked by uid 500); 25 Nov 2015 11:31:29 -0000 Mailing-List: contact notifications-help@libcloud.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@libcloud.apache.org Delivered-To: mailing list notifications@libcloud.apache.org Received: (qmail 48728 invoked by uid 500); 25 Nov 2015 11:31:29 -0000 Delivered-To: apmail-libcloud-commits@libcloud.apache.org Received: (qmail 48707 invoked by uid 99); 25 Nov 2015 11:31:29 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Nov 2015 11:31:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 0BC89E095F; Wed, 25 Nov 2015 11:31:29 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tomaz@apache.org To: commits@libcloud.apache.org Date: Wed, 25 Nov 2015 11:31:35 -0000 Message-Id: In-Reply-To: <8ac8f26f877141669264803004fa3d2b@git.apache.org> References: <8ac8f26f877141669264803004fa3d2b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [08/12] libcloud git commit: Update upgrade notes. Update upgrade notes. Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/e756b5e6 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/e756b5e6 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/e756b5e6 Branch: refs/heads/cloudflare_dns_driver Commit: e756b5e6ec6798cf8a43f6a69886c0dcf5db40bc Parents: 4d7fd3f Author: Tomaz Muraus Authored: Sun Nov 22 23:40:14 2015 +0100 Committer: Tomaz Muraus Committed: Sun Nov 22 23:40:14 2015 +0100 ---------------------------------------------------------------------- docs/upgrade_notes.rst | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/e756b5e6/docs/upgrade_notes.rst ---------------------------------------------------------------------- diff --git a/docs/upgrade_notes.rst b/docs/upgrade_notes.rst index 7fc77e2..313fc22 100644 --- a/docs/upgrade_notes.rst +++ b/docs/upgrade_notes.rst @@ -5,8 +5,19 @@ This page describes how to upgrade from a previous version to a new version which contains backward incompatible or semi-incompatible changes and how to preserve the old behavior when this is possible. -Development ------------ +In development +-------------- + +* New optional ``ttl`` argument has been added to ``libcloud.dns.base.Record`` + class constructor before the existing ``extra`` argument. + + If you have previously manually instantiated this class and didn't use + keyword arguments, you need to update your code to correctly pass arguments + to the constructor (you are encouraged to use keyword arguments to avoid such + issues in the future). + +Libcloud 0.19.0 +--------------- * The base signature of NodeDriver.create_volume has changed. The snapshot argument is now expected to be a VolumeSnapshot instead of a string.