Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 51a31d19

History | View | Annotate | Download (1.6 kB)

1 e12c0ad2 Stavros Sachtouris
CHANGELOG for version 0.11
2 f27657f7 Stavros Sachtouris
3 969b0c8d Stavros Sachtouris
Bug Fixes:
4 2af217f3 Stavros Sachtouris
- Make authentication lazy (#4300)
5 c3396aeb Stavros Sachtouris
6 1af10567 Stavros Sachtouris
Changes:
7 c3396aeb Stavros Sachtouris
8 c853ce41 Stavros Sachtouris
- Logs do not contain kamaki.clients pids by default [#4242]
9 97d3537c Stavros Sachtouris
- Replace page_hold method with pydoc.pager [#4279]
10 112d108f Stavros Sachtouris
- Remove commands.pithos.DelimiterArgument, replace with ValueArgument
11 112d108f Stavros Sachtouris
    wherever it is used
12 807f3dbb Stavros Sachtouris
- Replace print methods with member print methods in _commands.* [#4292]
13 12be2bd2 Stavros Sachtouris
- kamaki.cli.config is now a directory package [#4058]
14 bf5408f4 Stavros Sachtouris
- Modify progress bar handler in cli.commands to allow count down and timeout
15 bf5408f4 Stavros Sachtouris
    [#4352]
16 bf5408f4 Stavros Sachtouris
- Make wait progress bars in cyclades CLI to count down to timeout instead of
17 bf5408f4 Stavros Sachtouris
    progressing forward [#4352]
18 8f91ac18 Stavros Sachtouris
- Rename IP commands to new namespace and better names [#4422]
19 c853ce41 Stavros Sachtouris
20 969b0c8d Stavros Sachtouris
Features:
21 c3396aeb Stavros Sachtouris
22 c853ce41 Stavros Sachtouris
- New config option log_pid (default: off) can allow pid-logging [#4242]
23 c95418af Stavros Sachtouris
- Expand kamaki.cli unitests for the following packages ( [#4058] ):
24 c95418af Stavros Sachtouris
  errors
25 97d3537c Stavros Sachtouris
- Modify print methods in cli utils to use arbitary stream objects [#4288]
26 807f3dbb Stavros Sachtouris
- Implement wrapers for cli.utils print methods, in _commands [#4292]
27 12be2bd2 Stavros Sachtouris
- Implement unittests for kamaki.cli.config [#4058]
28 126203ae Stavros Sachtouris
- Implement --type=SOFT/HARD argument for server reboot [#4338]
29 126203ae Stavros Sachtouris
    The old argument -f/--force <==> --type=HARD is kept for bw compatibility
30 126203ae Stavros Sachtouris
    A warning message guides users to stop using it
31 bf5408f4 Stavros Sachtouris
- Catch Keyboard Interupts in cli wait methods and exit gracefully [#4351]
32 b45b378e Stavros Sachtouris
- Add -R/--recursive in file listing, to list containers with their contents
33 b45b378e Stavros Sachtouris
    [#4301]
34 d7f5f822 Stavros Sachtouris
- Add -w/--wait to server firewall set [#4298]
35 5a9c2b17 Stavros Sachtouris
- Add --output-format where applicable, keep -j/--json too, for bw
36 5a9c2b17 Stavros Sachtouris
    compatibility [#4342]
37 51a31d19 Stavros Sachtouris
- Allow metakeys in personality argument [#4312]