4.0.0
Moving forward
This is the first release to be built exclusively for java 17. Java 17 features are now allowed in our source code and we will no longer support older versions of java. We've also updated dependencies to fix security issues. There are several small bug fixes as well.
JSON dependency:
We've dropped the MJSON library which was no longer being updated and replaced it with a similarly small json library from org.json
What's Changed
- Migrate to Java 17 by @lbergelson in #1649
- Remove low-value progress logging message by @nh13 in #1659
- removed redundant code by @KleinSamuel in #1664
- Update snappy-java and migrate mjson to org.json to address CVEs by @bbimber in #1670
- Remove incorrect zero-length-B-array checks @gileshall and @jmarshall in #1674
- add SINGULAR platform to read group by @omicsorama in #1635
New Contributors
- @KleinSamuel made their first contribution in #1664
- @gileshall made their first contribution in #1674
- @omicsorama made their first contribution in #1635
Full Changelog: 3.0.5...4.0.0