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