Skip to content

Releases: JeffersonLab/jmyapi

v10.0.1

18 Aug 16:58

Choose a tag to compare

Full Changelog: v10.0.0...v10.0.1

v10.0.0

18 Aug 13:39

Choose a tag to compare

  • Compile to JDK11 bytecode (breaking change, previously was compiled to JDK8)
  • Bump Gradle to v9
  • Compiled with JDK21

Full Changelog: v9.0.8...v10.0.0

v9.0.8

13 Jun 17:55

Choose a tag to compare

  • Bump GitHub Action java-workflows to V2

Full Changelog: v9.0.7...v9.0.8

v9.0.7

11 Apr 16:21

Choose a tag to compare

v9.0.6

11 Apr 15:58

Choose a tag to compare

  • GitHub Action CD Test

Full Changelog: v9.0.5...v9.0.6

v9.0.5

11 Apr 15:33

Choose a tag to compare

  • GitHub Action CD Test

Full Changelog: v9.0.4...v9.0.5

v9.0.4

11 Apr 15:21

Choose a tag to compare

What's Changed

Full Changelog: v9.0.3...v9.0.4

v9.0.3

21 Mar 21:18

Choose a tag to compare

  • Updated GitHub Action workflow

Full Changelog: v9.0.1...v9.0.3

v9.0.1

21 Mar 17:27

Choose a tag to compare

  • Updated GitHub Action workflow

Full Changelog: v9.0.0...v9.0.1

v9.0.0

30 Nov 20:50
929154e

Choose a tag to compare

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

  • Remove dynamic behavior from MySamplerStream by @apcarp in #25

Full Changelog: v8.1.1...v9.0.0