Statistics
| Branch: | Tag: | Revision:

root / Changelog @ 16d7b9ff

History | View | Annotate | Download (976 Bytes)

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

    
15
Features:
16

    
17
- New config option log_pid (default: off) can allow pid-logging [#4242]
18
- Expand kamaki.cli unitests for the following packages ( [#4058] ):
19
  errors
20
- Modify print methods in cli utils to use arbitary stream objects [#4288]
21
- Implement wrapers for cli.utils print methods, in _commands [#4292]
22
- Implement unittests for kamaki.cli.config [#4058]
23
- Implement --type=SOFT/HARD argument for server reboot [#4338]
24
    The old argument -f/--force <==> --type=HARD is kept for bw compatibility
25
    A warning message guides users to stop using it
26