Finetest and move Compute.get_image_details
[kamaki] / Changelog
index c97cecd..daae51d 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -1,9 +1,22 @@
-CHANGELOG for version 0.6.3
+CHANGELOG for version 0.7
 
-1. Introduce a quotaholder client (and primitive cli)
-2. Enrich output responses and error reporting with instructions per command
-3. Unified result output
-4. Stabilize error handling (crashes are much less frequent)
-5. Dynamic upper limit on threads when uploading
-6. Update documentation
-7. Restructure CLI code to clarify what is used in each interface mode
\ No newline at end of file
+New features:
+1. Unify and improve data size units presentation
+2. Ask for user permission at store-delete
+3. Intuitive semantics for store-move/copy/download/upload (modified syntax and clients)
+4. Use UUID instead of email in pithos client calls, make account setting obsolete
+5. Allow character : in container operations in store interface
+6. Recursively download remote directories
+
+Improvements:
+1. Clean up CLI error handling code
+2. Dynamically limit max number of threads
+3. Cache user info in astakos client
+4. Organize client unittests in a package and update to comply with new synnefo specs
+
+Bug fixes:
+1. kamaki image * commands should not send non-flag URL params without values
+2. Trace errors through all parts of kamaki code
+3. Quoted text in kamaki shell behaves same way as in one command mode
+4. Pithos container names with spaces fail
+5. URL-encode all url paths before requests