Skip to content

Releases: JeffersonLab/myquery

v6.1.3

22 Apr 16:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v6.1.2...v6.1.3

v6.1.2

11 Apr 13:55
Compare
Choose a tag to compare
  • GitHub Action workflow updates

Full Changelog: v6.1.1...v6.1.2

v6.1.1

11 Apr 13:51
Compare
Choose a tag to compare
  • GitHub Action workflow updates

Full Changelog: v6.1.0...v6.1.1

v6.1.0

12 Dec 20:01
8110736
Compare
Choose a tag to compare

Overview

This addresses issues #19. The latest jmyapi supports to sampling strategies, sample from the stream of a single query or making a query per sample point. myquery/mysampler now lets the user select which strategy to pursue.

v6.0.2

26 Sep 18:50
Compare
Choose a tag to compare
  • Updated release metadata

Full Changelog: v6.0.1...v6.0.2

v6.0.1

26 Sep 18:42
Compare
Choose a tag to compare
  • Updated docker publish plugin

Full Changelog: v6.0.0...v6.0.1

v6.0.0

26 Sep 18:31
4d4a4fd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v6.0.0

v5.0.0

11 Aug 15:52
fffb016
Compare
Choose a tag to compare

Overview

This new version updates the output format and so may be a breaking change for clients depending on how they had been checking for data values and type. Now, any non-disconnect event will present a value, while every non-UPDATE event will present a type. This is in keeping with other mya tools including the CLI mya tools (myget, etc.).

A small fix was made to the mysampler endpoint so that it generates a different error code on individual PV errors that affect the entire request.

What's Changed

Full Changelog: v4.0.1...v5.0.0

v4.0.1

20 Jun 17:08
e77fc2e
Compare
Choose a tag to compare

Overview

This release fixes a jsonp format issue with the mystats endpoint (#9).

What's Changed

Full Changelog: v4.0.0...v4.0.1

v4.0.0

17 May 17:26
b1ceeb1
Compare
Choose a tag to compare

Overview

This release updates the behavior of the mystats and mysampler endpoints. They now support multiple channels in a single query. This changes the output format necessitating the major version change.

What's Changed

Full Changelog: v3.0.0...v4.0.0