Skip to content

Commit d8e2192

Browse files
committed
Updated version to 1.5.4
1 parent cfc5fa8 commit d8e2192

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1-
# vNext
1+
# 1.5.4 (2014-04-13)
2+
### New features and improvements
23
- InfluxDB enhancement: support for multiple hosts (with retries) and raw queries (Issue #318, thx @toddboom)
34
- Added rounding for graphites from and to time range filters
45
for very short absolute ranges (Issue #320)
56
- Increased resolution for graphite datapoints (maxDataPoints), now equal to panel pixel width. (Closes #5)
67
- Improvement to influxdb query editor, can now add where clause and alias (Issue #331, thanks @mavimo)
78
- New config setting for graphite datasource to control if json render request is POST or GET (Issue #345)
89
- Unsaved changes warning feature (Issue #324)
9-
- Fixes to filters and "All" option. It now never uses "*" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
10-
- Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley
1110
- Improvement to series toggling, CTRL+MouseClick on series name will now hide all others (Issue #350)
11+
12+
### Changes
1213
- Graph default setting for Y-Min changed from zero to auto scalling (will not effect existing dashboards). (Issue #386) - thx @kamaradclimber
1314

15+
### Fixes
16+
- Fixes to filters and "All" option. It now never uses "*" as value, but all options in a {node1, node2, node3} expression (Issue #228, #359)
17+
- Fix for InfluxDB query generation with columns containing dots or dashes (Issue #369, #348) - Thanks to @jbripley
1418

1519

1620
# 1.5.3 (2014-04-17)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"company": "Coding Instinct AB"
55
},
66
"name": "grafana",
7-
"version": "1.5.3",
7+
"version": "1.5.4",
88
"repository": {
99
"type": "git",
1010
"url": "http://github.com/torkelo/grafana.git"

0 commit comments

Comments
 (0)