Skip to content

v1.4.1

Compare
Choose a tag to compare
@piksel piksel released this 05 Nov 11:59
· 12 commits to master since this release

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