Releases: JeffersonLab/jmyapi
v9.0.8
- Bump GitHub Action java-workflows to V2
Full Changelog: v9.0.7...v9.0.8
v9.0.7
Full Changelog: v9.0.6...v9.0.7
v9.0.6
- GitHub Action CD Test
Full Changelog: v9.0.5...v9.0.6
v9.0.5
- GitHub Action CD Test
Full Changelog: v9.0.4...v9.0.5
v9.0.4
What's Changed
- Added devcontainer support by @slominskir in #26
- Updated javadocs
Full Changelog: v9.0.3...v9.0.4
v9.0.3
- Updated GitHub Action workflow
Full Changelog: v9.0.1...v9.0.3
v9.0.1
- Updated GitHub Action workflow
Full Changelog: v9.0.0...v9.0.1
v9.0.0
Overview
This release removes the dynamic approach supported in recent releases of jmyapi. The dynamic strategy proved to faster in large part due to the bug in #24. Fixing that bug made the dynamic approach no faster than simply streaming the data.
What's Changed
Full Changelog: v8.1.1...v9.0.0
v8.1.1
v8.1.0
Overview
This addresses a major problem with the MySamplerStream approach where it is too slow on busy channels. This release supports the old sampling strategy, but also enables users to construct MySamplerStreams that will repeated query the MYA database for each sampled point, or attempt to stream the data, until the stream appears to have too many updates relative to the number of sampled points.
This also fixes the behavior where samples taken from the future would return the value of the last Event. Now samples from the future return an Event with EventCode.UNDEFINED, similar to samples from before the start of data.