From 9318e486e787244e48a3a04c1803d53c447adf28 Mon Sep 17 00:00:00 2001 From: Shinya Sasaki Date: Fri, 31 Mar 2023 10:48:54 +0900 Subject: [PATCH] REL: update for 1.5.0 release --- CHANGELOG.md | 16 ++++++++++++++-- docs/releases.md | 18 ++++++++++++++++-- package.json | 2 +- 3 files changed, 31 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80cc004..234f41a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Change Log +## 1.5.0 (2023-03-31) + +### Enhancements +- Migrate @grafana/toolkit to @grafana/plugin-tools +- **Frontend**: Update components in the query editor with Segment UI and Select UI components +- **Frontend**: Update components to use InlineSwitch and InlineField instead of LegacyForms.Switch +- **Frontend**: Debounce the loading of PV names in 200 msec to reduce the number of requests made to the Archiver Appliance server +- **Backend**: Return frames even if a response error occurs + +### Bug fixes +- **Frontend**: Fix the alias pattern label so that it appears as just Pattern + ## 1.4.4 (2022-11-09) ### Bug fixes @@ -86,7 +98,7 @@ ### Bug fixes - Fix stream parameters to be able to use variables -- Fix the problem that all plots were displayed with the name "values" when using the back end data source +- Fix the problem that all plots were displayed with the name "values" when using the back end data source ## 1.3.0 (2021-03-05) @@ -102,7 +114,7 @@ ## 1.2.0 (2020-10-30) ### Features / Enhancements -- Support array data +- Support array data - Add `Array to Scalar` functions - Add `movingAverage` function - Improve query process to retrieve data from Archiver Appliance efficiently diff --git a/docs/releases.md b/docs/releases.md index f589d1a..35abe29 100644 --- a/docs/releases.md +++ b/docs/releases.md @@ -1,4 +1,18 @@ # Release Notes +## 1.5.0 + +**2023-03-31** + +### Enhancements +- Migrate @grafana/toolkit to @grafana/plugin-tools +- **Frontend**: Update components in the query editor with Segment UI and Select UI components +- **Frontend**: Update components to use InlineSwitch and InlineField instead of LegacyForms.Switch +- **Frontend**: Debounce the loading of PV names in 200 msec to reduce the number of requests made to the Archiver Appliance server +- **Backend**: Return frames even if a response error occurs + +### Bug fixes +- **Frontend**: Fix the alias pattern label so that it appears as just Pattern + ## 1.4.4 **2022-11-09** @@ -106,7 +120,7 @@ ### Bug fixes - Fix stream parameters to be able to use variables -- Fix the problem that all plots were displayed with the name "values" when using the backend data source +- Fix the problem that all plots were displayed with the name "values" when using the backend data source ## 1.3.0 @@ -126,7 +140,7 @@ **2020-10-30** ### Features / Enhancements -- Support array data +- Support array data - Add `Array to Scalar` functions - Add `movingAverage` function - Improve query process to retrieve data from Archiver Appliance efficiently diff --git a/package.json b/package.json index ffbe2a3..5215bb8 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "sasaki77-archiver-appliance", "alerting": true, "private": true, - "version": "1.4.4", + "version": "1.5.0", "description": "ArchiverAppliance", "main": "index.js", "scripts": {