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.
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.
zip
cleanup/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
tar
use sync codepath on sync methods by Lars Hanisch🐛 #789
tar
clear 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):