icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.7k stars 976 forks source link

release v1.4.1 #795

Closed piksel closed 1 year ago

piksel commented 1 year ago

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.

TAR

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.

Async:

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):

codecov[bot] commented 1 year ago

Codecov Report

Merging #795 (b9bc20c) into master (a389d9f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #795   +/-   ##
=======================================
  Coverage   74.72%   74.72%           
=======================================
  Files          72       72           
  Lines        8485     8485           
=======================================
  Hits         6340     6340           
  Misses       2145     2145           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.