Nearing 1.0 - breaking changes
Breaking changes:
- Tar Archive does not try to decompress streams anymore. TarReader will still do this.
- Detection API changed.
- CRC should be more complete and enabled by default
What's Changed
- Reduce LZMA Allocations by @adamhathcock in #1335
- Minor updates by @adamhathcock in #1345
- Reduce rar allocations by @adamhathcock in #1336
- LeaveOpen wasn't respected by GZip by @adamhathcock in #1346
- Add pooling for arrays for deflate by @adamhathcock in #1347
- updates docs for latest changes and ArchiveInfo by @adamhathcock in #1349
- Instanced buffer size by @adamhathcock in #1354
- more complete CRC checking by @adamhathcock in #1357
- xz crc check by @adamhathcock in #1356
- BZip2: add opt-in tolerateTruncatedStream to decode a footerless/partial stream by @fiddyschmitt in #1358
- Zip: fix Zip64 streaming reader corrupting entry size/CRC and failing on non-seekable streams by @pathartl in #1362
- Remove compressed tar archive by @adamhathcock in #1360
New Contributors
- @fiddyschmitt made their first contribution in #1358
Full Changelog: 0.49.1...0.50.0