Update dependency SharpZipLib to v1.4.2 #51
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.3.3
->1.4.2
Release Notes
icsharpcode/SharpZipLib (SharpZipLib)
v1.4.2
New patch release that further fixes issues with the changes in v1.4.0.
Fixes:
🐛 [#813]
zip
fully implement async deflate by nils måsén🐛 [#811]
tar
enable async overrides on net6 by nils måsén🐛 [#809]
zip
remove leftover console logging by nils måsénOther changes (not related to library code):
🔧 [#817] add issue form templates by nils måsén
🔧 [#812] update deps for net7 support by nils måsén
v1.4.1
New patch release that mainly fixes issues with the changes in v1.4.0.
ZIP String Encoding:
Further iteration on the StringCodec API, since the released version was confusing to use and in some cases could not be used without causing deprecation warnings.
zip
cleanup/fix of StringCodec by nils måsénTAR:
Two issues that could cause deadlocks was found in v1.4.0, one due to a typo in the async implementation and one due to a buffer not being cleared.
🐛 #791
tar
use sync codepath on sync methods by Lars Hanisch🐛 #789
tar
clear rest of buffer when eof is reached by nils måsénAsync:
General async speed improvement, since we now correctly opt out of requiring to continue in the same context (
ConfigureAwait(false)
).Other changes (not related to library code):
v1.4.0
New minor release focusing on
async
and supporting newer frameworks.Note that this version drops support for the EOL .NET 4.5 Framework, but adding explicit support for .NET 6.
Features:
✨ [#672]
gzip
add GzipOutputStream async support by nils måsén✨ [#746]
tar
support for async streams by Nathan✨ [#689]
zip
make it possible to skip header tests by nils måsén✨ [#683]
zip
enable ZipOuputStream to write precompressed files by Temtaime✨ [#592]
zip
better string encoding handling by nils måsén✨ [#574]
zip
ZipOutputStream async support by nils måsénFixes:
🐛 [#642]
zip
handle iterating updated entries in ZipInputStream by nils måsén🐛 [#582]
tar
enable unix paths in tar RootPath by sensslen🐛 [#766] replace uses of obsolete method
RNGCryptoServiceProvider
by Yihezkel Schoenbrun🐛 [#675]
tar
read full extended headers by nils måsén🐛 [#765]
zip
explicitly specify hash method for Rfc2898DeriveBytes by Yihezkel Schoenbrun🐛 [#754]
zip
skip reading position for non-seekable async streams by nils måsén🐛 [#750]
zip
0 in zip64 local sizes using descriptors by nils måsén🐛 [#736]
zip
dont fail test on 0 sizes and descriptor by nils måsén🐛 [#720]
samples
bump lib versions to v1.3.3 by nils måsén🐛 [#669]
zip
use ushort for ITaggedData.TagID by Richard Webb🐛 [#666]
tar
permit slashed output dir by nils måsénOther changes (not related to library code):
⚙️ [#727] use server 2019 for win builds by nils måsén
🔧 [#670] remove the test bootstrapper by Richard Webb
🚨 [#671] repeatability and refactoring by nils måsén
📚 [#668]
zip
fix slash names in CleanName comment by ueli-werner🔧 [#665] add release notes tooling by nils måsén
Configuration
📅 Schedule: 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.
This PR has been generated by Mend Renovate. View repository job log here.