Releases: Col-E/LL-Java-Zip
Releases · Col-E/LL-Java-Zip
Release 2.1.1
Changelog
- New samples from #22 - Fixes for issues discovered by analyzing samples:
Contributors
We'd like to thank the following people for their contributions:
- Ned Loynd (@NeRdTheNed)
- Col-E
Release 2.1.0
Changelog
- 2b6beef Allow zip part mappers to drop entries
Release 2.0.0
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
tolljzip
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
- Renamed
- #19 The JVM reader strategy/local-header now considers data-descriptors when computing the data section size
Contributors
- NeRdTheNed
- Col-E
Release 1.6.1
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
Release 1.5.1
Changelog
- ae80120 Fix not handling JvmLocalFileHeader data population as lazy-read
Release 1.5.0
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
Changelog
- 4423325 Pass original ByteData to ZipArchive, and make it closable to support try(...)
Release 1.3.3
Release 1.3.2
Changelog
- ee872a3 Another signature api fix