Skip to content

Releases: sasaki77/archiverappliance-datasource

1.4.0

12 Sep 00:15
9c2948d
Compare
Choose a tag to compare

Enhancements

  • Backend: Add alias feature (#85)
  • Backend: Add array feature (#87)
  • Frontend: Add array format option function (#89)
  • Backend: Support template variables in Backend (#90)
  • Backend: Add Array to Scalar functions in Backend (#92)
  • Backend: Support last operator in backend (#94)
  • Backend: Add disableAutoRaw and maxNumPVs function support in Backend (#95)
  • Backend: Add array format option function for Backend (#100)

Bug fixes

  • Backend: Fix Scale and Offset functions to return data with PV name (#80)
  • Backend: Don't show hidden target in Backend (#81)
  • Backend: Enable auto binning interval for specified operator (#84)
  • Backend: Fix backend regex mode to support alternation (#91)
  • Backend: Enable extrapolation even if operator is not raw (#93)

1.3.5

20 Jun 04:52
1c59dec
Compare
Choose a tag to compare

Enhancements

  • Use tooltip UI for function control popup (#78)

Bug fixes

  • Backend: Fix "json: cannot unmarshal" error (#76)

1.3.4

13 Apr 05:03
c12b753
Compare
Choose a tag to compare

Breaking changes

  • Grafana v7.X.X or earlier is not supported from this version

Enhancements

  • Build system for documentaion uses myst-parser instead of commonmark (#72)

Bug fixes

  • Frontend: Fix initial value of function add button (#71)

1.3.3

14 Oct 16:34
18f4f66
Compare
Choose a tag to compare

Enhancements

  • Backend: Add pvname label to timeseries dataframe for multi-dimensional alerting (#63)

Bug fixes

  • Backend: Fix dataframe name from response to its PV name (#60)
  • Backend: Add display name to dataframe config to properly display legend (#61)
  • Frontend: Fix function adding button (#64)

1.3.2

09 Apr 06:48
baf88da
Compare
Choose a tag to compare

Enhancements

  • Backend / Frontend: Support PV name with recursive alternation (#47, #48)
  • Backend: Support Extrapolation for visualization (#50)

Bug fixes

  • Backend: Delta function faulted on 1-length datasets (#45)

1.3.1

23 Mar 07:02
9481f83
Compare
Choose a tag to compare

Features / Enhancements

  • Reduce query size when using backend data source for visualization (#38)
  • Support alternation pattern like (pv:1|pv:2):other with backend data source (#41)

Bug fixes

  • Fix stream parameters to be able to use variables (#33)
  • Fix the problem that all plots were displayed with the name "values" when using the back end data source (#35)

1.3.0

05 Mar 04:38
cc202db
Compare
Choose a tag to compare

Features / Enhancements

  • Add stream feature for live updating (#19)
  • Add Go Backend and alerts feature (#24)
  • Add "Use Backend" button for configuration (#27)
  • Add help text for the query fields (#20)

Bug fixes

  • Fix text width of Function parmeter during focusing on it (#16)

1.2.0

30 Oct 07:18
Compare
Choose a tag to compare

Features / Enhancements

  • Support array data (#10)
  • Add Array to Scalar functions (#11)
  • Add movingAverage function (#12)
  • Improve query process to retrieve data from Archiver Appliance efficiently (#13)

1.1.1

23 Oct 01:20
Compare
Choose a tag to compare

Features / Enhancements

  • Add disableExtrapol function (#7)
  • Fix testDatasource for datasource test (#8)
  • Change retrieving data format from json to qw (#9)

1.1.0

19 Oct 04:05
Compare
Choose a tag to compare

Features

  • Add extrapolation feature for raw operator (#4)
  • Add disableAutoRaw function
  • Add sort functions (#5)
  • Add last operator (#6)