Skip to content

v7.4.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 04:35
2dec6cd

Fixed

  • It turns out there is a bug in Java under Windows that can sometimes return null values in the list of network addresses associated with an interface. Beat Link now has defensive code to protect itself against this and avoid crashing.

Changed

  • Replaced the dependency on ConcurrentLinkedHashMap with a much-simplified in-project implementation based on some suggestions kindly shared by Ben Manes, the author of that library, so that Beat Link Trigger can work as a pre-compiled GraalVM native-image, while retaining its backwards compatibility with Java 6 environments (like afterglow-max). Thanks to Noah Zoschke for the pull request that led to this change in direction.
  • Upgraded to version 0.2.0 of Crate Digger, which had a couple of backwards-incompatible changes to accommodate a new linter in the latest release of the Kaitai Struct Compiler which identified places where field names were not following the style guide. It also supports creating metadata archives for use with the Opus Quad, which won’t be taken advantage of until Beat Link 8.0.