Skip to content

v0.3.5

Choose a tag to compare

@ayuhito ayuhito released this 02 Oct 06:31
· 81 commits to main since this release
5f181c6

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