v0.3.5
Overview
This resolves a race condition where a stream tried to close an already closed stream. Also lots of small micro-optimisations and bundle size improvements 🌵
- perf: use bitwise operators by @ayuhito in #52
- perf(pack): use file readdir with file types to skip syscall by @ayuhito in #53
- fix(stream): gracefully terminate multiple streams race condition by @ayuhito in #56
- perf(util): micro optimizations and inlining by @ayuhito in #54
- perf: do not use object lookup for ustar constant by @ayuhito in #55
- test(compression): resolve flaky test by @ayuhito in #57
- fix(unpack): remove double destroy in stream by @ayuhito in #58
Full Changelog: v0.3.4...v0.3.5