blob: 16885b5aef55331d21fc33f323b1991fe43ca887 (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
|
2017.??.?? -- Version 0.2.0
* major rewrite of hub
- replaced sqlite with bolt-db which is much faster
- added sanity checking for incoming data updates
- added support for GeoIP lookups
- added support for IP address anonymization
- Web API has completely changed
- forwarding using multiple hops works now
- added forwarding to Piwik
- drop vizualisation (viz)
2016.10.17 -- Version 0.1.4
* s5proxy support for sfive stats
2016.10.15 -- 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
|