Skip to content

Conversation

@piksel
Copy link
Member

@piksel piksel commented Nov 5, 2022

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
Copy link

codecov bot commented Nov 5, 2022

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.

@piksel piksel merged commit cdd0931 into master Nov 5, 2022
@piksel piksel deleted the release/v1.4.1 branch November 5, 2022 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants