Merge branch 'develop' into feature-adjust-functional-tests
[kamaki] / Changelog
index ec65ce6..3cea2ed 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,8 +1,17 @@
-CHANGELOG for version 0.7
-
-1. Clean up CLI error handling code
-2. Unify and improve data size units presentation
-3. Ask for user permission at store-delete
-4. Intuitive semantics for store-move/copy/download/upload (modified syntax and clients)
-5. Dynamically limit max number of threads
-6. Various CLI and dependency fixes
\ No newline at end of file
+CHANGELOG for version 0.10
+
+Bug Fixes:
+
+Changes:
+
+- Adjust astakos authenticate to the new url scheme of synnefo >= 0.14 [#3832, #3874]
+  as a side effect, some renamings in astakos.AstakosClient:
+   info --> user_info, user --> list_users
+
+Features:
+
+- Implement an optional astakosclient cli exposed as "astakos", with the following methods:
+    authenticate, uuid, username, quotas, service uuid/username/quotas
+- Add some astakos/keystone kamaki-lib api calls [#3874], used to access astakos-calls cache:
+  get_services, get_service_details, get_service_endpoints
+