-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNEWS
129 lines (89 loc) · 4.49 KB
/
NEWS
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
. Here we try to point out changes that may be of importance for CC users mainly.
. CC users in this context are those who administer CC or base their products on it.
. Internal changes, that are mainly of interest for CC developers, can be found in CC repo log, not here.
* ver. 0.8.7 (2013-feb-01)
- Reduced CPU and memory load of cc.daemon.logtail (LogfileTailer)
- Added explicit support for binary files in cc.daemon.logtail (can be used with text logs too)
- Improved InfoWriter & TailWriter (more configurable and robust)
* ver. 0.8.6 (2013-jan-09)
- Added cc.handler.filter for selective dropping of messages
- Fixes and amendments
* ver. 0.8.5 (2012-nov-08)
- Fixes and amendments
* ver. 0.8.4 (2012-oct-10)
- Added support for writing .info file (info & stats about running CC & env)
- Added handler Delay (cc.handler.delay) for delaying all received messages
- Added config option 'stats-period' (defaults to 30s)
- Fixes
* ver. 0.8.3 (2012-sep-12)
- Fixed dreaded unlimited memory growth when connection to remote peer is down
- ZMQ options can be configured for all (appropriate) handlers and daemons
- Improvements & Fixes (Windows, stats, ulimit, dependency, zstop, etc)
* ver. 0.8.2 (2012-aug-05)
- Fixes
* ver. 0.8.1 (2012-jul-18)
- Fixed setup
* ver. 0.8 (2012-jul-17)
- File writers reworked to take advantage of parallelism (multithreading)
- Added optional link monitoring to proxy handler (requires client ver. 0.7.10)
- Added CC counterpart to Martin's pg_logforward module + example plugins
- Improved and extended server statistic counters (configurable)
- Added support for ZMQ's TCP keepalive (on by default if available)
- Blobs are used by default now (requires client ver. 0.7.3)
- Various fixes and amendments
* ver. 0.7.10 (2012-may-31)
- Added echo (a.k.a. ping) service (handler / sender / monitor)
- Decoupled stats sending from folder checking period in InfoSender
- Made ZMQ parameters configurable for ProxyHandler too
* ver. 0.7.9 (2012-may-23)
- Various fixes (Windows, ZMQ, etc)
* ver. 0.7.8 (2012-mar-31)
- Added new operating mode to log tailing -- 'rotated'
- Added support for optional msg type suffix for info & log msgs
- Various fixes
* ver. 0.7.7 (2012-feb-21)
- Added file position checking into log tailing
- Changed behaviour of cc.daemon.logtail, it can follow logs w/o skipping now.
- Added support for other size units in config options -- B, KB, MB, GB, etc.
- Added --config option to taskclient
* ver. 0.7.6 (2012-feb-01)
- Fixed upgrading issue (with Debian's CDBS)
* ver. 0.7.5 (2011-dec-16)
- Added compression support in LogfileTailer (cc.daemon.logtail)
- Fixed bug where log level was not passed to CC daemons (jobs)
- Reworked pid files for subprocesses (jobs, tasks)
- Logging reworked, verbosity increased by multiple -v options
- Depend on skytools >= 3.0.git.111215 to get working logging
* ver. 0.7.4 (2011-dec-09)
- Make ZMQ parameters configurable (defaults: zmq_nthreads=1, zmq_linger=500, zmq_hwm=50).
- Make msg check time window configurable and disabled by default. (cms-time-window=0)
* ver. 0.7.3 (2011-dec-01)
- Log tailing improved (blob support, files flushing, configuration, statistics, and more)
- Added support for saving compressed files in TailWriter (gzip, bzip2)
- Added blob support for InfoScript, InfoSender, InfoWriter
- Improved blob handling (speed-up) when no crypto involved
- Added script zstop.sh (stopping CC cleanly instead of terminating)
- Added CC regression tests and framework
- Added more stat counters all over CC
- Logging reworked and cleaned up
- Various fixes
* ver. 0.7.2 (2011-nov-04)
- Added preview tailer for rotated log files (cc.daemon.logtail, cc.handler.tailwriter)
- Added handler Disposer (cc.handler.disposer)
- Various fixes
* ver. 0.7 (2011-oct-14)
- Allow '*' as route pattern (meaning all messages)
- Added client-side task manager and sample client
- Improved Debian packaging and scripts
- Various amendments
* ver. 0.6 (2011-sep-28)
- Added generic task executor (cc.daemon.taskrunner)
- Added support for compression (gzip, bzip2) of (info)files in InfoScript, InfoSender, InfoWriter
- Added automatic daemon restarting in JobMgr (and some config options)
- Added support for multiple handlers per request (msgtype)
- Added config option 'filemask' for InfoSender (cc.daemon.infosender)
- Added config options 'route-lifetime' and 'maint-period' for TaskRouter handler
- Fixed JobMgr message handling and made it robust (replying with proper error message)
- Clean up of message types (requests)
- Better logging
- Fixes