Update changelog and version tag
[kamaki] / Changelog
1 Hotfix 0.7.7:
2
3 Update documentation to suggest installing fron pypi instead of git repo
4
5 Hotfix 0.7.6:
6
7 1. Urgent feature #3422 Explicetly set http connection pool size in kamaki lib
8 2. Fix Bug#3446 (Astakos client cache should not be shared between instances)
9
10 CHANGELOG for version 0.7
11
12 New features:
13 1. Unify and improve data size units presentation
14 2. Ask for user permission at store-delete
15 3. Intuitive semantics for store-move/copy/download/upload (modified syntax and clients)
16 4. Use UUID instead of email in pithos client calls, make account setting obsolete
17 5. Allow character : in container operations in store interface
18 6. Recursively download remote directories
19
20 Improvements:
21 1. Clean up CLI error handling code
22 2. Dynamically limit max number of threads
23 3. Cache user info in astakos client
24 4. Organize client unittests in a package and update to comply with new synnefo specs
25
26 Bug fixes:
27 1. kamaki image * commands should not send non-flag URL params without values
28 2. Trace errors through all parts of kamaki code
29 3. Quoted text in kamaki shell behaves same way as in one command mode
30 4. Pithos container names with spaces fail
31 5. URL-encode all url paths before requests