From 647c2c794f5d0a54cb2c9a3419e6c94670336d8e Mon Sep 17 00:00:00 2001 From: David Dierickx Date: Mon, 18 Nov 2024 10:53:01 +0100 Subject: [PATCH] Updated release notes --- CHANGELOG.md | 16 +++++++++++++--- docs/content/1_release_notes/_index.md | 17 ++++++++++++++--- package.json | 2 +- 3 files changed, 28 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f9f7efa..322b1a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,20 @@ # Changelog -## v2.0.5 +## v2.1.0 -### Bug +### Bug Fixes + +- Resolved issue where only one result was returned when multiple assets were queried in the asset property query. +- Corrected results for asset property queries using a regular expression. +- Ensured re-rendering after mount completion in the query editor. +- Fixed saving of Grafana variables in annotation queries. +- Addressed issue where aggregation reset to 'last' instead of clearing. + +### Changes -- Only a single result was returned when multiple assets were queried in the asset property query. +- Enabled aggregation over the entire time period of a dashboard. +- Added variable query for distinct event property values (requires historian > v7.2.0). +- Introduced support for value filters in time series queries (requires historian > v7.1.0). ## v2.0.4 diff --git a/docs/content/1_release_notes/_index.md b/docs/content/1_release_notes/_index.md index 2067caf..7c72fbd 100644 --- a/docs/content/1_release_notes/_index.md +++ b/docs/content/1_release_notes/_index.md @@ -21,11 +21,22 @@ This is the compatibility matrix for version listed on this page. If you have do | <= v1.2.x | <= v6.3.x | | >= v2.x | > v6.3 | -## v2.0.5 +## v2.1.0 -### Bug +### Bug Fixes + +- Resolved issue where only one result was returned when multiple assets were queried in the asset property query. +- Corrected results for asset property queries using a regular expression. +- Ensured re-rendering after mount completion in the query editor. +- Fixed saving of Grafana variables in annotation queries. +- Addressed issue where aggregation reset to 'last' instead of clearing. + +### Changes + +- Enabled aggregation over the entire time period of a dashboard. +- Added variable query for distinct event property values (requires historian > v7.2.0). +- Introduced support for value filters in time series queries (requires historian > v7.1.0). -- Only one result was while multiple assets where queried in the asset property query. ## v2.0.4 diff --git a/package.json b/package.json index 63b3161..93114f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "factry-historian-datasource", - "version": "2.0.5", + "version": "2.1.0", "description": "A datasource plugin for Factry Historian", "scripts": { "build": "webpack -c ./.config/webpack/webpack.config.ts --env production",