]> arthur.barton.de Git - netdata.git/blob - ChangeLog
Prepare release 1.2.0
[netdata.git] / ChangeLog
1 netdata (1.2.0) - 2016-05-16
2
3  At a glance:
4
5  - netdata is now 30% faster
6  - netdata now has a registry (my-netdata dashboard menu)
7  - netdata now monitors Linux Containers (docker, lxc, etc)
8
9  IMPORTANT:
10  This version requires libuuid. The package you need is:
11
12   - uuid-dev (debian/ubuntu), or
13   - libuuid-devel (centos/fedora/redhat)
14
15  In detail:
16
17  * netdata is now 30% faster !
18
19    - Patches submitted by @fredericopissarra improved overall
20      netdata performance by 10%.
21
22    - A new improved search function in the internal indexes
23      made all searches faster by 50%, resulting in about
24      20% better performance for the core of netdata.
25
26    - More efficient threads locking in key components
27      contributed to the overal efficiency.
28
29  * netdata now has a CENTRAL REGISTRY !
30
31    The central registry tracks all your netdata servers
32    and bookmarks them for you at the 'my-netdata' menu
33    on all dashboards.
34
35    Every netdata can act as a registry, but there is also
36    a global registry provided for free for all netdata users!
37
38  * netdata now monitors CONTAINERS !
39    
40    docker, lxc, or anything else. For each container it monitors
41    CPU, RAM, DISK I/O (network interfaces were already monitored)
42
43  * apps.plugin: now uses linux capabilities by default
44    without setuid to root
45
46  * netdata has now an improved signal handler
47    thanks to @simonnagl
48
49  * API: new improved CORS support
50
51  * SNMP: counter64 support fixed
52
53  * MYSQL: more charts, about QCache, MyISAM key cache,
54    InnoDB buffer pools, open files
55
56  * DISK charts now show mount point when available
57
58  * Dashboard: improved support for older web browsers
59    and mobile web browsers (thanks to @simonnagl)
60
61  * Multi-server dashboards now allow de-coupled refreshes for
62    each chart, so that if one netdata has a network latency
63    the other charts are not affected
64
65  * Several other minor improvements and bugfixes
66  
67  
68 netdata (1.1.0) - 2016-04-20
69
70  Dozens of commits that improve netdata in several ways:
71
72  - Data collection: added IPv6 monitoring
73  - Data collection: added SYNPROXY DDoS protection monitoring
74  - Data collection: apps.plugin: added charts for users and user groups
75  - Data collection: apps.plugin: grouping of processes now support patterns
76  - Data collection: apps.plugin: now it is faster, after the new features added
77  - Data collection: better auto-detection of partitions for disk monitoring
78  - Data collection: better fireqos intergation for QoS monitoring
79  - Data collection: squid monitoring now uses squidclient
80  - Data collection: SNMP monitoring now supports 64bit counters
81  - API: fixed issues in CSV output generation
82  - API: netdata can now be restricted to listen on a specific IP
83  - Core and apps.plugin: error log flood protection
84  - Dashboard: better error handling when the netdata server is unreachable
85  - Dashboard: each chart now has a toolbox
86  - Dashboard: on-line help support
87  - Dashboard: check for netdata updates button
88  - Dashboard: added example /tv.html dashboard
89  - Packaging: now compiles with musl libc (alpine linux)
90  - Packaging: added debian packaging
91  - Packaging: support non-root installations
92  - Packaging: the installer generates uninstall script
93
94 netdata (1.0.0) - 2016-03-22
95
96  - first public release
97
98 netdata (1.0.0-rc.1) - 2015-11-28
99
100  - initial packaging