Releases: archiver-appliance/epicsarchiverap_pbrawclient
Releases · archiver-appliance/epicsarchiverap_pbrawclient
0.2.1
0.2.0
What's Changed
- Use HTTPClient that's included in the JDK by @slacmshankar in #12
Full Changelog: v0.1.1...0.2.0
v0.1.1
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
- @shroffk made their first contribution in #3
- @jacomago made their first contribution in #4
- @jembishop made their first contribution in #7
Full Changelog: 0.0.8...v0.1.1
Support for params in access URL.
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
Removed some bogus IOExceptions from EpicsMessage for Java 1.8.
The jar is also built with Java 1.8