Update change log

This commit is contained in:
Alexander Zobnin
2022-02-17 16:37:26 +03:00
parent afb90c9643
commit 1ea3e97886

View File

@@ -1,5 +1,15 @@
# Change Log
## [4.2.5] - 2022-02-17
### Fixed
- Problems panel: error when attempting to click on info button, [#1357](https://github.com/alexanderzobnin/grafana-zabbix/issues/1357)
- Error parsing regexp: invalid or unsupported Perl syntax, [#1318](https://github.com/alexanderzobnin/grafana-zabbix/issues/1318)
- json: cannot unmarshal number into Go struct field TimeSeriesData.series.TS of type int64, [#1320](https://github.com/alexanderzobnin/grafana-zabbix/issues/1320)
- json: cannot unmarshal number into Go struct field QueryModel.queryType of type string, [#1342](https://github.com/alexanderzobnin/grafana-zabbix/issues/1342)
- Grafana does not get units from Zabbix in 4.2, [#1321](https://github.com/alexanderzobnin/grafana-zabbix/issues/1321)
## [4.2.4] - 2021-09-27
### Fixed