Skip to content

v1.0.2

Choose a tag to compare

@chitralabs chitralabs released this 19 Feb 19:14
· 19 commits to main since this release

What's Changed

Bug Fixes

  • Fix Windows file locking in StreamingReaderclose() now joins the parser thread before returning, ensuring file handles are fully released

Dependency Upgrades

  • OpenCSV 5.9 → 5.12.0
  • AssertJ 3.24.2 → 3.27.7
  • SLF4J 2.0.9 → 2.0.17
  • maven-gpg-plugin 3.1.0 → 3.2.8
  • maven-javadoc-plugin 3.6.3 → 3.12.0
  • maven-surefire-plugin 3.2.2 → 3.5.4
  • maven-jar-plugin 3.3.0 → 3.5.0
  • maven-source-plugin 3.3.0 → 3.4.0
  • maven-compiler-plugin 3.11.0 → 3.15.0

CI Improvements

  • Moved OWASP dependency-check to weekly security scan for faster CI (~3 min vs ~20 min)
  • Upgraded GitHub Actions (checkout v6, setup-java v5, upload-artifact v6, codecov v5)

Maven

<dependency>
    <groupId>io.github.chitralabs.sheetz</groupId>
    <artifactId>sheetz-core</artifactId>
    <version>1.0.2</version>
</dependency>

Full Changelog: v1.0.1...v1.0.2