Statistics
| Branch: | Tag: | Revision:

root / Changelog @ b45b378e

History | View | Annotate | Download (1.3 kB)

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

    
19
Features:
20

    
21
- New config option log_pid (default: off) can allow pid-logging [#4242]
22
- Expand kamaki.cli unitests for the following packages ( [#4058] ):
23
  errors
24
- Modify print methods in cli utils to use arbitary stream objects [#4288]
25
- Implement wrapers for cli.utils print methods, in _commands [#4292]
26
- Implement unittests for kamaki.cli.config [#4058]
27
- Implement --type=SOFT/HARD argument for server reboot [#4338]
28
    The old argument -f/--force <==> --type=HARD is kept for bw compatibility
29
    A warning message guides users to stop using it
30
- Catch Keyboard Interupts in cli wait methods and exit gracefully [#4351]
31
- Add -R/--recursive in file listing, to list containers with their contents
32
    [#4301]
33