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]
zipfully implement async deflate by nils måsén🐛 [#811]
tarenable async overrides on net6 by nils måsén🐛 [#809]
zipremove 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.
zipcleanup/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
taruse sync codepath on sync methods by Lars Hanisch🐛 #789
tarclear 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
asyncand 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]
gzipadd GzipOutputStream async support by nils måsén✨ [#746]
tarsupport for async streams by Nathan✨ [#689]
zipmake it possible to skip header tests by nils måsén✨ [#683]
zipenable ZipOuputStream to write precompressed files by Temtaime✨ [#592]
zipbetter string encoding handling by nils måsén✨ [#574]
zipZipOutputStream async support by nils måsénFixes:
🐛 [#642]
ziphandle iterating updated entries in ZipInputStream by nils måsén🐛 [#582]
tarenable unix paths in tar RootPath by sensslen🐛 [#766] replace uses of obsolete method
RNGCryptoServiceProviderby Yihezkel Schoenbrun🐛 [#675]
tarread full extended headers by nils måsén🐛 [#765]
zipexplicitly specify hash method for Rfc2898DeriveBytes by Yihezkel Schoenbrun🐛 [#754]
zipskip reading position for non-seekable async streams by nils måsén🐛 [#750]
zip0 in zip64 local sizes using descriptors by nils måsén🐛 [#736]
zipdont fail test on 0 sizes and descriptor by nils måsén🐛 [#720]
samplesbump lib versions to v1.3.3 by nils måsén🐛 [#669]
zipuse ushort for ITaggedData.TagID by Richard Webb🐛 [#666]
tarpermit 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:
bzip2use explicit feature defs for vectorized memory move by Jackson Woodtarcreate translated files in temp by nils måsénSmaller changes:
Other changes (not related to library code):
zipfix 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
FileVersionandAssemblyVersionZipFileandZip*StreamsFeatures
Fixes
Other changes (not related to library code)
1.3.0
Highlights
Changes
TarArchive.ExtractContents()now needs another parameter set totrueto allow the extraction to traverse outside of the target directory.TarArchiveconstructors now includes anEncodingparameter. 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)