Skip to content

Latest commit

 

History

History
71 lines (41 loc) · 1.52 KB

File metadata and controls

71 lines (41 loc) · 1.52 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.3.2] - 2024-05-28

Changed

  • Update neo4j-go-driver to v5.20.0

[1.3.1] - 2023-08-02

Changed

  • Set appropiate Grafana minVersion
  • Pass context from grafana api to neo4j for better handling of timeouts and query cancelations.

[1.3.0] - 2023-07-31

Added

  • Grafana 10 Support
  • CodeEditor with Syntax Highlight
  • Option to format result for nodeGraph visualization

Changed

  • Reduced Loglevel to Debug
  • Replaced deprecated Neo4J Driver methods

[1.2.0] - 2023-06-11

Changed

Fixed

  • #14: Error for null-value attribute

[1.1.0] - 2022-02-28

Changed

  • Use official name Neo4j instead of Neo4J
  • Use neo4j logo with blue background to support both dark and light theme. Logo was barely visible with the light theme.
  • Catch errors with connection details and prevent errors with internal network informations
  • Caching Neo4j driver in the backend

[1.1.0-beta]

Added

  • Changed to Backend Plugin
  • Queries can now be executed in variables (Issue #3)
  • neo4j password is stored and encrypted in secureJsonData

[1.0.1]

Changed

  • Change Organisation name

[1.0.0]

Initial release.