Skip to content

Commit

Permalink
Merge pull request #140 from sasaki77/release-1.5.0
Browse files Browse the repository at this point in the history
REL: update for 1.5.0 release
  • Loading branch information
sasaki77 authored Mar 31, 2023
2 parents f8e4a58 + 9318e48 commit 3414a98
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 5 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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)

Expand All @@ -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
Expand Down
18 changes: 16 additions & 2 deletions docs/releases.md
Original file line number Diff line number Diff line change
@@ -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**
Expand Down Expand Up @@ -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

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

0 comments on commit 3414a98

Please sign in to comment.