Skip to main content

What's new

Static Data Source 2.2.0

March 27, 2023

  • Added examples for Node Graph, Base64, Pie Chart, and Logs panels in Documentation.
  • Updated Variable replacement to support Scoped Variables.
  • Updated to the latest Grafana 9.4.3 toolkit and workflows.

Data Manipulation 2.8.0

March 16, 2023

  • Added String, Number Type selection for Select and Radio options.
  • Added Lookup options for Disabled elements.
  • Added support for DELETE requests.
  • Added "Buttons only" Layout to do GET/POST/DELETE requests.
  • Added panel padding configuration to allow using of panel's space corner to corner.
  • Refactored documentation and API Servers examples for MySQL, PostgreSQL, and Deno.
  • Updated to the latest Grafana 9.4.3 toolkit.

Grafana HTTP API Data Source 1.1.0

March 15, 2023

  • Signed as a community plugin and available in Grafana Cloud and On-Premises.
  • Updated Plugin configuration, types and README.
  • Updated to the latest Grafana 9.4.3 toolkit.

Dynamic Text Panel 3.1.0

March 12, 2023

  • Added Time Zone and Range parameters for JavaScript Code.
  • Added Replace variables and Location service parameters for Javascript Code.
  • Updated replace variables with scoped function. Dashboard variables now work with repeat panels.
  • Updated to the latest Grafana 9.4.3.

Calendar Panel 1.3.0

March 11, 2023

  • Added option to display colors based on Event or Frame id if the Color field is not specified.
  • Added support for Color schemes.
  • Added labels split to display in the drawer.
  • Added Annotation tags as labels.
  • Updated multi-day intervals to auto-align events weekly.

Base64 Image/Video/Audio/PDF Panel 3.5.0

March 7, 2023

  • Removed panel padding allowing to use of panel's space corner to corner.
  • Updated to the latest Grafana 9.4.3 toolkit and workflows.

Apache ECharts Panel 4.2.0

March 4, 2023

  • Added EventBus parameter to publish events.
  • Removed panel padding allowing to use of panel's space corner to corner.
  • Updated default background to transparent for Light and Dark themes.
  • Updated to the latest Grafana 9.4.3 toolkit and workflows.

Grafana HTTP API Data Source 1.0.0

March 2, 2023

  • Allows connecting to Local and Remote Grafana instances via HTTP API using API Keys and Tokens.
  • Tested with Grafana HTTP API versions 8.5+. It may work with previous versions.
  • Allows retrieving Health information, Annotations, Alerts, and Data Sources.
  • Supports Dashboard annotations to display filtered annotations and alerts.
  • Based on the Grafana 9.3.6 toolkit and workflows.

Calendar Panel 1.2.0

February 23, 2023

  • Added event colors based on Threshold configuration.
  • Added support for the Week Start (Monday, Sunday) configured in Grafana.
  • Added an option to display the time for the events.
  • Updated Drawer (Sidebar) for the new design using Cards.
  • Updated to the latest Grafana 9.3.6 toolkit and workflows.
  • Refactored legacy code and migrated to Theme v2.
  • Removed panel padding and updated styles for a modern look and feel.

Dynamic Text Panel 3.0.0

February 19, 2023

  • Added Styles editor.
  • Added Code Syntax Highlight.
  • Introduced selecting optional editors to display, which are hidden by default. Editors with updated values are always displayed.
  • Removed panel padding. Padding can be added using the Styles editor.
  • Updated to the latest Grafana 9.3.6 toolkit and workflows.

Grafana Development Templates 2.2.0

February 16, 2023

  • Updated to the latest Grafana toolkit 9.3.6.
  • Updated CI and Release workflows.
  • Updated README, and configuration.
  • Added screenshots and updated plugin JSON file.

Apache ECharts Panel 4.1.0

January 12, 2023

  • Added Streaming Support for WebSockets and Grafana Live.
  • Added Data Zoom feature updating Time Range similar to the TimeSeries panel to the initial options.
  • Updated Documentation answering community questions.

Dynamic Text Panel 2.2.0

January 9, 2023

  • Added JavaScript Code Editor to add Handlebars helpers and Event handlers.
  • Finished refactoring of internal components.
  • Migrated Styles to Grafana Theme v2.
  • Added {{json @root}} and {{split String ','}} helpers.
  • Updated CSS to fit images to the screen.
  • Supported Internationalization using custom helpers.

Base64 Image/Video/Audio/PDF Panel 3.4.0

January 8, 2023

  • Updated to the latest Grafana toolkit 9.3.2.
  • Updated README and documentation to explain how to use the panel with data sources and supported formats.
  • "New Year" edition.

Static Data Source 2.1.0

December 29, 2022

  • Finished refactoring.
  • Updated to the latest Grafana toolkit 9.3.2.
  • Introduced new features for the Time, Number, and String fields.
  • Refactoring may introduce breaking changes. Please test before upgrading in Production.

Apache ECharts Panel 4.0.0

December 20, 2022

Calendar Panel 1.1.0

December 12, 2022

  • Updated to the latest Grafana toolkit 9.3.1.
  • Added Annotations support.
  • Refactored legacy code, and increased test coverage.

Dynamic Text Panel 2.1.0

November 27, 2022

  • Community-submitted PRs and features.
  • Added Monaco Code Editor.
  • Major refactoring and increased test coverage to continue improving the plugin with the requested functionality.
  • Refactoring may introduce breaking changes. Please test before upgrading in Production.

Data Manipulation Panel 2.7.0

November 10, 2022

  • Community-requested updates for Payload.
  • Update Request parameters.
  • Grafana-style success/error notifications.
  • The code editor for Initial and Update requests was improved with suggestions for variables and parameters.