-
Notifications
You must be signed in to change notification settings - Fork 976
Release 1.4.1
nils måsén edited this page Nov 5, 2022
·
2 revisions
New patch release that mainly fixes issues with the changes in v1.4.0.
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.
- 🐛 #778
zip
cleanup/fix of StringCodec by nils måsén
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én
General async speed improvement, since we now correctly opt out of requiring to continue in the same context (ConfigureAwait(false)
).
- 🐛 #787 use ConfigureAwait(false) on every await by Lars Hanisch
- 📚 #775 fix circular refs and target fw by nils måsén