|
| 1 | +## 2014-12-26 Release 3.1.0 |
| 2 | + |
| 3 | +### Backwards-incompatible changes: |
| 4 | + |
| 5 | +There are no known backwards compat changes, please add them to the |
| 6 | +CHANGELOG if you find one. |
| 7 | + |
| 8 | +### Summary: |
| 9 | + |
| 10 | +This release introduces support for 3 new plugins, new parameters for existing |
| 11 | +plugins, bugfixes, doc improvments and basic acceptance tests with beaker. |
| 12 | + |
| 13 | +### New Plugins: |
| 14 | + |
| 15 | +* Add conntrack module |
| 16 | +* Add cpufreq plugin |
| 17 | +* Add collectd::plugin::zfs_arc |
| 18 | + |
| 19 | +### Features: |
| 20 | + |
| 21 | +* filecount: support all options |
| 22 | +* plugin::python introduce ensure parameter |
| 23 | +* Make plugins passing the $interval parameter |
| 24 | +* Support LogSendErrors on the write_graphite plugin |
| 25 | +* curl: fix handling of some parameters |
| 26 | +* curl_json: Support reading from a unix socket |
| 27 | +* Adding support for WriteQueueLimitLow & WriteQueueLimitHigh, which were added in collectd 5.4 |
| 28 | + |
| 29 | +### Bugs/Maint: |
| 30 | + |
| 31 | +* Lintian fixes |
| 32 | +* Ensure variable using 'false' will be interpreted. |
| 33 | +* Cleaning the now redundant LoadPlugin declaration |
| 34 | +* Uses the LoadPlugin syntax with bracket when supported |
| 35 | +* Fix Puppet deprecation warning |
| 36 | +* Add "" to Hostname |
| 37 | +* Double quote the csv plugin DataDir. |
| 38 | +* write_http: StoreRates is a bool, not a string |
| 39 | +* curl : 'MeasureResponseTime' needs exactly one boolean argument |
| 40 | +* Add collectd-apache package needed on RedHat |
| 41 | +* Variables in templates should use @-notation |
| 42 | + |
| 43 | +### Tests: |
| 44 | + |
| 45 | +* Basic acceptance test with beaker |
| 46 | +* Add rspec test to ensure the bracket syntax is using when available |
| 47 | +* Fix travis by using plabs gemfile |
| 48 | + |
| 49 | +### Docs: |
| 50 | + |
| 51 | +* Add conntrack to README.md |
| 52 | +* Add cpufreq plugin doc |
| 53 | +* README.md: Fixed example entropy snippet. |
| 54 | + |
1 | 55 | ## 2014-10-04 Release 3.0.1 |
2 | 56 |
|
3 | 57 | ### Backwards-incompatible changes: |
|
0 commit comments