Skip to content

Update dependency SharpCompress to 0.49.1#14

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sharpcompress-0.x
Open

Update dependency SharpCompress to 0.49.1#14
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/sharpcompress-0.x

Conversation

@renovate

@renovate renovate Bot commented Jun 14, 2026

Copy link
Copy Markdown
Contributor

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
SharpCompress 0.39.00.49.1 age confidence

Release Notes

adamhathcock/sharpcompress (SharpCompress)

v0.49.1: - More fixes

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.49.0...0.49.1

v0.49.0: - Write Async fixes and more.

Compare Source

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: adamhathcock/sharpcompress@0.48.1...0.49.0

v0.48.1: - GZip writing fix

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.48.0...0.48.1

v0.48.0: - More fixes

Compare Source

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

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.4...0.48.0

v0.47.4: Buffer fixes!

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.3...0.47.4

v0.47.3: - more checks

Compare Source

What's Changed

  • Fix denial-of-service crashes in 8 decompressors on malformed input by @​Copilot in #​1260

Full Changelog: adamhathcock/sharpcompress@0.47.2...0.47.3

v0.47.2: - ZStandard needs a bigger default buffer size

Compare Source

Making the default experience better with a larger buffer size.

What's Changed

  • Increase default RewindableBufferSize to 160KB to handle ZStandard tar detection by @​Copilot in #​1257

Full Changelog: adamhathcock/sharpcompress@0.47.1...0.47.2

v0.47.1: - Fix ZIP64 stream bounding and WinZip AES read-state corruption in ZIP reader

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.47.0...0.47.1

v0.47.0: - The Release candidate for 1.0

Compare Source

I think this is the last breaking change before I mark things as 1.0. Looking for feedback

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.46.4...0.47.0

v0.46.4: - zero length LZMA in Zip fix

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.3...0.46.4

v0.46.3: - expose SharpCompressStream

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.2...0.46.3

v0.46.2: - trying to get dependencies right for legacy frameworks

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.46.1...0.46.2

v0.46.1: - quick fix for null 7z streams

Compare Source

What's Changed

  • Fix NullReferenceException when extracting 7z empty-stream entries by @​Copilot in #​1219

Full Changelog: adamhathcock/sharpcompress@0.46.0...0.46.1

v0.46.0: Async fixes that break the API

Compare Source

Open/Create must be asynchronous now so they return ValueTasks when they didn't before.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.1...0.46.0

v0.45.1: Fix for 7z and async

Compare Source

The big regression was fixed in 0.44.5 and 0.45.0 but only for sync. This does it for async too.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.45.0...0.45.1

v0.45.0: The big Async and API release

Compare Source

This release should be fully async as well as sync depending on the API used. I've endeavoured to make sure no sync methods are used when going via the async interface (and vice versa) but you never know.

Tests should cover things as well as the recent fixes (like the 7z regression)

Options and the API have been revamped so expect API breakages. I think it should be straight-forward but things won't compile.

There is a thing about Dispose vs async Disposing that may or may not be fully covered 😬

Feedback is welcome as I think 1.0 is around the corner with the introduction of Providers and other things. I wanted to get the async revamp out generally first though.

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.5...0.45.0

v0.44.5: - 7z SOLID reading fix and buffer size consolidation

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.4...0.44.5

v0.44.4: - 7z/LZMA perf fix

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.3...0.44.4

v0.44.3: -real fix for 0.44.2

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.2...0.44.3

v0.44.2: - making EntryStream Dispose more tolerant

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.1...0.44.2

v0.44.1: - add new leave open on streams that changed

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.44.0...0.44.1

v0.44.0: - fast follow with critical fixes, new features and dependency bumps

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.43.0...0.44.0

v0.43.0: - more fixes, more async, more AI

Compare Source

Big changes:
Progress was redone to use IProgress.
ZstdSharp was moved into the project.
More groundwork for full async as well as more contributions and bug fixes!

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.43.0

v0.42.1: - ARJ fix

Compare Source

What's Changed

Full Changelog: adamhathcock/sharpcompress@0.42.0...0.42.1

v0.42.0: - Async, ARJ and AI

Compare Source

This is one where I leaned heavily on AI for asynchronous implementation and bug fixes. ARJ is provided by @​TwanVanDongen

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.41.0...0.42.0

v0.41.0: - bigger changes for streams

Compare Source

What's Changed

New Contributors

Full Changelog: adamhathcock/sharpcompress@0.40.0...0.41.0

v0.40.0: - fixes galore!

Compare Source

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants