Skip to content

Release 2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 07:30
· 21 commits to master since this release

Changelog

  • 93f5065 Allow toggling of skipping N-to-1 CEN-to-LOC entry mapping in JvmZipReader, defaulting to true
  • a31ea49 Create zip reader impl delegating to java.util.zip.ZipFile
  • 83a6add Create no-op byte data impl
  • d601ec2 Fix initial jvmBaseFileOffset value for scanning for LOC entries being 0 when it should be > 0 in some cases
  • 620c84d Fix error message not propagating in decompressors

Contributors

  • @1fxe for noting the behavior difference between ZipFile and JvmZipReader