Skip to content

v6.3.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@papagian papagian released this 10 Jul 16:22
· 25268 commits to master since this release
v6.3.0-beta1

Download Page
What's New Highlights
Release Notes

6.3.0-beta1 (2019-07-10)

Features / Enhancements

Bug Fixes

  • AddPanel: Fix issue when removing moved add panel widget . #17659, @dehrax
  • CLI: Fix encrypt-datasource-passwords fails with sql error. #18014, @marefr
  • Elasticsearch: Fix default max concurrent shard requests. #17770, @marefr
  • Explore: Fix browsing back to dashboard panel. #17061, @jschill
  • Explore: Fix filter by series level in logs graph. #17798, @marefr
  • Explore: Fix issues when loading and both graph/table are collapsed. #17113, @marefr
  • Explore: Fix selection/copy of log lines. #17121, @marefr
  • Fix: Wrap value of multi variable in array when coming from URL. #16992, @aocenas
  • Frontend: Fix for Json tree component not working. #17608, @srid12
  • Graphite: Fix for issue with alias function being moved last. #17791, @torkelo
  • Graphite: Fixes issue with seriesByTag & function with variable param. #17795, @torkelo
  • Graphite: use POST for /metrics/find requests. #17814, @papagian
  • HTTP Server: Serve Grafana with a custom URL path prefix. #17048, @jan25
  • InfluxDB: Fixes single quotes are not escaped in label value filters. #17398, @Panzki
  • Prometheus: Correctly escape '|' literals in interpolated PromQL variables. #16932, @Limess
  • Prometheus: Fix when adding label for metrics which contains colons in Explore. #16760, @tolwi
  • SinglestatPanel: Remove background color when value turns null. #17552, @druggieri