|
|
@@ -1,10 +1,39 @@
|
|
|
-# 2.1.2 (unreleased)
|
|
|
+# 2.2 (unreleased)
|
|
|
+
|
|
|
+** New Feature: Mix data sources **
|
|
|
+A built in data source is now available named `-- Mixed --`, When picked in the metrics tab,
|
|
|
+it allows you to add queries of differnet data source types & instances to the same graph/panel!
|
|
|
+[Issue #436](https://github.com/grafana/grafana/issues/436)
|
|
|
+
|
|
|
+** Other new Features && Enhancements**
|
|
|
+- [Issue #2457](https://github.com/grafana/grafana/issues/2457). Admin: admin page for all grafana organizations (list / edit view)
|
|
|
+- [Issue #1186](https://github.com/grafana/grafana/issues/1186). Time Picker: New option `today`, will set time range from midnight to now
|
|
|
+
|
|
|
+**Fixes**
|
|
|
+- [Issue #2574](https://github.com/grafana/grafana/issues/2574). Snapshot: Fix for snapshot with expire 7 days option, 7 days option not correct, was 7 hours
|
|
|
+- [Issue #2568](https://github.com/grafana/grafana/issues/2568). AuthProxy: Fix for server side rendering of panel when using auth proxy
|
|
|
+- [Issue #2490](https://github.com/grafana/grafana/issues/2490). Graphite: Dashboard import was broken in 2.1 and 2.1.1, working now
|
|
|
+- [Issue #2565](https://github.com/grafana/grafana/issues/2565). TimePicker: Fix for when you applied custom time range it did not refreh dashboard
|
|
|
+- [Issue #2563](https://github.com/grafana/grafana/issues/2563). Annotations: Fixed issue when html sanitizer failes for title to annotation body, now fallbacks to html escaping title and text
|
|
|
+- [Issue #2564](https://github.com/grafana/grafana/issues/2564). Templating: Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url)
|
|
|
+
|
|
|
+**Breaking Changes**
|
|
|
+- Notice to makers/users of custom data sources, there is a minor breaking change in 2.2 that
|
|
|
+require an update to custom data sources for them to work in 2.2. [Read this doc](https://github.com/grafana/grafana/tree/master/docs/sources/datasources/plugin_api.md) for more on the
|
|
|
+data source api change.
|
|
|
+
|
|
|
+# 2.1.3 (2015-08-24)
|
|
|
+
|
|
|
+**Fixes**
|
|
|
+- [Issue #2580](https://github.com/grafana/grafana/issues/2580). Packaging: ldap.toml was not marked as config file and could be overwritten in upgrade
|
|
|
+- [Issue #2564](https://github.com/grafana/grafana/issues/2564). Templating: Another atempt at fixing #2534 (Init multi value template var used in repeat panel from url)
|
|
|
+
|
|
|
+# 2.1.2 (2015-08-20)
|
|
|
|
|
|
**Fixes**
|
|
|
- [Issue #2558](https://github.com/grafana/grafana/issues/2558). DragDrop: Fix for broken drag drop behavior
|
|
|
- [Issue #2534](https://github.com/grafana/grafana/issues/2534). Templating: fix for setting template variable value via url and having repeated panels or rows
|
|
|
|
|
|
-
|
|
|
# 2.1.1 (2015-08-11)
|
|
|
|
|
|
**Fixes**
|