Skip to content

Releases: Col-E/LL-Java-Zip

Release 2.1.0

Choose a tag to compare

@github-actions github-actions released this 07 Jul 03:15

Changelog

  • 2b6beef Allow zip part mappers to drop entries

Release 2.0.0

Choose a tag to compare

@Col-E Col-E released this 05 Jul 01:53
b6a4e0c

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

Choose a tag to compare

@github-actions github-actions released this 15 Jun 08:23

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

Choose a tag to compare

@github-actions github-actions released this 14 Jun 01:54
f85aabd

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

Choose a tag to compare

@github-actions github-actions released this 13 Jun 20:06

Changelog

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

Release 1.5.0

Choose a tag to compare

@github-actions github-actions released this 13 Jun 14:06
d7b7b3f

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

Choose a tag to compare

@github-actions github-actions released this 09 Jun 21:23

Changelog

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

Release 1.3.3

Choose a tag to compare

@github-actions github-actions released this 09 Jun 20:31

Changelog

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

Release 1.3.2

Choose a tag to compare

@github-actions github-actions released this 08 Jun 15:31

Changelog

  • ee872a3 Another signature api fix

Release 1.3.1

Choose a tag to compare

@github-actions github-actions released this 08 Jun 12:05

Changelog

Fixes:

  • 46dbad5 Fix runtime exception on Java 8 in BufferData.get