Skip to content

Releases: adamhathcock/sharpcompress

0.50.3 - RAR fix

Choose a tag to compare

@adamhathcock adamhathcock released this 01 Aug 11:54
67bd928

What's Changed

Full Changelog: 0.50.2...0.50.3

0.50.2 - GZipStream/Seekable stream fix

Choose a tag to compare

@adamhathcock adamhathcock released this 31 Jul 15:33
246d968

What's Changed

  • Fix SeekableSharpCompressStream.StopRecording() to rewind to recorded… by @adamhathcock in #1393

Full Changelog: 0.50.1...0.50.2

0.50.1 - more fixes!

Choose a tag to compare

@adamhathcock adamhathcock released this 25 Jul 16:32
6062623

What's Changed

  • Fix ArgumentException in ZlibBaseStream when disposing mid-stream GZip probe in ReaderFactory by @adamhathcock with @Copilot in #1371
  • Fixes ZipWriter to be fully forward only by @adamhathcock in #1372
  • Fix tar.gz reader detection for GZip archive entry streams by @adamhathcock with @Copilot in #1376

Thanks for reporting!

Full Changelog: 0.50.0...0.50.1

Nearing 1.0 - breaking changes

Choose a tag to compare

@adamhathcock adamhathcock released this 13 Jul 08:10
073d991

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

New Contributors

Full Changelog: 0.49.1...0.50.0

0.49.1 - More fixes

Choose a tag to compare

@adamhathcock adamhathcock released this 29 May 14:49
1d9fd83

What's Changed

  • Close writable entry streams during async archive disposal by @Copilot in #1338
  • Restore WriteToDirectoryAsync progress callbacks for solid 7z archives by @Copilot in #1340
  • Try to fix global.json to avoid churn in locks by @adamhathcock in #1341
  • Fix tar archive enumeration after fully reading entry streams by @adamhathcock in #1342

Full Changelog: 0.49.0...0.49.1

0.49.0 - Write Async fixes and more.

Choose a tag to compare

@adamhathcock adamhathcock released this 28 May 05:53
a984a3e

This should contain a lot of write async fixes and some breaking API changes that fix previous broke net48 usage

What's Changed

New Contributors

Full Changelog: 0.48.1...0.49.0

0.49.0-beta.140

0.49.0-beta.140 Pre-release
Pre-release

Choose a tag to compare

@adamhathcock adamhathcock released this 20 May 15:46
192a947

What's Changed

  • Add Polysharp and adjustments that do not break legacy frameworks by @adamhathcock in #1330

Full Changelog: 0.49.0-beta.136...0.49.0-beta.140

0.49.0-beta.136 - cleanup for async writing and tar

Choose a tag to compare

@adamhathcock adamhathcock released this 15 May 13:50
f8c6142

What's Changed

New Contributors

Full Changelog: 0.48.1...0.49.0-beta1

0.48.1 - GZip writing fix

Choose a tag to compare

@adamhathcock adamhathcock released this 14 May 12:41
063e0da

What's Changed

Full Changelog: 0.48.0...0.48.1

0.48.0 - More fixes

Choose a tag to compare

@adamhathcock adamhathcock released this 06 May 06:00
6e59c7d

Getting some fixes out to prep for bigger release - async writing might still not work on non-async streams

What's Changed

  • Fix SevenZipArchive.IsSolidAsync() always returning false by @Copilot in #1284
  • Fix sync methods called in async RAR unpacker paths (Unpack29Async, U… by @adamhathcock in #1306
  • #1313

Full Changelog: 0.47.4...0.48.0