2ec4cf4cb11a71719e17339f7ccd7589e5c165de
[kamaki] / Changelog
1 CHANGELOG for version 0.11
2
3 Bug Fixes:
4 - Make authentication lazy (#4300)
5
6 Changes:
7
8 - Logs do not contain kamaki.clients pids by default [#4242]
9 - Replace page_hold method with pydoc.pager [#4279]
10 - Remove commands.pithos.DelimiterArgument, replace with ValueArgument
11     wherever it is used
12 - Replace print methods with member print methods in _commands.* [#4292]
13 - kamaki.cli.config is now a directory package [#4058]
14 - Modify progress bar handler in cli.commands to allow count down and timeout
15     [#4352]
16 - Make wait progress bars in cyclades CLI to count down to timeout instead of
17     progressing forward [#4352]
18 - Rename IP commands to new namespace and better names [#4422]
19
20 Features:
21
22 - New config option log_pid (default: off) can allow pid-logging [#4242]
23 - Expand kamaki.cli unitests for the following packages ( [#4058] ):
24   errors
25 - Modify print methods in cli utils to use arbitary stream objects [#4288]
26 - Implement wrapers for cli.utils print methods, in _commands [#4292]
27 - Implement unittests for kamaki.cli.config [#4058]
28 - Implement --type=SOFT/HARD argument for server reboot [#4338]
29     The old argument -f/--force <==> --type=HARD is kept for bw compatibility
30     A warning message guides users to stop using it
31 - Catch Keyboard Interupts in cli wait methods and exit gracefully [#4351]
32 - Add -R/--recursive in file listing, to list containers with their contents
33     [#4301]
34