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](https://github.com/pikse...
Unclaimed project
Are you a maintainer of SharpZipLib? Claim this project to take control of your public changelog and roadmap.
Changelog
#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
New patch release that further fixes issues with the changes in v1.4.0.
🐛 [#813] zip fully implement async deflate by nils måsén
🐛 [#811] tar enable async overrides on net6 by [nils måsén](https://github.com/pikse...
New patch release that mainly fixes issues with the changes in v1.4.0.
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én](https://gith...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.
✨ [#672] gzip add GzipOutputStream async support by nils måsén
✨ [[#746](https://github.com/i...
Another minor release, containing security fixes and smaller bugfixes.
bzip2 use explicit feature defs for vectorized memory move by Jackson WoodAnother 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.