diff --git a/CHANGELOG.md b/CHANGELOG.md index b40c5ac7354..0b9b2d728af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.json b/package.json index 7d0203c5a79..e76ff9b0df4 100644 --- a/package.json +++ b/package.json @@ -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"