Commit e18d35ad by Sofia Papagiannaki Committed by GitHub

Docs: What's new in Grafana v6.6 Draft (#21562)

* Docs: What's new in Grafana v6.6 Draft
parent 9ebd99d5
......@@ -60,8 +60,8 @@ aliases = ["/docs/grafana/v1.1", "/docs/grafana/latest/guides/reference/admin",
<h4>Provisioning</h4>
<p>Learn how to automate your Grafana configuration.</p>
</a>
<a href="{{< relref "guides/whats-new-in-v6-5.md" >}}" class="nav-cards__item nav-cards__item--guide">
<h4>What's new in v6.5</h4>
<a href="{{< relref "guides/whats-new-in-v6-6.md" >}}" class="nav-cards__item nav-cards__item--guide">
<h4>What's new in v6.6</h4>
<p>Explore the features and enhancements in the latest release.</p>
</a>
......
+++
title = "What's New in Grafana v6.6"
description = "Feature and improvement highlights for Grafana v6.6"
keywords = ["grafana", "new", "documentation", "6.6"]
type = "docs"
[menu.docs]
name = "Version 6.6"
identifier = "v6.6"
parent = "whatsnew"
weight = -16
+++
# What's New in Grafana v6.6
For all details, read the full [CHANGELOG.md](https://github.com/grafana/grafana/blob/master/CHANGELOG.md)
## Highlights
Grafana 6.6 comes with a lot of new features and enhancements:
- **Panels:** New Stat panel
- **Panels:** New News panel
- **New time picker**
- **User-configurable units**
- [**Alerting enhancements**]({{< relref "#alerting-enhancements" >}})
- **Explore:** Added log message line wrapping options for logs
- **Graphite:** Added Metrictank dashboard to Graphite datasource
- **Loki:** Support for template variable queries
- **Postgres/MySQL/MSSQL:** Added support for region annotations
- **Explore:** Added ability to specify step with Prometheus queries
- [**Security:** Added disabled option for cookie samesite attribute]({{< relref "#cookie-management-modifications" >}})
- **TablePanel, GraphPanel:** Exclude hidden columns from CSV
More details will be added as we're getting closer to the stable release.
## Alerting enhancements
- We have introduced a new configuration for enforcing a minimal interval between evaluations, to reduce load on the backend.
- The email notifier can now optionally send a single email to all recipients.
- OpsGenie, PagerDuty, Threema, and Google Chat notifiers have been updated to send additional information.
## Cookie management modifications
In order to align with a [change in Chrome 80](https://www.chromestatus.com/feature/5088147346030592), a breaking change has been introduced. The `[security]` setting `cookie_samesite` configured to `none` now renders cookies with `SameSite=None` attribute contrary to the previous behavior where no `SameSite` attribute was added to cookies. To get back the old behavior, you must set `cookie_samesite` to `disabled`.
\ No newline at end of file
......@@ -175,6 +175,8 @@
- name: What's New In Grafana
link: /whatsnew/
children:
- name: Version 6.6
link: /guides/whats-new-in-v6-6/
- name: Version 6.5
link: /guides/whats-new-in-v6-5/
- name: Version 6.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment