Bump SharpZipLib from 1.2.0 to 1.4.2 #4
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.
Updated SharpZipLib from 1.2.0 to 1.4.2.
Release notes
Sourced from SharpZipLib's releases.
1.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
1.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):
1.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):
... (truncated)
1.3.3
Another minor release, containing security fixes and smaller bugfixes.
Fixes:
bzip2
use explicit feature defs for vectorized memory move by Jackson Woodtar
create translated files in temp by nils måsénSmaller changes:
Other changes (not related to library code):
zip
fix ZipStrings typo by Friedrich von Never1.3.2
Another minor release, containing security fixes and smaller bugfixes.
Additionally, this version will have an additional target framework, .NET Standard 2.1, which will see some speed improvements when
used in newer versions of .NET (Core), mainly in Bzip2.
Features
Smaller fixes and optimizations
Other changes (not related to library code)
1.3.1
Minor release, mainly to address the incorrect file version of v1.3.0, but also contains some security fixes and performance improvements.
Highlights
FileVersion
andAssemblyVersion
ZipFile
andZip*Stream
sFeatures
Fixes
Other changes (not related to library code)
1.3.0
Highlights
Changes
TarArchive.ExtractContents()
now needs another parameter set totrue
to allow the extraction to traverse outside of the target directory.TarArchive
constructors now includes anEncoding
parameter. Omitting it will discard any non-ASCII bytes in file names.Fixes
Features
Other changes (not related to library code)
... (truncated)
Commits viewable in compare view.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)