summaryrefslogtreecommitdiffstats
path: root/Changelog
blob: 25c39d69c22f5b60ded6965719fea8f0adc8205b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
0.2.7
* errors handled more gracefully, they are more helpful
* colorized error log messages
* interactive mode won't be ended by error so easily
* redone help command
* help command accepts command path
* added built-in commands - starting with ':'
* allowed for nesting into subcommands in interactive mode
* better tab completion
* added formatting properties to commands
* fixed --log-file option

0.2.6
* allow digits in command names and options

0.2.5
* terminate with exit code of the last executed command 
* exit interactive mode only on user request

0.2.4
* add get_computer_system() utility function
* require at least lmi shell v0.8
* correct support for lmi shell v0.8 and above

0.2.3
* made localhost a default host
* allow to have a fallback command for command multiplexers
* fixed rendering of instances when PROPERTIES are omitted

0.2.2
* double and single dash can now be used in usage strings
* fixed error handling
* improved logging of errors - handled the same way for all commands
* added [Log] LogToConsole configuration option
* added --notrace and --log-file options
* logging configuration fixes
* support for openlmi-python-base 0.2.1+

0.2.1
* compability fix for newer openlmi-tools
* enhanced check_result() method invocation
* fixed handling of verbosity parameter
* fixed handling of ARG_ARRAY_SUFFIX

0.2.0
* allow embedded credentials in urls of hosts
* allow to override default namespace from config and command line
* added OPT_NO_UNDERSCORES property
* commands api change: replace any sequence of characters matching [^a-z_]
with a single underscore, when renaming options to function arguments
* added LmiInstanceLister base command class
* fixed exit command
* added ARG_ARRAY_SUFFIX
* added --same-credentials flag
* fixed parsing of hosts file

0.1.1
* support for (non)verification of server-side certificates
* allowed *connection* to be an argument in command usage strings
* fixed command declaration checking
* relicensed to BSD
* added namespace property to end-point commands
* associated functions invoked with namespace rather then just connection
object

0.1.0
* initial version with dependency only on docopt