Skip to content

Releases: archiver-appliance/epicsarchiverap_pbrawclient

0.2.1

05 Jul 07:21
18e2dc8
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.2.0...0.2.1

0.2.0

05 Jul 07:21
e7adcce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...0.2.0

v0.1.1

07 Mar 08:36
3485539
Compare
Choose a tag to compare

What's Changed

  • upgrading the protobuf library by @shroffk in #3
  • Updates the library to use the apache httpclient5-fluent library for … by @jacomago in #4
  • Add syntax specification and remove old library by @jacomago in #5
  • Gradle publish (#4) by @jacomago in #6
  • Add support for fetching multiple PVs from archiver by @jembishop in #7
  • Update build.gradle by @jacomago in #8
  • Fix formatting and ignore generated files by @jembishop in #9
  • Update build.gradle by @jacomago in #10
  • Update publish workflow to match github documentation by @jacomago in #11

New Contributors

Full Changelog: 0.0.8...v0.1.1

Support for params in access URL.

13 Oct 20:34
Compare
Choose a tag to compare
Pre-release

Support for hardcoding request params in all requests that go back to the server.

For example, set you accessURL to
pbraw://archiver/retrieval/data/getData.raw?retiredPVTemplate=templatePV

and the server will use the PVTypeInfo for templatePV for all PV's that do not have a typeInfo

Eliminate some exceptions for Java 1.8

05 Dec 01:26
Compare
Choose a tag to compare

Removed some bogus IOExceptions from EpicsMessage for Java 1.8.
The jar is also built with Java 1.8