Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release v1.4.1 #795

Merged
merged 1 commit into from
Nov 5, 2022
Merged

release v1.4.1 #795

merged 1 commit into from
Nov 5, 2022

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.

1 participant