forked from exxeleron/yak
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
81 lines (64 loc) · 3.57 KB
/
CHANGELOG.txt
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
------------------------------------------------------------------------------
yak 3.3.0 [2016.xx.xx]
------------------------------------------------------------------------------
- Add new command: kill
- Rework component status persistence and detection
- Handling of detached components
- Remove stopWait configuration parameter
- PIDs in status file are no longer removed
- Commands: out/err/log can be applied to more than one component in single execution
- Improve performance: roll log file lookup for q components
- Fix: wsfull status detection
- psutil library upgraded to 4.3.0
- configobj upgraded to 5.0.6
------------------------------------------------------------------------------
yak 3.2.0 [2015.09.14]
------------------------------------------------------------------------------
- psutil library update
- Remove stale PID from status file for TERMINATED/STOPPED components
while accessing is_alive property (e.g. info command)
- Reduced wait time during components bootstrap/teardown
- Allow to define multiple q runtime environments in system configuration
------------------------------------------------------------------------------
yak 3.1.3 [2015.07.10]
------------------------------------------------------------------------------
- Export ECM_VERSION in bootstrapped process environmental variables
- Remove stale code
- Fix: casting in mem_rss/mem_vms retrieval
- Fix: WSFULL check for large stderr capture
------------------------------------------------------------------------------
yak 3.1.2 [2015.05.27]
------------------------------------------------------------------------------
- Extend command aliases functionality
- Silent mode for components
- Fix: race condition in mem_rss/mem_vms retrieval
------------------------------------------------------------------------------
yak 3.1.1 [2015.05.11]
------------------------------------------------------------------------------
- Filtering by component status support for info command
------------------------------------------------------------------------------
yak 3.1.0 [2014.12.09]
------------------------------------------------------------------------------
- Experimental: Mac OS X support (via PyInstaller)
- Introduce command aliases
- Add inversion modifier for listing components and/or groups
- Add utc/local switch (timestampMode flag) for stamping start/stop times
- Reverse order of components while executing stop and interrupt commands
- Components started via console command are now visible in system status
- Fix: exit code for console command always indicates error
- Fix: caching of overwritten component arguments in shell mode
------------------------------------------------------------------------------
yak 3.0.2 [2014.07.18]
------------------------------------------------------------------------------
- uFile attribute is now normalized to platform dependent representation
- Configuration parsing: explicit NULL values are treated same as empty values
------------------------------------------------------------------------------
yak 3.0.1 [2014.06.05]
------------------------------------------------------------------------------
- Add new configuration field: commonLibs
- Remove obsolete configuration fields: kdbUser, kdbPassword
------------------------------------------------------------------------------
yak 3.0 [2014.04.30]
------------------------------------------------------------------------------
- Management of kdb+ and generic processes on a single host
- Compatibility with Enterprise Components 3.0