2.24.1
Bug Fix Release
Htsjdk 2.24.0 introduced a bug which caused Junit to be considered a dependency of htsjdk. This is wrong and could cause issues with downstream projects. This fixes the dependency issue (#1542) and includes several other unrelated bug fixes.
We recommend skipping 2.24.0 and upgrading directly to this version.
9bad6fe Exclude unintentional transitive junit dependency (#1542)
39b18c7 Add QuietTestWrapper to suppress excessive test output that exceeds CI server log output threshold. (#1541)
12fa23d Fix IOPath::hasExtension NPE when a URI has no hierarchical part. (#1540)
34881ae Invaliding out of date SAMRecord.mAlignmentBlocks cache (#1538)