Skip to content

Commit

Permalink
Updated release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
diericd committed Nov 18, 2024
1 parent 472e7cd commit 647c2c7
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 7 deletions.
16 changes: 13 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
17 changes: 14 additions & 3 deletions docs/content/1_release_notes/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 647c2c7

Please sign in to comment.