update change log

This commit is contained in:
Alexander Zobnin
2017-10-24 13:36:42 +03:00
parent c0691d1cd3
commit d56f306e7e

View File

@@ -11,8 +11,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Added ### Added
- PostgreSQL support for Direct DB Connection. - PostgreSQL support for Direct DB Connection.
- _Triggers_ query mode which allows to count active alerts by group, host and application, [#141](https://github.com/alexanderzobnin/grafana-zabbix/issues/141) - _Triggers_ query mode which allows to count active alerts by group, host and application, [#141](https://github.com/alexanderzobnin/grafana-zabbix/issues/141)
- `sortSeries()` function that allows to sort multiple timeseries by name, [#447](https://github.com/alexanderzobnin/grafana-zabbix/issues/447) - `sortSeries()` function that allows to sort multiple timeseries by name, [#447](https://github.com/alexanderzobnin/grafana-zabbix/issues/447), thanks for [@mdorenkamp](https://github.com/mdorenkamp)
- `percentil()` function - `percentil()` function, thanks for [@pedrohrf](https://github.com/pedrohrf)
- _Zabbix System Status_ example dashboard. - _Zabbix System Status_ example dashboard.
### Changed ### Changed
@@ -24,6 +24,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- "data points outside time range" error when there is no datapoints and aggregation function is used - "data points outside time range" error when there is no datapoints and aggregation function is used
- Missed Max data points option in Grafana 4.5+ - Missed Max data points option in Grafana 4.5+
- Missed query editor help in Grafana 4.5+ - Missed query editor help in Grafana 4.5+
- Alert threshold detection with `<=` `>=` `=` operators, thanks for [@akotynski](https://github.com/akotynski).
## [3.6.1] - 2017-07-26 ## [3.6.1] - 2017-07-26
### Fixed ### Fixed