Skip to content

Releases: archiver-appliance/epicsarchiverap

Minor bug fixes for SVG viewer

12 Oct 14:13
Compare
Choose a tag to compare
Pre-release

A couple of minor bug fixes for the SVG viewer; this fixes some invalid assertions in retrieval's multGet

Forcibly close sockets when proxying HTTP servers with KeepAlives

20 Sep 20:56
Compare
Choose a tag to compare

The JDK assumes that we want the client side to hang on to the connection when proxying HTTP servers with KeepAlives turned on. The appliance does indeed close the socket after the proxying is finished, but the JDK will still hang on to it. So, convert code that uses URLConnection to use Apache Commons HTTP instead.

Also, kickstarting the jar upgrades. This release upgrades the clustering jar.

Preliminary support for redis as a config database

22 Jun 17:24
Compare
Choose a tag to compare

Added preliminary support for using redis as a config database.
Added support for matching names from external appliances..

Some bug fixes
--> Do not try to determine V3 fields for V4 types (Thanks Heinz)
--> Fix boundary conditions for time-based iterators (Thanks Anton)
--> getAllPVs without the pv argument should include aliases (Thanks Jud)
--> Some other V4 integration fixes

Fix for regression with archiving fields

13 May 18:23
Compare
Choose a tag to compare

This fixes a regression with adding some fields to the archiver that was introduced in the previous release.

v0.0.1_SNAPSHOT_26-January-2016

27 Jan 02:01
Compare
Choose a tag to compare

This release is a bug fix release with one new feature

  • Michael Kenning added support for multi-PV retrieval (thanks, Michael).
    Please use retrieval/data/getDataForPVs. Multiple PVs are specified by repeating the pv parameter in the URL, e.g. /data/getDataForPVs?pv=testpv1&pv=testpv2. The json/jplot/raw MIME responses are currently supported.

Bug fixes include

  • A patch from Jaka Bobnar (thanks, Jaka) that support aliased PVs appearing in the search result, both from the web UI and the BPL

The pvAccess and pvData jars have been updated to the 4.5.0 release

Note that this release has been built with a 1.8 JDK; releases from now on will be targeted to a 1.8 JVM.

v0.0.1_SNAPSHOT_03-November-2015

04 Nov 02:14
Compare
Choose a tag to compare

CAJ Is updated to caj-1.1.16.jar.
New feature - ability to specify the appliance when archiving PV's in the request and in the policy.
Couple of bug fixes from Ambroz (thanks) - one to use the full timestamp (including nanos) when deduping. The other fixes a couple of issues with the viewer regarding UTC and time axis ticks.
Documentation uses bootstrap as a precursor to the UI.
Added CSS integration documentation.

JDK 1.8 release

23 Sep 14:40
Compare
Choose a tag to compare

This bundles the viewer; it also fixes a retrieval performance bug affecting PV's that have no data for long periods of time.