Releases · JeffersonLab/jmyapi · GitHub
Skip to content

Releases: JeffersonLab/jmyapi

v10.0.1

Choose a tag to compare

@github-actions github-actions released this 18 Aug 16:58

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

v10.0.0

Choose a tag to compare

@github-actions github-actions released this 18 Aug 13:39
  • 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

Choose a tag to compare

@github-actions github-actions released this 13 Jun 17:55
  • Bump GitHub Action java-workflows to V2

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

v9.0.7

Choose a tag to compare

@github-actions github-actions released this 11 Apr 16:21

v9.0.6

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:58
  • GitHub Action CD Test

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

v9.0.5

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:33
  • GitHub Action CD Test

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

v9.0.4

Choose a tag to compare

@github-actions github-actions released this 11 Apr 15:21

What's Changed

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

v9.0.3

Choose a tag to compare

@github-actions github-actions released this 21 Mar 21:18
  • Updated GitHub Action workflow

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

v9.0.1

Choose a tag to compare

@github-actions github-actions released this 21 Mar 17:27
  • Updated GitHub Action workflow

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

v9.0.0

Choose a tag to compare

@apcarp apcarp released this 30 Nov 20:50
929154e

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