Skip to content

2.24.1

Compare
Choose a tag to compare
@lbergelson lbergelson released this 17 Mar 16:32
· 86 commits to master since this release
2.24.1
9bad6fe

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)