Skip to content

v.0.5.8

Compare
Choose a tag to compare
@danfuzz danfuzz released this 30 Mar 01:19
· 4518 commits to main since this release

v0.5.8 -- 2023-03-29

Notable changes since v0.5.5 (the last released tag):

  • A more holistic attempt at doing socket timeouts.
  • Address a memory leak by replacing V8's buggy (specifically, leaky)
    Promise.race() implementation. Then address a memory leak in this new "safe race()"
    (which was slightly less safe than expected).
  • Work around a V8 memory leak that shows up when you attach a debugger.
  • Rework how process info files get handled. They now operate more like how
    log files do. Also, fixed a few bugs in the related code.