Skip to content

Releases: Col-E/LL-Java-Zip

Release 2.1.1

07 Jul 09:00
Compare
Choose a tag to compare

Changelog

  • New samples from #22 - Fixes for issues discovered by analyzing samples:
    • eddf893 Migrate pulling CEN values in JVM local header to adoptLinkedCentralDirectoryValues()
    • bfa43f9 Fix last JVM file not having size set by normal means

Contributors

We'd like to thank the following people for their contributions:

Release 2.1.0

07 Jul 03:15
Compare
Choose a tag to compare

Changelog

  • 2b6beef Allow zip part mappers to drop entries

Release 2.0.0

05 Jul 01:53
b6a4e0c
Compare
Choose a tag to compare

The sonatype staging server timed out when replying, but it seems like it still got the release since I got emailed the security scan passed 💀
Sadly this prevented the automated github release. So here I am manually making this.

Changelog

  • #20 A number of refactoring changes
    • Renamed llzip to lljzip packages to match the artifact id
    • Renamed Strategy interfaces to remove the suffix
    • New utilities for manipulating ZipArchive instances
    • ZipPart types now have copy operations
  • #19 The JVM reader strategy/local-header now considers data-descriptors when computing the data section size

Contributors

Release 1.6.1

15 Jun 08:23
Compare
Choose a tag to compare

Changelog

  • 0cd4498 Sadly, those two putBoolean calls are required. Due to API stability across versions, UnsafeInflater is replaced with InflaterHackery, which instead just calls the appropriate methods instead of updating fields

Contributors

We'd like to thank the following people for their contributions:

  • xxDark
  • Col-E

Release 1.6.0

14 Jun 01:54
f85aabd
Compare
Choose a tag to compare

Changelog

  • 701154d Deflate caching improvements
  • ba65304 Remove unused dictionary check
  • 5a603f2 Bypass extra array-copy in deflate decompression
  • 8a84bec Add unsafe inflater impl

Contributors

  • Col-E
  • xxDark

Release 1.5.1

13 Jun 20:06
Compare
Choose a tag to compare

Changelog

  • ae80120 Fix not handling JvmLocalFileHeader data population as lazy-read

Release 1.5.0

13 Jun 14:06
d7b7b3f
Compare
Choose a tag to compare

Changelog

  • 1642b4c Improve JVM file handling, taking values from CEN, fix failing to read data from last local entry
  • 8942181 Create optimized word/quad search operations
  • c6e9714 Add naive read strategy for LocalFileHeader[] blobs, with no CEN required
  • efec084 Migrate Local/Central file headers to lazy-read model

Release 1.4.0

09 Jun 21:23
Compare
Choose a tag to compare

Changelog

  • 4423325 Pass original ByteData to ZipArchive, and make it closable to support try(...)

Release 1.3.3

09 Jun 20:31
Compare
Choose a tag to compare

Changelog

  • 834db30 Share 'cleaned' reference across slices
  • 834db30 Do not call close() in finalization

Release 1.3.2

08 Jun 15:31
Compare
Choose a tag to compare

Changelog

  • ee872a3 Another signature api fix