From f0de7d6039cc86486c6faf4e56426ec457645fdd Mon Sep 17 00:00:00 2001 From: Flavio Percoco Date: Thu, 28 May 2015 09:46:04 +0200 Subject: [PATCH] Relese notes for zaqarclient 0.1.1 6707d41 Drop incubating theme from docs 24aeae5 Deleted unuseful line f81c36d Drop use of 'oslo' namespace package 0047c54 Fix handling of 1.1 API 2bd784e Gets 'flavor' data if the resource exists f5f35d4 Gets 'pool' data if the resource exists ff13b7a Handling exception on 504 Error e4af424 Updated from global requirements 99f0b35 Added i18n support 2cb7e90 Makes health return True or False 19ec61d Remove unused openstack/common modules 369ac1e Adds encapsulation control to the client f96c739 Updated from global requirements 4d957e6 Extend some docstrings with useful information 632c893 Add reference docs for latest recommended client be666ff Add docs for `Client` instances d8a5061 Setup developer docs for zaqarclient a411bf0 Fix the client name typo 4e60be5 Updated from global requirements ad673c5 fix KeystoneAuth doc string 0c6c0d7 Updated from global requirements d721b75 Updates API name ebb8d56 Add a read-only property for Queues Change-Id: I38d88788a3753da888211055de91e3aa1a9d7bbb --- doc/source/index.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/source/index.rst b/doc/source/index.rst index 918f3d93..50e03c06 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -44,6 +44,22 @@ Contents client +Release Notes +============= + +0.1.1 +----- + +* Fix handling of 1.1 API +* Gets 'flavor' data if the resource exists +* Gets 'pool' data if the resource exists +* Handling exception on 504 Error +* Added i18n support +* Makes health return True or False +* Add reference docs for latest recommended client +* Add docs for `Client` instances +* Add a read-only property for Queues + Indices and tables ------------------