Updated version to 1.5.4

This commit is contained in:
Torkel Ödegaard 2014-05-13 19:08:46 +02:00
parent cfc5fa87d0
commit d8e2192179
2 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,5 @@
# vNext
# 1.5.4 (2014-04-13)
### New features and improvements
- InfluxDB enhancement: support for multiple hosts (with retries) and raw queries (Issue #318, thx @toddboom)
- Added rounding for graphites from and to time range filters
for very short absolute ranges (Issue #320)
@ -6,11 +7,14 @@
- Improvement to influxdb query editor, can now add where clause and alias (Issue #331, thanks @mavimo)
- New config setting for graphite datasource to control if json render request is POST or GET (Issue #345)
- Unsaved changes warning feature (Issue #324)
- Fixes to filters and "All" option. It now never uses "*" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
- Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley
- Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Issue #350)
### Changes
- Graph default setting for Y-Min changed from zero to auto scalling (will not effect existing dashboards). (Issue #386) - thx @kamaradclimber
### Fixes
- Fixes to filters and "All" option. It now never uses "*" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
- Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley
# 1.5.3 (2014-04-17)

View File

@ -4,7 +4,7 @@
"company": "Coding Instinct AB"
},
"name": "grafana",
"version": "1.5.3",
"version": "1.5.4",
"repository": {
"type": "git",
"url": "http://github.com/torkelo/grafana.git"