Skip to content

Latest commit

 

History

History
executable file
·
94 lines (50 loc) · 3.21 KB

CHANGELOG.md

File metadata and controls

executable file
·
94 lines (50 loc) · 3.21 KB

Changelog

v0.0.2

  • Fixes bug where time series with a country code not found in the country data crashes the panel.
  • Adds some extra country codes to the country data to be more similar to the MaxMind Country database.

v0.0.3

  • Support for lowercase country codes for non-elasticsearch datasources.

v0.0.4

  • Fixes snapshotting.

v.0.0.5

  • Adds support for json and jsonp endpoints for location data.

v.0.0.6

  • Adds decimal places option for data values in circle popovers.

v.0.0.7

  • Updates tile map urls to https to avoid mixed content warnings on https sites.

v.0.0.8

  • Saves location data in the dashboard json when snapshotting. This means snapshots should work even when using a custom endpoint for returning a location data json file.

v.0.0.9

  • Fixes bug that meant location data did not refresh after being changed in the editor. It required the page to be refreshed to reload it.

v.0.0.10

  • Performance fix for snapshotting. Sets maxdatapoints to 1 to minimize data that needs to be saved in the snapshot.

v.0.0.11

  • Zoom issue fix and adds a states options for USA states location data.

v.0.0.12

v.0.0.13

  • New location data option -> table data. Location data can now come from data sources other than graphite and Elasticsearch (InfluxDb for example). See table data instructions above on how to use it.

v.0.0.14

v.0.0.15

v.0.0.16

v.0.0.17

  • Adds Country data with 3-letter country codes.

v0.0.18

  • Fixes some coordinates in the country location data.
  • Last Geohash as center for the map - it centers the map on the last geohash position received. Useful for real time tracking (with auto refresh on in Grafana).

v0.0.19

Fix for Elasticsearch geohash maps after breaking change in Grafana 4.5.

v0.0.20

Small fixes.

v0.0.21

  • Support for new data source integration, the Dynamic JSON endpoint #103, thanks @LostInBrittany
  • Fix for using floats in thresholds #79, thanks @fabienpomerol
  • Fix for newly created Worldmap panels overflowing their boundaries.
  • Fix for legend css