blob: 828542b55f35e16aafb64fe7d3e6964a3cf9117c (
plain) (
blame)
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
|
2016.10.13 -- Version 0.1.3
* s5proxy can now generate times (ie. Expires)
2016.10.13 -- Version 0.1.2
* improved s5proxy header mangling
2016.10.13 -- Version 0.1.1
* some build fixes for hub
* added minimal version of s5proxy
2015.10.17 -- Version 0.1.0
* first minor release
* bugfix for graphite forwaring of hub
2015.10.17 -- Version 0.0.8
* hub learned forwarding to graphite
* improved message size limit for daq plugins
2015.02.08 -- Version 0.0.7
* hub learned forwarding to elasticsearch
* change database schema to store all durations in milliseconds
* provide some elasticsearch queries
2014.10.25 -- Version 0.0.6
* improved forwarding perforance and error handling
* improved viz
2014.10.24 -- Version 0.0.5
* improved REST api for viz
* hub now supports forwarding
2014.10.23 -- Version 0.0.4
* improved viz
2014.10.23 -- Version 0.0.3
* viz inital support
* hub now exports data as json
* new database schema containing uuid for later use in remote push
2014.10.21 -- Version 0.0.2
* daq plugins now use stateless protocol
* hub supports unix datagram sockets now
* hub with basic support for dataset forwarding
2014.10.21 -- Version 0.0.1
* initial release
* daq plugins are mostly done
* initial hub
* no viz
|